From 155d8a68100e504a9fd8eb0829cfd80ecae95313 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 5 Jan 2007 09:15:35 +0000 Subject: [PATCH] Remove gnuconfig_update usage, leave it to econf. Package-Manager: portage-2.1.2_rc4-r5 --- sys-devel/distcc/ChangeLog | 9 +++++++-- sys-devel/distcc/distcc-2.16-r2.ebuild | 20 +++++++------------- sys-devel/distcc/distcc-2.16-r3.ebuild | 20 +++++++------------- sys-devel/distcc/distcc-2.18.3-r10.ebuild | 7 +++---- sys-devel/distcc/distcc-2.18.3-r6.ebuild | 7 +++---- sys-devel/distcc/distcc-2.18.3-r7.ebuild | 7 +++---- sys-devel/distcc/distcc-2.18.3-r8.ebuild | 7 +++---- sys-devel/gettext/ChangeLog | 8 ++++++-- sys-devel/gettext/gettext-0.12.1-r2.ebuild | 7 +++---- sys-devel/gettext/gettext-0.14.1-r1.ebuild | 7 +++---- 10 files changed, 45 insertions(+), 54 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ò 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ò 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() { diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 10a16c952382..5240303fe827 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gettext -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.132 2006/12/30 00:59:16 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.133 2007/01/05 09:15:35 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò + gettext-0.12.1-r2.ebuild, gettext-0.14.1-r1.ebuild: + Remove gnuconfig_update usage, leave it to econf. *gettext-0.16.1 (30 Dec 2006) diff --git a/sys-devel/gettext/gettext-0.12.1-r2.ebuild b/sys-devel/gettext/gettext-0.12.1-r2.ebuild index 893ab8f2cec9..e6f7d0500f3c 100644 --- a/sys-devel/gettext/gettext-0.12.1-r2.ebuild +++ b/sys-devel/gettext/gettext-0.12.1-r2.ebuild @@ -1,8 +1,8 @@ -# 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/gettext/gettext-0.12.1-r2.ebuild,v 1.19 2006/09/28 06:00:05 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r2.ebuild,v 1.20 2007/01/05 09:15:35 flameeyes Exp $ -inherit eutils gnuconfig toolchain-funcs libtool +inherit eutils toolchain-funcs libtool DESCRIPTION="GNU locale utilities" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" @@ -21,7 +21,6 @@ src_unpack() { epunt_cxx epatch ${FILESDIR}/${P}-tempfile.patch #66355 use ppc-macos || elibtoolize --reverse-deps - gnuconfig_update } src_compile() { diff --git a/sys-devel/gettext/gettext-0.14.1-r1.ebuild b/sys-devel/gettext/gettext-0.14.1-r1.ebuild index d3ae07a12914..e1be30709a0d 100644 --- a/sys-devel/gettext/gettext-0.14.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.14.1-r1.ebuild @@ -1,8 +1,8 @@ -# 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/gettext/gettext-0.14.1-r1.ebuild,v 1.4 2006/03/09 23:49:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1-r1.ebuild,v 1.5 2007/01/05 09:15:35 flameeyes Exp $ -inherit eutils gnuconfig toolchain-funcs mono libtool +inherit eutils toolchain-funcs mono libtool DESCRIPTION="GNU locale utilities" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" @@ -32,7 +32,6 @@ src_unpack() { else elibtoolize --reverse-deps fi - gnuconfig_update } src_compile() { -- 2.26.2