diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
commit | 1e67413a8d2fdae15ffe325da6d0ea81c6c47438 (patch) | |
tree | 1e3bedea37010b2dff4fae1217c2a68ce3c55657 /sci-mathematics/cgal | |
parent | Use virtual/pkgconfig. (diff) | |
download | gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.gz gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.bz2 gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/cgal')
-rw-r--r-- | sci-mathematics/cgal/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/cgal/cgal-3.7.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/cgal/cgal-3.9.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/cgal/cgal-4.0.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/cgal/ChangeLog b/sci-mathematics/cgal/ChangeLog index b556388ada2b..751a550c9500 100644 --- a/sci-mathematics/cgal/ChangeLog +++ b/sci-mathematics/cgal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/cgal # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.13 2012/04/18 23:46:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.14 2012/05/04 07:46:50 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> cgal-3.7.ebuild, + cgal-3.9.ebuild, cgal-4.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *cgal-4.0 (18 Apr 2012) diff --git a/sci-mathematics/cgal/cgal-3.7.ebuild b/sci-mathematics/cgal/cgal-3.7.ebuild index 9b33392b8b64..b80700bf0424 100644 --- a/sci-mathematics/cgal/cgal-3.7.ebuild +++ b/sci-mathematics/cgal/cgal-3.7.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-mathematics/cgal/cgal-3.7.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.4 2012/05/04 07:46:50 jdhore Exp $ EAPI=3 CMAKE_BUILD_TYPE=Release @@ -31,7 +31,7 @@ RDEPEND="dev-libs/boost x11-libs/qt-opengl:4 )" DEPEND="${RDEPEND} app-arch/xz-utils - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/sci-mathematics/cgal/cgal-3.9.ebuild b/sci-mathematics/cgal/cgal-3.9.ebuild index cea0973bd5c6..47dde121ae35 100644 --- a/sci-mathematics/cgal/cgal-3.9.ebuild +++ b/sci-mathematics/cgal/cgal-3.9.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-mathematics/cgal/cgal-3.9.ebuild,v 1.2 2011/12/17 03:31:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.9.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $ EAPI=4 CMAKE_BUILD_TYPE=Release @@ -32,7 +32,7 @@ RDEPEND="dev-libs/boost mpfi? ( sci-libs/mpfi )" DEPEND="${RDEPEND} app-arch/xz-utils - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/sci-mathematics/cgal/cgal-4.0.ebuild b/sci-mathematics/cgal/cgal-4.0.ebuild index 364e59316143..13d10922278b 100644 --- a/sci-mathematics/cgal/cgal-4.0.ebuild +++ b/sci-mathematics/cgal/cgal-4.0.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-mathematics/cgal/cgal-4.0.ebuild,v 1.1 2012/04/18 23:46:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.ebuild,v 1.2 2012/05/04 07:46:50 jdhore Exp $ EAPI=4 CMAKE_BUILD_TYPE=Release @@ -32,7 +32,7 @@ RDEPEND="dev-libs/boost mpfi? ( sci-libs/mpfi )" DEPEND="${RDEPEND} app-arch/xz-utils - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |