diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:14:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:14:13 +0000 |
commit | 971edbc9a416700e41c711feafca0cdb8466942e (patch) | |
tree | 24cdf93b70e639cd3ffaae80959d0340c591381d /sys-devel/distcc | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-971edbc9a416700e41c711feafca0cdb8466942e.tar.gz gentoo-2-971edbc9a416700e41c711feafca0cdb8466942e.tar.bz2 gentoo-2-971edbc9a416700e41c711feafca0cdb8466942e.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.16-r2.ebuild | 20 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.16-r3.ebuild | 20 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r10.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r6.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r7.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r8.ebuild | 7 |
7 files changed, 33 insertions, 44 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 7a72fa79a9bd..0fc50be64f3c 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,11 @@ # 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.159 2006/11/17 16:46:07 flameeyes Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.160 2007/01/05 09:14:13 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@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: + Remove gnuconfig_update usage, leave it to econf. 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> distcc-2.18.3-r10.ebuild: diff --git a/sys-devel/distcc/distcc-2.16-r2.ebuild b/sys-devel/distcc/distcc-2.16-r2.ebuild index 8af3140c6e77..0793a0f86599 100644 --- a/sys-devel/distcc/distcc-2.16-r2.ebuild +++ b/sys-devel/distcc/distcc-2.16-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.9 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r2.ebuild,v 1.10 2007/01/05 09:14:13 flameeyes 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 -inherit eutils flag-o-matic gnuconfig toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs PATCHLEVEL="2.17" @@ -40,17 +40,11 @@ RDEPEND=" ) ) selinux? ( sec-policy/selinux-distcc )" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_compile() { local myconf="--with-included-popt " #Here we use the built in parse-options package. saves a dependancy - #not taking any chances here, guessing which takes precedence in the + #not taking any chances here, guessing which takes precedence in the #configure script, so we'll just make the distinction here: #gnome takes precedence over gtk if both are specified (gnome pulls #in gtk anyways...) @@ -131,7 +125,7 @@ pkg_postinst() { # but for now, but user must finsh things off ewarn "*** Installation is not complete ***" ewarn "You must run the following as root:" - ewarn " /usr/bin/distcc-config --install" + ewarn " /usr/bin/distcc-config --install" ewarn "after booting or chrooting into ${ROOT}" fi einfo "Setting permissions on ${ROOT}var/run/distccd" @@ -147,8 +141,8 @@ pkg_postinst() { ewarn "please report them to our Bugzilla at bugs.gentoo.org" echo "" einfo "To use the distccmon programs with Gentoo you should use this command:" - einfo " DISTCC_DIR=/var/tmp/portage/.distcc distccmon-text N" - use gnome || use gtk && einfo "Or: DISTCC_DIR=/var/tmp/portage/.distcc distccmon-gnome" + einfo " DISTCC_DIR=/var/tmp/portage/.distcc distccmon-text N" + use gnome || use gtk && einfo "Or: DISTCC_DIR=/var/tmp/portage/.distcc distccmon-gnome" ewarn "***SECURITY NOTICE***" ewarn "If you are upgrading distcc please make sure to run etc-update to" diff --git a/sys-devel/distcc/distcc-2.16-r3.ebuild b/sys-devel/distcc/distcc-2.16-r3.ebuild index 79bcba8696a5..8ce21cad6e22 100644 --- a/sys-devel/distcc/distcc-2.16-r3.ebuild +++ b/sys-devel/distcc/distcc-2.16-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.5 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r3.ebuild,v 1.6 2007/01/05 09:14:13 flameeyes 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 -inherit eutils flag-o-matic gnuconfig toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs PATCHLEVEL="2.17" @@ -40,17 +40,11 @@ RDEPEND=" ) ) selinux? ( sec-policy/selinux-distcc )" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_compile() { local myconf="--with-included-popt " #Here we use the built in parse-options package. saves a dependancy - #not taking any chances here, guessing which takes precedence in the + #not taking any chances here, guessing which takes precedence in the #configure script, so we'll just make the distinction here: #gnome takes precedence over gtk if both are specified (gnome pulls #in gtk anyways...) @@ -138,7 +132,7 @@ pkg_postinst() { # but for now, but user must finsh things off ewarn "*** Installation is not complete ***" ewarn "You must run the following as root:" - ewarn " /usr/bin/distcc-config --install" + ewarn " /usr/bin/distcc-config --install" ewarn "after booting or chrooting into ${ROOT}" fi einfo "Setting permissions on ${ROOT}var/run/distccd" @@ -154,8 +148,8 @@ pkg_postinst() { ewarn "please report them to our Bugzilla at bugs.gentoo.org" echo "" einfo "To use the distccmon programs with Gentoo you should use this command:" - einfo " DISTCC_DIR=/var/tmp/portage/.distcc distccmon-text N" - use gnome || use gtk && einfo "Or: DISTCC_DIR=/var/tmp/portage/.distcc distccmon-gnome" + einfo " DISTCC_DIR=/var/tmp/portage/.distcc distccmon-text N" + use gnome || use gtk && einfo "Or: DISTCC_DIR=/var/tmp/portage/.distcc distccmon-gnome" ewarn "***SECURITY NOTICE***" ewarn "If you are upgrading distcc please make sure to run etc-update to" diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild index db4656136dd7..5be80bf3b1c0 100644 --- a/sys-devel/distcc/distcc-2.18.3-r10.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.5 2006/11/17 16:46:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.6 2007/01/05 09:14:13 flameeyes 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 -inherit eutils flag-o-matic gnuconfig toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs PATCHLEVEL="2.18" @@ -48,7 +48,6 @@ src_unpack() { # See bug #75420 for more multilib stuff epatch ${FILESDIR}/distcc-gentoo-multilib-r1.patch einfo "Please report to bug #75420 success or failure of this patch." - gnuconfig_update } src_compile() { diff --git a/sys-devel/distcc/distcc-2.18.3-r6.ebuild b/sys-devel/distcc/distcc-2.18.3-r6.ebuild index 93312827439b..82bc5232fb8a 100644 --- a/sys-devel/distcc/distcc-2.18.3-r6.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.3 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r6.ebuild,v 1.4 2007/01/05 09:14:13 flameeyes 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 -inherit eutils flag-o-matic gnuconfig toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs PATCHLEVEL="2.18" @@ -50,7 +50,6 @@ src_unpack() { # See bug #75420 for more multilib stuff epatch ${FILESDIR}/distcc-gentoo-multilib-r1.patch einfo "Please report to bug #75420 success or failure of this patch." - gnuconfig_update } src_compile() { diff --git a/sys-devel/distcc/distcc-2.18.3-r7.ebuild b/sys-devel/distcc/distcc-2.18.3-r7.ebuild index b7f8ac181a43..c679d11c57f7 100644 --- a/sys-devel/distcc/distcc-2.18.3-r7.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.12 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r7.ebuild,v 1.13 2007/01/05 09:14:13 flameeyes 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 -inherit eutils flag-o-matic gnuconfig toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs PATCHLEVEL="2.18" @@ -45,7 +45,6 @@ src_unpack() { # See bug #75420 for more multilib stuff epatch ${FILESDIR}/distcc-gentoo-multilib-r1.patch einfo "Please report to bug #75420 success or failure of this patch." - gnuconfig_update } src_compile() { diff --git a/sys-devel/distcc/distcc-2.18.3-r8.ebuild b/sys-devel/distcc/distcc-2.18.3-r8.ebuild index e1a141b6f576..783815de20f1 100644 --- a/sys-devel/distcc/distcc-2.18.3-r8.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.6 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r8.ebuild,v 1.7 2007/01/05 09:14:13 flameeyes 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 -inherit eutils flag-o-matic gnuconfig toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs PATCHLEVEL="2.18" @@ -50,7 +50,6 @@ src_unpack() { # See bug #75420 for more multilib stuff epatch ${FILESDIR}/distcc-gentoo-multilib-r1.patch einfo "Please report to bug #75420 success or failure of this patch." - gnuconfig_update } src_compile() { |