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/g3data | |
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/g3data')
-rw-r--r-- | sci-visualization/g3data/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/g3data/g3data-1.5.1.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/g3data/g3data-1.5.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-visualization/g3data/ChangeLog b/sci-visualization/g3data/ChangeLog index c0e2534b6014..8bbba0d5e9b1 100644 --- a/sci-visualization/g3data/ChangeLog +++ b/sci-visualization/g3data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/g3data -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.10 2011/07/20 16:05:34 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.11 2012/05/04 08:06:59 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> g3data-1.5.1.ebuild, + g3data-1.5.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #70723 diff --git a/sci-visualization/g3data/g3data-1.5.1.ebuild b/sci-visualization/g3data/g3data-1.5.1.ebuild index 7cd77fc51a04..db9806bbf26d 100644 --- a/sci-visualization/g3data/g3data-1.5.1.ebuild +++ b/sci-visualization/g3data/g3data-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.1.ebuild,v 1.4 2011/03/02 13:34:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.1.ebuild,v 1.5 2012/05/04 08:06:59 jdhore Exp $ EAPI="1" inherit eutils @@ -16,7 +16,7 @@ IUSE="examples" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig ~app-text/docbook-sgml-utils-0.6.14" src_unpack() { diff --git a/sci-visualization/g3data/g3data-1.5.3.ebuild b/sci-visualization/g3data/g3data-1.5.3.ebuild index f8dda6250bf2..d9c65b5909aa 100644 --- a/sci-visualization/g3data/g3data-1.5.3.ebuild +++ b/sci-visualization/g3data/g3data-1.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.3.ebuild,v 1.5 2011/03/02 13:34:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.3.ebuild,v 1.6 2012/05/04 08:07:00 jdhore Exp $ EAPI=2 inherit eutils @@ -16,7 +16,7 @@ IUSE="doc examples" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( ~app-text/docbook-sgml-utils-0.6.14 )" src_prepare() { |