diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 09:07:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 09:07:05 +0000 |
commit | 4523bc58f4746eb292ae447a1feb3480e3d2a618 (patch) | |
tree | a82e3c58d0bbc81e3ba0f0bb038e416510a29056 /dev-python/matplotlib | |
parent | Cleanup and remove Task-Weaken (diff) | |
download | historical-4523bc58f4746eb292ae447a1feb3480e3d2a618.tar.gz historical-4523bc58f4746eb292ae447a1feb3480e3d2a618.tar.bz2 historical-4523bc58f4746eb292ae447a1feb3480e3d2a618.zip |
Remove app-text/tetex from dependencies, bug 227443.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild | 3 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index d41466368880..c4ba2bf41f07 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # 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.64 2009/03/30 15:32:32 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.65 2009/05/30 09:07:05 ulm Exp $ + + 30 May 2009; Ulrich Mueller <ulm@gentoo.org> + matplotlib-0.98.5.2-r2.ebuild, matplotlib-0.98.5.2-r3.ebuild: + Remove app-text/tetex from dependencies, bug 227443. 30 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> matplotlib-0.91.2.ebuild, matplotlib-0.91.4.ebuild, diff --git a/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild b/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild index 0dfaf4d708f8..dcb9b8d3e9e6 100644 --- a/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-0.98.5.2-r2.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-r2.ebuild,v 1.2 2009/03/30 15:32:32 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild,v 1.3 2009/05/30 09:07:05 ulm Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -47,7 +47,6 @@ RDEPEND="${CDEPEND} virtual/poppler-utils media-fonts/stix-fonts || ( dev-texlive/texlive-fontsrecommended - app-text/tetex app-text/ptex ) )" DOCS="INTERACTIVE" 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 25747a3e6b4f..86a15c3015e5 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.5 2009/03/30 15:32:32 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.6 2009/05/30 09:07:05 ulm Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -34,7 +34,6 @@ DEPEND="${CDEPEND} media-gfx/graphviz[cairo,png] || ( ( dev-texlive/texlive-latexextra dev-texlive/texlive-latexrecommended ) - ( app-text/tetex dev-tex/latex-unicode ) ( app-text/ptex dev-tex/latex-unicode ) ) app-text/dvipng dev-python/ipython )" @@ -54,7 +53,6 @@ RDEPEND="${CDEPEND} app-text/dvipng virtual/poppler-utils || ( dev-texlive/texlive-fontsrecommended - app-text/tetex app-text/ptex ) )" DOCS="INTERACTIVE" |