diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 08:07:01 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 08:07:01 +0000 |
commit | 90575aaf2dcfcbe14526b6ba4806717bb2a3f43e (patch) | |
tree | add505900f67972e9e46e7f205429b78e821bdce /sci-visualization/pyxplot | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-90575aaf2dcfcbe14526b6ba4806717bb2a3f43e.tar.gz gentoo-2-90575aaf2dcfcbe14526b6ba4806717bb2a3f43e.tar.bz2 gentoo-2-90575aaf2dcfcbe14526b6ba4806717bb2a3f43e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
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 | 4 | ||||
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.8.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-visualization/pyxplot/ChangeLog b/sci-visualization/pyxplot/ChangeLog index 13b1557e5cf4..6bef224240b3 100644 --- a/sci-visualization/pyxplot/ChangeLog +++ b/sci-visualization/pyxplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/pyxplot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.24 2012/02/05 02:00:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.25 2012/05/04 08:07:00 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> pyxplot-0.8.3.ebuild, + pyxplot-0.8.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> pyxplot-0.8.3.ebuild, pyxplot-0.8.4.ebuild: diff --git a/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild b/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild index bfbf88d734f6..267e4ba4058c 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-2012 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.3 2012/02/05 02:00:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.8.3.ebuild,v 1.4 2012/05/04 08:07:00 jdhore Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -25,7 +25,7 @@ RDEPEND="virtual/latex-base app-text/gv || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { python_set_active_version 2 diff --git a/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild b/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild index f7fbb7a8a9b7..b1ec45a1e1ba 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-2012 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.3 2012/02/05 02:00:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.8.4.ebuild,v 1.4 2012/05/04 08:07:00 jdhore Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -25,7 +25,7 @@ RDEPEND="virtual/latex-base app-text/gv || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { python_set_active_version 2 |