summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-02-27 23:18:11 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-02-27 23:18:11 +0000
commit91cb1b9eee190a3c3d66332434573b57ca4e0b2d (patch)
tree97d135d4743c7de40a332e0e0f4bfa8838d5861b /dev-python/matplotlib
parentdev-python/pysvn: Require SVN <1.7 (bug #395533) (diff)
downloadgentoo-2-91cb1b9eee190a3c3d66332434573b57ca4e0b2d.tar.gz
gentoo-2-91cb1b9eee190a3c3d66332434573b57ca4e0b2d.tar.bz2
gentoo-2-91cb1b9eee190a3c3d66332434573b57ca4e0b2d.zip
really fix the examples directory this time
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog5
-rw-r--r--dev-python/matplotlib/matplotlib-1.1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index c0c65efda6d0..21f3fc6b4452 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.120 2012/02/27 16:05:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.121 2012/02/27 23:18:11 bicatali Exp $
+
+ 27 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> matplotlib-1.1.0.ebuild:
+ really fix the examples directory this time
27 Feb 2012; Brent Baude <ranger@gentoo.org> matplotlib-1.1.0.ebuild:
Marking matplotlib-1.1.0 ppc for bug 403847
diff --git a/dev-python/matplotlib/matplotlib-1.1.0.ebuild b/dev-python/matplotlib/matplotlib-1.1.0.ebuild
index da6f9a0298d1..da059f645d4a 100644
--- a/dev-python/matplotlib/matplotlib-1.1.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.11 2012/02/27 16:05:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.12 2012/02/27 23:18:11 bicatali Exp $
EAPI="3"
@@ -138,7 +138,7 @@ src_prepare() {
EOF
cat <<-EOF >> matplotlibrc.template
examples.download : False
- examples.directory : ${EPREFIX}/usr/share/${PF}/examples
+ examples.directory : ${EPREFIX}/usr/share/doc/${PF}/examples
EOF
fi
}