diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:14:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:14:23 +0000 |
commit | 9e761308d5394760c8ae15c4e0eb104ba7ec3f2f (patch) | |
tree | a57f1e35cfc6ae72614bbcd11bb2ef1e2815fade /sci-visualization/pyxplot | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-9e761308d5394760c8ae15c4e0eb104ba7ec3f2f.tar.gz historical-9e761308d5394760c8ae15c4e0eb104ba7ec3f2f.tar.bz2 historical-9e761308d5394760c8ae15c4e0eb104ba7ec3f2f.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization/pyxplot')
-rw-r--r-- | sci-visualization/pyxplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.8.3.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.8.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-visualization/pyxplot/ChangeLog b/sci-visualization/pyxplot/ChangeLog index 207d66347632..cf4311e14b7f 100644 --- a/sci-visualization/pyxplot/ChangeLog +++ b/sci-visualization/pyxplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/pyxplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.22 2011/01/26 22:49:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.23 2011/03/02 21:14:23 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> pyxplot-0.8.3.ebuild, + pyxplot-0.8.4.ebuild: + Correct Slots for gtk 3 introduction to tree *pyxplot-0.8.4 (26 Jan 2011) diff --git a/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild b/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild index 2f91e8b2189b..8b6476b8309e 100644 --- a/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild +++ b/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild,v 1.1 2010/09/25 19:38:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild,v 1.2 2011/03/02 21:14:23 jlec Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ RDEPEND="virtual/latex-base >=sci-libs/gsl-1.10 sci-libs/scipy media-libs/libpng - dev-libs/libxml2 + dev-libs/libxml2:2 app-text/gv || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" DEPEND="${RDEPEND} diff --git a/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild b/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild index d369c5032957..388793054253 100644 --- a/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild +++ b/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild,v 1.1 2011/01/26 22:49:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild,v 1.2 2011/03/02 21:14:23 jlec Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ RDEPEND="virtual/latex-base >=sci-libs/gsl-1.10 sci-libs/scipy media-libs/libpng - dev-libs/libxml2 + dev-libs/libxml2:2 app-text/gv || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" DEPEND="${RDEPEND} |