diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:24:15 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:24:15 +0000 |
commit | fd476fdc09d2799c7232638b604cdd009eacdc2c (patch) | |
tree | d2f877686b3f03435fb4304215a78d2d30a28f85 /sys-devel/distcc | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-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
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r10.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.0-r4.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r5.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.2_rc1.ebuild | 4 |
6 files changed, 20 insertions, 15 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 |