diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-28 21:18:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-28 21:18:58 +0000 |
commit | e8678b9fcf9301f54843ed511d87dc50f0af3818 (patch) | |
tree | 7473e3742d590f035658c40f739ae85476c42cc0 /dev-python/matplotlib | |
parent | Initial import. Fixes #140393. Ebuild contributed by Ben Timby (diff) | |
download | gentoo-2-e8678b9fcf9301f54843ed511d87dc50f0af3818.tar.gz gentoo-2-e8678b9fcf9301f54843ed511d87dc50f0af3818.tar.bz2 gentoo-2-e8678b9fcf9301f54843ed511d87dc50f0af3818.zip |
More documentation building fixes: added graphviz dependency, and applied patch on doc examples instead of regular examples
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch | 4 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 637e545c7445..049b1b14f1d0 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.60 2009/02/27 17:49:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.61 2009/02/28 21:18:57 bicatali Exp $ + + 28 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> + files/matplotlib-0.98.5.2-no-xv.patch, matplotlib-0.98.5.2-r3.ebuild: + More documentation building fixes: added graphviz dependency, and applied + patch on doc examples instead of regular examples 27 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> +files/matplotlib-0.98.5.2-no-xv.patch, matplotlib-0.98.5.2-r3.ebuild: diff --git a/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch b/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch index 65ad17b3661d..9e709d01d412 100644 --- a/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch +++ b/dev-python/matplotlib/files/matplotlib-0.98.5.2-no-xv.patch @@ -1,5 +1,5 @@ ---- examples/pylab_examples/to_numeric.py.orig 2009-02-27 17:10:43.000000000 +0000 -+++ examples/pylab_examples/to_numeric.py 2009-02-27 17:06:20.000000000 +0000 +--- doc/mpl_examples/pylab_examples/to_numeric.py.orig 2009-02-27 17:10:43.000000000 +0000 ++++ doc/mpl_examples/pylab_examples/to_numeric.py 2009-02-27 17:06:20.000000000 +0000 @@ -28,6 +28,6 @@ X = fromstring(s, uint8) X.shape = h, w, 3 diff --git a/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild b/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild index e7e7669e3746..9393ccedd37b 100644 --- a/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild +++ b/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.2 2009/02/27 17:49:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.3 2009/02/28 21:18:57 bicatali Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -31,6 +31,7 @@ DEPEND="${CDEPEND} dev-util/pkgconfig doc? ( >=dev-python/sphinx-0.5.1 + media-gfx/graphviz[cairo,png] || ( ( dev-texlive/texlive-latexextra dev-texlive/texlive-latexrecommended ) app-text/tetex |