summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-08-14 16:53:22 +0000
committerChristian Heim <phreak@gentoo.org>2006-08-14 16:53:22 +0000
commit23380965da9851a333bbaa89b67fe6cf42a3d974 (patch)
treecb50d6df6d17dfc2a87977e38e660b5c071e261a
parentSwitch default ordering of gcc-config and eselect-compiler to work around por... (diff)
downloadgentoo-2-23380965da9851a333bbaa89b67fe6cf42a3d974.tar.gz
gentoo-2-23380965da9851a333bbaa89b67fe6cf42a3d974.tar.bz2
gentoo-2-23380965da9851a333bbaa89b67fe6cf42a3d974.zip
Switch default ordering of gcc-config and eselect-compiler to work around portage bug.
(Portage version: 2.1.1_pre5-r1)
-rw-r--r--sys-devel/distcc/ChangeLog8
-rw-r--r--sys-devel/distcc/distcc-2.16-r2.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.16-r3.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r10.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r6.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r7.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r8.ebuild4
7 files changed, 19 insertions, 13 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 7105c4d08108..07c1aa19019e 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.157 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.158 2006/08/14 16:53:22 phreak Exp $
+
+ 14 Aug 2006; Christian Heim <phreak@gentoo.org> distcc-2.16-r2.ebuild,
+ distcc-2.16-r3.ebuild, distcc-2.18.3-r6.ebuild, distcc-2.18.3-r7.ebuild,
+ distcc-2.18.3-r8.ebuild, distcc-2.18.3-r10.ebuild:
+ Switch default ordering of gcc-config and eselect-compiler to work around
+ portage bug.
06 Jun 2006; Jeremy Huddleston <eradicator@gentoo.org>
distcc-2.16-r2.ebuild, distcc-2.16-r3.ebuild, distcc-2.18.3-r6.ebuild,
diff --git a/sys-devel/distcc/distcc-2.16-r2.ebuild b/sys-devel/distcc/distcc-2.16-r2.ebuild
index e103f7b18d95..8af3140c6e77 100644
--- a/sys-devel/distcc/distcc-2.16-r2.ebuild
+++ b/sys-devel/distcc/distcc-2.16-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r2.ebuild,v 1.8 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r2.ebuild,v 1.9 2006/08/14 16:53:22 phreak 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
@@ -20,7 +20,7 @@ KEYWORDS="x86 ppc sparc mips alpha ~hppa ~ia64 ~amd64 ppc64 ~s390 ~arm"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
sys-apps/shadow
dev-util/pkgconfig"
RDEPEND="
diff --git a/sys-devel/distcc/distcc-2.16-r3.ebuild b/sys-devel/distcc/distcc-2.16-r3.ebuild
index 385b5026a87b..79bcba8696a5 100644
--- a/sys-devel/distcc/distcc-2.16-r3.ebuild
+++ b/sys-devel/distcc/distcc-2.16-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r3.ebuild,v 1.4 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r3.ebuild,v 1.5 2006/08/14 16:53:22 phreak 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
@@ -20,7 +20,7 @@ KEYWORDS="x86 ppc sparc mips alpha ~hppa ~ia64 ~amd64 ppc64 ~s390 ~arm"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
sys-apps/shadow
dev-util/pkgconfig"
RDEPEND="
diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild
index e66604b2fdb3..328323e2b77a 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-2006 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.3 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.4 2006/08/14 16:53:22 phreak 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
@@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
userland_GNU? ( sys-apps/shadow )
gnome? ( dev-util/pkgconfig )
gtk? ( dev-util/pkgconfig )"
diff --git a/sys-devel/distcc/distcc-2.18.3-r6.ebuild b/sys-devel/distcc/distcc-2.18.3-r6.ebuild
index 628244109fe1..93312827439b 100644
--- a/sys-devel/distcc/distcc-2.18.3-r6.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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-r6.ebuild,v 1.2 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r6.ebuild,v 1.3 2006/08/14 16:53:22 phreak 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
@@ -20,7 +20,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ia64 amd64 ~s390"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
sys-apps/shadow
gnome? (
dev-util/pkgconfig
diff --git a/sys-devel/distcc/distcc-2.18.3-r7.ebuild b/sys-devel/distcc/distcc-2.18.3-r7.ebuild
index 07c70a7dbf79..b7f8ac181a43 100644
--- a/sys-devel/distcc/distcc-2.18.3-r7.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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-r7.ebuild,v 1.11 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r7.ebuild,v 1.12 2006/08/14 16:53:22 phreak 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
@@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
sys-apps/shadow
gnome? ( dev-util/pkgconfig )
gtk? ( dev-util/pkgconfig )"
diff --git a/sys-devel/distcc/distcc-2.18.3-r8.ebuild b/sys-devel/distcc/distcc-2.18.3-r8.ebuild
index 8c9d4afddd8f..e1a141b6f576 100644
--- a/sys-devel/distcc/distcc-2.18.3-r8.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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-r8.ebuild,v 1.5 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r8.ebuild,v 1.6 2006/08/14 16:53:22 phreak 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
@@ -20,7 +20,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="crosscompile gnome gtk ipv6 selinux"
DEPEND=">=sys-apps/portage-2.0.49-r6
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
sys-apps/shadow
gnome? (
dev-util/pkgconfig