From 8c6ef85bf666445f20172be46c9ad8ab708204ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 5 Jan 2007 07:41:26 +0000 Subject: [PATCH] Remove gnuconfig_update usage, leave it to econf. Package-Manager: portage-2.1.2_rc4-r5 --- dev-libs/cyrus-sasl/ChangeLog | 9 +++++++-- dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild | 9 +++------ dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild | 9 +++------ dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild | 9 +++------ dev-libs/libunicode/ChangeLog | 8 ++++++-- dev-libs/libunicode/libunicode-0.4-r1.ebuild | 12 ++---------- dev-libs/lzo/ChangeLog | 7 +++++-- dev-libs/lzo/lzo-1.08-r1.ebuild | 9 +++------ dev-libs/openobex/ChangeLog | 8 ++++++-- dev-libs/openobex/openobex-1.2-r1.ebuild | 7 +++---- dev-libs/openobex/openobex-1.3.ebuild | 7 +++---- 11 files changed, 44 insertions(+), 50 deletions(-) diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 3cb49c61325f..494d24c19ed9 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/cyrus-sasl -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.173 2006/12/10 15:44:32 tove Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.174 2007/01/05 07:38:58 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò + cyrus-sasl-2.1.21-r2.ebuild, cyrus-sasl-2.1.21-r3.ebuild, + cyrus-sasl-2.1.22.ebuild: + Remove gnuconfig_update usage, leave it to econf. 10 Dec 2006; Torsten Veller cyrus-sasl-2.1.22-r1.ebuild: Change echo to ewarn (#153685) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild index f4fc710ea63f..fb1afd154cce 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild,v 1.12 2006/11/23 20:14:22 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild,v 1.13 2007/01/05 07:38:58 flameeyes Exp $ -inherit eutils gnuconfig flag-o-matic java-pkg multilib +inherit eutils flag-o-matic java-pkg multilib ntlm_patch=${P}-ntlm_impl-spnego.patch.gz @@ -157,9 +157,6 @@ src_compile() { # Use /dev/urandom instead of /dev/random. Bug #46038 use urandom && myconf="${myconf} --with-devrandom=/dev/urandom" - # Detect mips systems properly. - gnuconfig_update - econf \ --with-saslauthd=/var/lib/sasl2 \ --with-pwcheck=/var/lib/sasl2 \ diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild index f9ba23247d2b..89ab9079d9b9 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild,v 1.2 2006/11/23 20:14:22 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild,v 1.3 2007/01/05 07:38:58 flameeyes Exp $ -inherit eutils gnuconfig flag-o-matic java-pkg multilib +inherit eutils flag-o-matic java-pkg multilib ntlm_patch=${P}-ntlm_impl-spnego.patch.gz @@ -159,9 +159,6 @@ src_compile() { # Use /dev/urandom instead of /dev/random. Bug #46038 use urandom && myconf="${myconf} --with-devrandom=/dev/urandom" - # Detect mips systems properly. - gnuconfig_update - econf \ --with-saslauthd=/var/lib/sasl2 \ --with-pwcheck=/var/lib/sasl2 \ diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild index b415767ec846..ccc5601790a7 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.19 2006/11/23 20:14:22 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.20 2007/01/05 07:38:58 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" -inherit eutils gnuconfig flag-o-matic java-pkg multilib autotools +inherit eutils flag-o-matic java-pkg multilib autotools ntlm_patch=${P}-ntlm_impl-spnego.patch.gz SASLAUTHD_CONF_VER=2.1.21 @@ -147,9 +147,6 @@ src_compile() { # Use /dev/urandom instead of /dev/random. Bug #46038 use urandom && myconf="${myconf} --with-devrandom=/dev/urandom" - # Detect mips systems properly. - gnuconfig_update - econf \ --with-saslauthd=/var/lib/sasl2 \ --with-pwcheck=/var/lib/sasl2 \ diff --git a/dev-libs/libunicode/ChangeLog b/dev-libs/libunicode/ChangeLog index 7ec83db91642..f35273d49fc8 100644 --- a/dev-libs/libunicode/ChangeLog +++ b/dev-libs/libunicode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libunicode -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/ChangeLog,v 1.15 2006/12/11 07:27:25 beu Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/ChangeLog,v 1.16 2007/01/05 07:39:26 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò + libunicode-0.4-r1.ebuild: + Remove gnuconfig_update usage, leave it to econf. 11 Dec 2006; Elfyn McBratney libunicode-0.4-r1.ebuild: Kill redundant DEPEND on virtual/libc. diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index ca4a6b61ffda..d5dbced27125 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -1,8 +1,6 @@ -# 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/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.31 2006/12/11 07:27:25 beu Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.32 2007/01/05 07:39:26 flameeyes Exp $ DESCRIPTION="Unicode library" HOMEPAGE="http://www.gnome.org/" @@ -13,12 +11,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" IUSE="" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog NEWS README THANKS TODO diff --git a/dev-libs/lzo/ChangeLog b/dev-libs/lzo/ChangeLog index bfb5f3c01cd2..b34b6a3f6cc5 100644 --- a/dev-libs/lzo/ChangeLog +++ b/dev-libs/lzo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/lzo -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.42 2006/11/09 03:09:34 iluxa Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.43 2007/01/05 07:40:23 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò lzo-1.08-r1.ebuild: + Remove gnuconfig_update usage, leave it to econf. 09 Nov 2006; Ilya A. Volynets-Evenbakh lzo-2.02-r1.ebuild: diff --git a/dev-libs/lzo/lzo-1.08-r1.ebuild b/dev-libs/lzo/lzo-1.08-r1.ebuild index 6c769600a1be..7fcd16a65329 100644 --- a/dev-libs/lzo/lzo-1.08-r1.ebuild +++ b/dev-libs/lzo/lzo-1.08-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/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.22 2006/09/04 10:30:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.23 2007/01/05 07:40:23 flameeyes Exp $ -inherit eutils gnuconfig libtool +inherit eutils libtool DESCRIPTION="An extremely fast compression and decompression library" HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" @@ -28,9 +28,6 @@ src_unpack() { } src_compile() { - #Needed on mips and probablly others - gnuconfig_update - econf --enable-shared || die emake || die } diff --git a/dev-libs/openobex/ChangeLog b/dev-libs/openobex/ChangeLog index ce343b7c72d0..41102a34f266 100644 --- a/dev-libs/openobex/ChangeLog +++ b/dev-libs/openobex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openobex -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.49 2006/11/04 08:52:56 mrness Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.50 2007/01/05 07:41:26 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò openobex-1.2-r1.ebuild, + openobex-1.3.ebuild: + Remove gnuconfig_update usage, leave it to econf. 04 Nov 2006; Alin Nastac -openobex-1.0.0.ebuild, -openobex-1.0.1.ebuild, -openobex-1.1.ebuild: diff --git a/dev-libs/openobex/openobex-1.2-r1.ebuild b/dev-libs/openobex/openobex-1.2-r1.ebuild index e063e1dd51d3..8bd85f4e4295 100644 --- a/dev-libs/openobex/openobex-1.2-r1.ebuild +++ b/dev-libs/openobex/openobex-1.2-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/dev-libs/openobex/openobex-1.2-r1.ebuild,v 1.7 2006/10/14 09:07:23 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.2-r1.ebuild,v 1.8 2007/01/05 07:41:26 flameeyes Exp $ -inherit autotools eutils gnuconfig +inherit autotools eutils DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices" HOMEPAGE="http://sourceforge.net/projects/openobex" @@ -23,7 +23,6 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/${P}-as-needed.patch" eautoreconf - gnuconfig_update } src_compile() { diff --git a/dev-libs/openobex/openobex-1.3.ebuild b/dev-libs/openobex/openobex-1.3.ebuild index 069b090a923d..62e06f7dae0d 100644 --- a/dev-libs/openobex/openobex-1.3.ebuild +++ b/dev-libs/openobex/openobex-1.3.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/dev-libs/openobex/openobex-1.3.ebuild,v 1.7 2006/10/14 09:07:23 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.3.ebuild,v 1.8 2007/01/05 07:41:26 flameeyes Exp $ -inherit autotools eutils gnuconfig +inherit autotools eutils DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices" HOMEPAGE="http://sourceforge.net/projects/openobex" @@ -23,7 +23,6 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/${P}-as-needed.patch" eautoreconf - gnuconfig_update } src_compile() { -- 2.26.2