diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:46:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:46:12 +0000 |
commit | b1fc659d1403e66dc09a09fa94d08abc9a02ada6 (patch) | |
tree | 77027f60346f4c0f3b0b34ca09fece918f2e5359 /sci-astronomy/funtools | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-b1fc659d1403e66dc09a09fa94d08abc9a02ada6.tar.gz gentoo-2-b1fc659d1403e66dc09a09fa94d08abc9a02ada6.tar.bz2 gentoo-2-b1fc659d1403e66dc09a09fa94d08abc9a02ada6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-astronomy/funtools')
-rw-r--r-- | sci-astronomy/funtools/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/funtools/funtools-1.4.0.ebuild | 6 | ||||
-rw-r--r-- | sci-astronomy/funtools/funtools-1.4.4-r1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-astronomy/funtools/ChangeLog b/sci-astronomy/funtools/ChangeLog index 7ce2b0b6feed..e3b2874df809 100644 --- a/sci-astronomy/funtools/ChangeLog +++ b/sci-astronomy/funtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/funtools -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/ChangeLog,v 1.7 2011/08/04 18:30:32 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/ChangeLog,v 1.8 2012/05/04 06:46:12 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> funtools-1.4.0.ebuild, + funtools-1.4.4-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Switched herd to sci-astronomy diff --git a/sci-astronomy/funtools/funtools-1.4.0.ebuild b/sci-astronomy/funtools/funtools-1.4.0.ebuild index 60b2316b4d36..7f3c6ee5ccb6 100644 --- a/sci-astronomy/funtools/funtools-1.4.0.ebuild +++ b/sci-astronomy/funtools/funtools-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.5 2009/01/09 22:44:37 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.6 2012/05/04 06:46:12 jdhore Exp $ EAPI=2 inherit eutils @@ -18,7 +18,7 @@ RDEPEND="sys-libs/zlib >=sci-astronomy/wcstools-3.7.6 sci-visualization/gnuplot" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${WORKDIR}"/${P}-ds9-5.4.patch diff --git a/sci-astronomy/funtools/funtools-1.4.4-r1.ebuild b/sci-astronomy/funtools/funtools-1.4.4-r1.ebuild index aacd9a0f510f..05b98fb43a0b 100644 --- a/sci-astronomy/funtools/funtools-1.4.4-r1.ebuild +++ b/sci-astronomy/funtools/funtools-1.4.4-r1.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-astronomy/funtools/funtools-1.4.4-r1.ebuild,v 1.1 2010/01/29 18:27:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.4-r1.ebuild,v 1.2 2012/05/04 06:46:12 jdhore Exp $ EAPI=2 inherit eutils @@ -18,7 +18,7 @@ RDEPEND="sys-libs/zlib sci-astronomy/wcstools sci-visualization/gnuplot" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-makefiles.patch |