summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 07:24:15 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 07:24:15 +0000
commitfd476fdc09d2799c7232638b604cdd009eacdc2c (patch)
treed2f877686b3f03435fb4304215a78d2d30a28f85
parentdev-util/pkgconfig -> virtual/pkgconfig (diff)
downloadhistorical-fd476fdc09d2799c7232638b604cdd009eacdc2c.tar.gz
historical-fd476fdc09d2799c7232638b604cdd009eacdc2c.tar.bz2
historical-fd476fdc09d2799c7232638b604cdd009eacdc2c.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
-rw-r--r--sys-devel/distcc/ChangeLog7
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r10.ebuild8
-rw-r--r--sys-devel/distcc/distcc-3.0-r4.ebuild6
-rw-r--r--sys-devel/distcc/distcc-3.1-r5.ebuild6
-rw-r--r--sys-devel/distcc/distcc-3.1-r6.ebuild4
-rw-r--r--sys-devel/distcc/distcc-3.2_rc1.ebuild4
-rw-r--r--sys-devel/llvm/ChangeLog6
-rw-r--r--sys-devel/llvm/llvm-2.9-r2.ebuild6
-rw-r--r--sys-devel/llvm/llvm-3.0-r2.ebuild4
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild4
-rw-r--r--sys-devel/sparse/ChangeLog8
-rw-r--r--sys-devel/sparse/sparse-0.4.3.ebuild8
-rw-r--r--sys-devel/sparse/sparse-9999.ebuild8
13 files changed, 46 insertions, 33 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index b9a2834292d0..135860fed274 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/distcc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.214 2012/02/10 02:53:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.215 2012/05/04 07:24:15 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> distcc-2.18.3-r10.ebuild,
+ distcc-3.0-r4.ebuild, distcc-3.1-r5.ebuild, distcc-3.1-r6.ebuild,
+ distcc-3.2_rc1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
10 Feb 2012; Patrick Lauer <patrick@gentoo.org> distcc-3.2_rc1.ebuild:
Changing python deps in preparation for 2.4 removal
diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild
index 13d783e70b43..569aa4cc852f 100644
--- a/sys-devel/distcc/distcc-2.18.3-r10.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r10.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/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.13 2011/03/30 11:12:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.14 2012/05/04 07:24:15 jdhore Exp $
# If you change this in any way please email lisa@gentoo.org and make an
# entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
@@ -21,8 +21,8 @@ IUSE="gnome gtk hardened selinux ipv6"
DEPEND=">=sys-devel/gcc-config-1.3.1
userland_GNU? ( sys-apps/shadow )
- gnome? ( dev-util/pkgconfig )
- gtk? ( dev-util/pkgconfig )"
+ gnome? ( virtual/pkgconfig )
+ gtk? ( virtual/pkgconfig )"
RDEPEND="
gnome? (
x11-libs/gtk+:2
diff --git a/sys-devel/distcc/distcc-3.0-r4.ebuild b/sys-devel/distcc/distcc-3.0-r4.ebuild
index f4ce067ae83e..161b2fdc4ce4 100644
--- a/sys-devel/distcc/distcc-3.0-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.0-r4.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/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.13 2011/03/30 11:12:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.14 2012/05/04 07:24:15 jdhore Exp $
EAPI=1
inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
@@ -29,7 +29,7 @@ RDEPEND=">=dev-lang/python-2.4
x11-libs/gtk+:2
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
RDEPEND="${RDEPEND}
!net-misc/pump
>=sys-devel/gcc-config-1.3.1
diff --git a/sys-devel/distcc/distcc-3.1-r5.ebuild b/sys-devel/distcc/distcc-3.1-r5.ebuild
index 0c3a0657b7de..949f297432bc 100644
--- a/sys-devel/distcc/distcc-3.1-r5.ebuild
+++ b/sys-devel/distcc/distcc-3.1-r5.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/sys-devel/distcc/distcc-3.1-r5.ebuild,v 1.2 2011/03/28 22:37:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r5.ebuild,v 1.3 2012/05/04 07:24:15 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -30,7 +30,7 @@ RDEPEND="dev-libs/popt
x11-libs/gtk+:2
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
RDEPEND="${RDEPEND}
!net-misc/pump
>=sys-devel/gcc-config-1.4.1
diff --git a/sys-devel/distcc/distcc-3.1-r6.ebuild b/sys-devel/distcc/distcc-3.1-r6.ebuild
index fb741cb36e56..0696291f35c5 100644
--- a/sys-devel/distcc/distcc-3.1-r6.ebuild
+++ b/sys-devel/distcc/distcc-3.1-r6.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/sys-devel/distcc/distcc-3.1-r6.ebuild,v 1.1 2012/01/09 13:29:10 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r6.ebuild,v 1.2 2012/05/04 07:24:15 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -30,7 +30,7 @@ RDEPEND="dev-libs/popt
x11-libs/gtk+:2
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
RDEPEND="${RDEPEND}
!net-misc/pump
>=sys-devel/gcc-config-1.4.1
diff --git a/sys-devel/distcc/distcc-3.2_rc1.ebuild b/sys-devel/distcc/distcc-3.2_rc1.ebuild
index f703db5c6764..39b841cbb207 100644
--- a/sys-devel/distcc/distcc-3.2_rc1.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1.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/sys-devel/distcc/distcc-3.2_rc1.ebuild,v 1.2 2012/02/10 02:53:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1.ebuild,v 1.3 2012/05/04 07:24:15 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -30,7 +30,7 @@ RDEPEND="dev-libs/popt
gssapi? ( net-libs/libgssglue )
gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
RDEPEND="${RDEPEND}
!net-misc/pump
>=sys-devel/gcc-config-1.4.1
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog
index 2e78db4a0e54..3c5197947168 100644
--- a/sys-devel/llvm/ChangeLog
+++ b/sys-devel/llvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.70 2012/05/02 17:03:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.71 2012/05/04 07:24:15 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> llvm-2.9-r2.ebuild,
+ llvm-3.0-r2.ebuild, llvm-9999.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
02 May 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
Add myself as a co-maintainer.
diff --git a/sys-devel/llvm/llvm-2.9-r2.ebuild b/sys-devel/llvm/llvm-2.9-r2.ebuild
index ae0b34fbd2ef..881dd4ab5c91 100644
--- a/sys-devel/llvm/llvm-2.9-r2.ebuild
+++ b/sys-devel/llvm/llvm-2.9-r2.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/sys-devel/llvm/llvm-2.9-r2.ebuild,v 1.7 2011/12/13 11:45:31 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.9-r2.ebuild,v 1.8 2012/05/04 07:24:15 jdhore Exp $
EAPI="3"
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -20,7 +20,7 @@ DEPEND="dev-lang/perl
>=sys-devel/bison-1.875d
|| ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
|| ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
- libffi? ( dev-util/pkgconfig
+ libffi? ( virtual/pkgconfig
virtual/libffi )
ocaml? ( dev-lang/ocaml )
udis86? ( amd64? ( dev-libs/udis86[pic] )
diff --git a/sys-devel/llvm/llvm-3.0-r2.ebuild b/sys-devel/llvm/llvm-3.0-r2.ebuild
index 378e3d3a15cc..fc12ce80f987 100644
--- a/sys-devel/llvm/llvm-3.0-r2.ebuild
+++ b/sys-devel/llvm/llvm-3.0-r2.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/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.3 2012/04/13 14:16:55 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.4 2012/05/04 07:24:15 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -22,7 +22,7 @@ DEPEND="dev-lang/perl
|| ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
|| ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
gold? ( >=sys-devel/binutils-2.22 )
- libffi? ( dev-util/pkgconfig
+ libffi? ( virtual/pkgconfig
virtual/libffi )
ocaml? ( dev-lang/ocaml )
udis86? ( amd64? ( dev-libs/udis86[pic] )
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 6f9358bf99ef..231be3f64335 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.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/sys-devel/llvm/llvm-9999.ebuild,v 1.25 2012/04/30 15:19:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.26 2012/05/04 07:24:15 jdhore Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -23,7 +23,7 @@ DEPEND="dev-lang/perl
|| ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
|| ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
gold? ( >=sys-devel/binutils-2.22 )
- libffi? ( dev-util/pkgconfig
+ libffi? ( virtual/pkgconfig
virtual/libffi )
ocaml? ( dev-lang/ocaml )
udis86? ( amd64? ( dev-libs/udis86[pic] )
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog
index ff0e2db11642..900af8854663 100644
--- a/sys-devel/sparse/ChangeLog
+++ b/sys-devel/sparse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/sparse
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.44 2011/09/21 08:38:30 mgorny Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.45 2012/05/04 07:24:15 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> sparse-0.4.3.ebuild,
+ sparse-9999.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
21 Sep 2011; Michał Górny <mgorny@gentoo.org> sparse-9999.ebuild:
Migrate to git-2.
diff --git a/sys-devel/sparse/sparse-0.4.3.ebuild b/sys-devel/sparse/sparse-0.4.3.ebuild
index d65352a72d43..7cf2e4557a52 100644
--- a/sys-devel/sparse/sparse-0.4.3.ebuild
+++ b/sys-devel/sparse/sparse-0.4.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/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.5 2011/04/08 01:32:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.6 2012/05/04 07:24:15 jdhore Exp $
EAPI="2"
@@ -28,8 +28,8 @@ IUSE="gtk xml test"
RDEPEND="gtk? ( x11-libs/gtk+:2 )
xml? ( dev-libs/libxml2 )"
DEPEND="${RDEPEND}
- gtk? ( dev-util/pkgconfig )
- xml? ( dev-util/pkgconfig )"
+ gtk? ( virtual/pkgconfig )
+ xml? ( virtual/pkgconfig )"
src_prepare() {
# http://git.overlays.gentoo.org/gitweb/?p=proj/sparse.git;a=summary
diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild
index 19536296fd3e..d0e704757be3 100644
--- a/sys-devel/sparse/sparse-9999.ebuild
+++ b/sys-devel/sparse/sparse-9999.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/sys-devel/sparse/sparse-9999.ebuild,v 1.9 2011/09/21 08:38:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild,v 1.10 2012/05/04 07:24:15 jdhore Exp $
EAPI="2"
@@ -28,8 +28,8 @@ IUSE="gtk xml"
RDEPEND="gtk? ( x11-libs/gtk+:2 )
xml? ( dev-libs/libxml2 )"
DEPEND="${RDEPEND}
- gtk? ( dev-util/pkgconfig )
- xml? ( dev-util/pkgconfig )"
+ gtk? ( virtual/pkgconfig )
+ xml? ( virtual/pkgconfig )"
usex() { use $1 && echo ${2:-yes} || echo ${3:-no} ; }