diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:40:13 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:40:13 +0000 |
commit | 09f8729fa24d79898af8a65979565bafdfd14fbc (patch) | |
tree | 196a50fdfa2f56139d650496de33d4d251f98865 | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | historical-09f8729fa24d79898af8a65979565bafdfd14fbc.tar.gz historical-09f8729fa24d79898af8a65979565bafdfd14fbc.tar.bz2 historical-09f8729fa24d79898af8a65979565bafdfd14fbc.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.99.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/sympy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sympy/sympy-0.6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/sympy/sympy-0.6.6.ebuild | 4 |
5 files changed, 17 insertions, 8 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 7a2f84db9782..80bd4b8c89b4 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.76 2009/11/12 19:14:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.77 2009/12/26 19:40:13 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> matplotlib-0.99.1.1.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 12 Nov 2009; SĂ©bastien Fabbro <bicatali@gentoo.org> matplotlib-0.99.1.1.ebuild: diff --git a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild index b9d6457c8e25..8167b044780d 100644 --- a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild +++ b/dev-python/matplotlib/matplotlib-0.99.1.1.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.99.1.1.ebuild,v 1.8 2009/11/12 19:14:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.9 2009/12/26 19:40:13 pva Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -53,7 +53,7 @@ RDEPEND="${CDEPEND} traits? ( dev-python/traits dev-python/configobj ) latex? ( virtual/latex-base - virtual/ghostscript + app-text/ghostscript-gpl app-text/dvipng virtual/poppler-utils || ( dev-texlive/texlive-fontsrecommended diff --git a/dev-python/sympy/ChangeLog b/dev-python/sympy/ChangeLog index c923567f2945..12a37dea9428 100644 --- a/dev-python/sympy/ChangeLog +++ b/dev-python/sympy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/sympy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.7 2009/12/24 16:06:18 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.8 2009/12/26 19:39:43 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> sympy-0.6.5.ebuild, + sympy-0.6.6.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. *sympy-0.6.6 (24 Dec 2009) diff --git a/dev-python/sympy/sympy-0.6.5.ebuild b/dev-python/sympy/sympy-0.6.5.ebuild index 683f63f10872..92be33c047e3 100644 --- a/dev-python/sympy/sympy-0.6.5.ebuild +++ b/dev-python/sympy/sympy-0.6.5.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/sympy/sympy-0.6.5.ebuild,v 1.1 2009/07/19 10:10:51 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild,v 1.2 2009/12/26 19:39:43 pva Exp $ EAPI=2 NEED_PYTHON=2.4 inherit distutils @@ -19,7 +19,7 @@ RDEPEND="mathml? ( dev-libs/libxml2[python] gtk? ( x11-libs/gtkmathview[gtk] ) ) latex? ( virtual/latex-base png? ( app-text/dvipng ) - pdf? ( virtual/ghostscript ) ) + pdf? ( app-text/ghostscript-gpl ) ) texmacs? ( app-office/texmacs ) ipython? ( dev-python/ipython ) opengl? ( dev-python/pyopengl ) diff --git a/dev-python/sympy/sympy-0.6.6.ebuild b/dev-python/sympy/sympy-0.6.6.ebuild index 72ae4af2d745..bc786dda9000 100644 --- a/dev-python/sympy/sympy-0.6.6.ebuild +++ b/dev-python/sympy/sympy-0.6.6.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/sympy/sympy-0.6.6.ebuild,v 1.1 2009/12/24 16:06:18 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild,v 1.2 2009/12/26 19:39:43 pva Exp $ EAPI=2 NEED_PYTHON=2.4 inherit distutils @@ -19,7 +19,7 @@ RDEPEND="mathml? ( dev-libs/libxml2[python] gtk? ( x11-libs/gtkmathview[gtk] ) ) latex? ( virtual/latex-base png? ( app-text/dvipng ) - pdf? ( virtual/ghostscript ) ) + pdf? ( app-text/ghostscript-gpl ) ) texmacs? ( app-office/texmacs ) ipython? ( dev-python/ipython ) opengl? ( dev-python/pyopengl ) |