summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 06:52:08 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 06:52:08 +0000
commit0765c729f633907d0e01b7e53e1863a773048b9a (patch)
treef2da11fe505b9354f3a17f4dcf54891a8c8addab /sci-calculators/calcoo
parentRequire <openssl-1.0.1 for bug #414501, 4.78 will come with 1.0.1 support (diff)
downloadhistorical-0765c729f633907d0e01b7e53e1863a773048b9a.tar.gz
historical-0765c729f633907d0e01b7e53e1863a773048b9a.tar.bz2
historical-0765c729f633907d0e01b7e53e1863a773048b9a.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sci-calculators/calcoo')
-rw-r--r--sci-calculators/calcoo/ChangeLog6
-rw-r--r--sci-calculators/calcoo/calcoo-1.3.16.ebuild6
-rw-r--r--sci-calculators/calcoo/calcoo-1.3.18.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog
index 2c85a1420208..534416f30a85 100644
--- a/sci-calculators/calcoo/ChangeLog
+++ b/sci-calculators/calcoo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-calculators/calcoo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.18 2012/04/26 16:06:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.19 2012/05/04 06:52:07 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> calcoo-1.3.16.ebuild,
+ calcoo-1.3.18.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
26 Apr 2012; Justin Lecher <jlec@gentoo.org> calcoo-1.3.18.ebuild,
+files/calcoo-1.3.18-gold.patch, metadata.xml:
diff --git a/sci-calculators/calcoo/calcoo-1.3.16.ebuild b/sci-calculators/calcoo/calcoo-1.3.16.ebuild
index 9620a0172bf7..39f97a324360 100644
--- a/sci-calculators/calcoo/calcoo-1.3.16.ebuild
+++ b/sci-calculators/calcoo/calcoo-1.3.16.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-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.7 2011/03/02 13:26:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.8 2012/05/04 06:52:07 jdhore Exp $
EAPI="1"
@@ -15,7 +15,7 @@ IUSE=""
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_compile() {
econf --disable-gtktest || die "econf failed."
diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild
index 72c42ddb4013..6b12f0623ee2 100644
--- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild
+++ b/sci-calculators/calcoo/calcoo-1.3.18.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-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.7 2012/04/26 16:06:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.8 2012/05/04 06:52:07 jdhore Exp $
EAPI=4
@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-gold.patch )