diff options
Diffstat (limited to 'sci-misc/fitsverify')
-rw-r--r-- | sci-misc/fitsverify/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/fitsverify/fitsverify-20100129.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/fitsverify/fitsverify-20110304.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-misc/fitsverify/ChangeLog b/sci-misc/fitsverify/ChangeLog index 4d9c387ab6db..a77f9bf7a725 100644 --- a/sci-misc/fitsverify/ChangeLog +++ b/sci-misc/fitsverify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/fitsverify -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/ChangeLog,v 1.2 2011/03/08 05:38:44 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/ChangeLog,v 1.3 2012/05/04 07:50:52 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> fitsverify-20100129.ebuild, + fitsverify-20110304.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *fitsverify-20110304 (08 Mar 2011) diff --git a/sci-misc/fitsverify/fitsverify-20100129.ebuild b/sci-misc/fitsverify/fitsverify-20100129.ebuild index 41701de97985..8839e68a7383 100644 --- a/sci-misc/fitsverify/fitsverify-20100129.ebuild +++ b/sci-misc/fitsverify/fitsverify-20100129.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/fitsverify-20100129.ebuild,v 1.1 2010/01/31 21:48:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/fitsverify-20100129.ebuild,v 1.2 2012/05/04 07:50:53 jdhore Exp $ EAPI=2 inherit toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=sci-libs/cfitsio-3" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${PN}" diff --git a/sci-misc/fitsverify/fitsverify-20110304.ebuild b/sci-misc/fitsverify/fitsverify-20110304.ebuild index eb94dd818835..dccf71840893 100644 --- a/sci-misc/fitsverify/fitsverify-20110304.ebuild +++ b/sci-misc/fitsverify/fitsverify-20110304.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-misc/fitsverify/fitsverify-20110304.ebuild,v 1.1 2011/03/08 05:38:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/fitsverify-20110304.ebuild,v 1.2 2012/05/04 07:50:52 jdhore Exp $ EAPI=2 inherit toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=sci-libs/cfitsio-3" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${PN}" |