Remove gnuconfig_update usage, leave it to econf.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 5 Jan 2007 07:27:24 +0000 (07:27 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 5 Jan 2007 07:27:24 +0000 (07:27 +0000)
Package-Manager: portage-2.1.2_rc4-r5

20 files changed:
app-text/a2ps/ChangeLog
app-text/a2ps/a2ps-4.13c-r2.ebuild
app-text/dgs/ChangeLog
app-text/dgs/dgs-0.5.10-r1.ebuild
app-text/dictd/ChangeLog
app-text/dictd/dictd-1.10.0.ebuild
app-text/dictd/dictd-1.8.0.ebuild
app-text/dictd/dictd-1.9.11-r1.ebuild
app-text/dictd/dictd-1.9.14.ebuild
app-text/enchant/ChangeLog
app-text/enchant/enchant-1.1.3.ebuild
app-text/enchant/files/digest-enchant-1.1.3
app-text/new/ChangeLog
app-text/new/new-1.3.2.ebuild
app-text/sablotron/ChangeLog
app-text/sablotron/sablotron-1.0.1-r1.ebuild
app-text/sablotron/sablotron-1.0.1.ebuild
app-text/sablotron/sablotron-1.0.2.ebuild
app-text/xlhtml/ChangeLog
app-text/xlhtml/xlhtml-0.5.ebuild

index 9cda4ac9d00151b64a05ef3b96c5f73492b47edb..0b3d38330c16259b1e655f4c0c1559feadf296b8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/a2ps
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.58 2007/01/04 14:22:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.59 2007/01/05 07:22:10 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> a2ps-4.13c-r2.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> a2ps-4.13c-r5.ebuild:
   Don't use gnuconfig_update anymore.
index b4b40eaafb8d8c38c81515d9f7a4e00aa7f6843e..d8909ee83cfecf4e3680470c68b1f8a3052388c0 100644 (file)
@@ -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/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.7 2006/02/17 01:41:30 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.8 2007/01/05 07:22:10 flameeyes Exp $
 
-inherit gnuconfig eutils
+inherit eutils
 
 S=${WORKDIR}/${PN}-${PV:0:4}
 DESCRIPTION="Any to PostScript filter"
@@ -45,7 +45,6 @@ src_unpack() {
        # fix sandbox violation, bug #79012
        sed -i -e 's:$acroread -helpall:acroread4 -helpall:' configure configure.in
 
-       gnuconfig_update || die "gnuconfig_update failed"
        libtoolize --copy --force || die "libtoolize failed"
 }
 
index 1ccd0ff592462de08a1a7d42c237dff0b844d2b8..8f065c581368b777b022060bf30ab2109c767603 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dgs
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.25 2006/03/23 18:51:40 spyderous Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.26 2007/01/05 07:22:56 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> dgs-0.5.10-r1.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   23 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; dgs-0.5.10-r1.ebuild:
   (#127342) Doesn't build in parallel, found by Erik Zeek.
index 9eac0481bf8f88579204bf74d93c26acefbf45a6..911600970f7b6bd91765a7d8cc499e9e8cc3d484 100644 (file)
@@ -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/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.34 2006/03/23 18:51:41 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.35 2007/01/05 07:22:56 flameeyes Exp $
 
-inherit gnuconfig eutils
+inherit eutils
 
 DESCRIPTION="A Ghostscript based Display Postscript (DPS) server"
 HOMEPAGE="http://www.gyve.org/dgs/"
@@ -25,9 +25,6 @@ src_unpack() {
        epatch ${FILESDIR}/${P}-tcpd-gentoo.diff
        epatch ${FILESDIR}/${P}-gcc-3.4.diff
        epatch ${FILESDIR}/${PV}-workaround-include-in-comments.patch
-
-       # needed for amd64 and alphaev67 at least
-       gnuconfig_update
 }
 
 src_compile() {
index 888e94f7c53762db6ace43a8db25267b180b3b79..36d57bb04e6605e1f887b7deea1f44e5b59cc9ab 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/dictd
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.30 2006/12/29 17:59:45 gustavoz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.31 2007/01/05 07:23:52 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> dictd-1.8.0.ebuild,
+  dictd-1.9.11-r1.ebuild, dictd-1.9.14.ebuild, dictd-1.10.0.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> dictd-1.9.14.ebuild:
   Stable on sparc
index ae23d2cc245f4950e3458f314e2c08c256096775..150dadc7c71ea0fa0878c9d90b09294227d1eb9e 100644 (file)
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.10.0.ebuild,v 1.2 2005/08/20 19:15:55 grobian Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.10.0.ebuild,v 1.3 2007/01/05 07:23:52 flameeyes Exp $
 
 DESCRIPTION="Dictionary Client/Server for the DICT protocol"
 HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
 DEPEND="virtual/libc"
 
 src_compile() {
-
-       # Update config.sub and config.guess so dictd understands the sparc architecture
-       gnuconfig_update
-
        econf \
                --with-cflags="${CFLAGS}" \
                --sysconfdir=/etc/dict || die
index 12edfd41a9bc539b92b5a0b2b50bf0cf9d4d33eb..40a084bef7400325df480ae7cb75305868245e8b 100644 (file)
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.18 2005/01/01 16:08:17 eradicator Exp $
-
-inherit gnuconfig eutils
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.19 2007/01/05 07:23:52 flameeyes Exp $
 
 DESCRIPTION="Dictionary Client/Server for the DICT protocol"
 HOMEPAGE="http://www.dict.org/"
@@ -22,9 +20,6 @@ src_unpack() {
 }
 
 src_compile() {
-       # Update config.sub and config.guess so dictd understands the sparc architecture
-       gnuconfig_update
-
        econf --with-etcdir=/etc/dict || die
        make || die
 }
index 157d6a21789b7b498f6e56396dbc72b4065afb15..d0a6614d4eb4870c9bd7acddd5a78cabdebdc7dd 100644 (file)
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11-r1.ebuild,v 1.10 2005/02/19 10:06:27 corsair Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11-r1.ebuild,v 1.11 2007/01/05 07:23:52 flameeyes Exp $
 
 DESCRIPTION="Dictionary Client/Server for the DICT protocol"
 HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
 DEPEND="virtual/libc"
 
 src_compile() {
-
-       # Update config.sub and config.guess so dictd understands the sparc architecture
-       gnuconfig_update
-
        econf \
                --with-cflags="${CFLAGS}" \
                --sysconfdir=/etc/dict || die
index 08621dfa4b2c6f0d3efb2f91490e30b37003f0b3..cd07864c4e2f58a0f7c234de770c7320bfb4dafc 100644 (file)
@@ -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/app-text/dictd/dictd-1.9.14.ebuild,v 1.9 2006/12/29 17:59:45 gustavoz Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.10 2007/01/05 07:23:52 flameeyes Exp $
 
 DESCRIPTION="Dictionary Client/Server for the DICT protocol"
 HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
 DEPEND="virtual/libc"
 
 src_compile() {
-
-       # Update config.sub and config.guess so dictd understands the sparc architecture
-       gnuconfig_update
-
        econf \
                --with-cflags="${CFLAGS}" \
                --sysconfdir=/etc/dict || die
index d652938f8b1eb7cac32a1d032bac38c2e3530315..be618952ad34475131029c0864a00ec898cca0b3 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/enchant
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.66 2007/01/02 17:12:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.67 2007/01/05 07:26:12 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> enchant-1.1.3.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   02 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> enchant-1.2.5.ebuild:
   Copy over libtool's install-sh so that the package installs on FreeBSD.
index bf51b5b82fb040e1f2ef78f3e688a1e0d60ad0c7..a93b588c1519ea720fefa928abceb7b8be18af2b 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.15 2005/01/01 16:12:53 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.16 2007/01/05 07:26:12 flameeyes Exp $
 
-inherit gnome2 gnuconfig
+inherit gnome2
 
 DESCRIPTION="Spellchecker wrapping library"
 HOMEPAGE="http://www.abisource.com/enchant/"
@@ -23,12 +23,4 @@ RDEPEND=">=dev-libs/glib-2
 DEPEND="${RDEPEND}
        dev-util/pkgconfig"
 
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-
-       #for proper configuration on mips-linux and possibly other systems
-       gnuconfig_update
-}
-
 DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO"
index 22b8860a22065e8d8735c9af1cc4f4fdb64a6828..a878cc45181d34d3e08a320069933cbe427fb4e5 100644 (file)
@@ -1 +1,3 @@
 MD5 c95186755fe46b27a78d9a85fef2175c enchant-1.1.3.tar.gz 303556
+RMD160 0af2eba6386611aa0e5e94e27f075a7ec234d70d enchant-1.1.3.tar.gz 303556
+SHA256 6a8bce57437c514f2578e7ff09f8a48ff3b20e7ed746c3113372d2c75d382c83 enchant-1.1.3.tar.gz 303556
index 37c0f5ad9210f43a0e9cad770015fba23d108373..2e20c516e20aae37dd184c22fc3425e27b439fa8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/new
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.9 2005/04/24 11:41:19 hansmi Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.10 2007/01/05 07:25:13 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> new-1.3.2.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> new-1.3.2.ebuild:
   Stable on ppc.
index e97bcfdce03292c0051fe5661b5345a31df13829..a95c4cf9b65821af47cfc7d78d2cc8c0c823b996 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.2.ebuild,v 1.6 2005/04/24 11:41:19 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.2.ebuild,v 1.7 2007/01/05 07:25:13 flameeyes Exp $
 
-inherit eutils gnuconfig
+inherit eutils
 
 DESCRIPTION="template system useful when used with a simple text editor (like vi)"
 HOMEPAGE="http://www.flyn.org/"
@@ -16,8 +16,6 @@ IUSE=""
 src_unpack() {
        unpack ${A} ; cd ${S}/src
        epatch ${FILESDIR}/${PN}-gcc-3.patch
-
-       cd ${S} ; gnuconfig_update
 }
 
 src_install() {
index 70dcdecb31ddb2b9c6ee712b8adc7d46e2e14885..5be34dfb8de35fefaffbddbc628dd3c60ba7ee05 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/sablotron
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.50 2006/12/11 22:02:41 drizzt Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.51 2007/01/05 07:26:41 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> sablotron-1.0.1.ebuild,
+  sablotron-1.0.1-r1.ebuild, sablotron-1.0.2.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   11 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> sablotron-1.0.2.ebuild:
   Added ~x86-fbsd keyword
index 93114d595d706555dd9e904af2ea9a70685c1429..d683cf0eff5b78d2b95cff340a5b1d096292824d 100644 (file)
@@ -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/app-text/sablotron/sablotron-1.0.1-r1.ebuild,v 1.1 2006/03/25 13:15:07 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.1-r1.ebuild,v 1.2 2007/01/05 07:26:41 flameeyes Exp $
 
-inherit libtool gnuconfig flag-o-matic
+inherit libtool flag-o-matic
 
 MY_PN="Sablot"
 MY_P="${MY_PN}-${PV}"
@@ -27,9 +27,6 @@ DOCS="INSTALL README README_JS RELEASE src/TODO"
 src_compile() {
        local myconf=
 
-       # Detect mips systems properly
-       gnuconfig_update
-
        # Please do not remove, else we get references to PORTAGE_TMPDIR
        # in /usr/lib/libsablot.la ...
        elibtoolize
index 07b719b193ebc942e5897408815a69dd84149586..4171dcdbad7087a66d0d2fbbef34d360f5564654 100644 (file)
@@ -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/app-text/sablotron/sablotron-1.0.1.ebuild,v 1.19 2006/02/06 19:36:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.1.ebuild,v 1.20 2007/01/05 07:26:41 flameeyes Exp $
 
-inherit libtool gnuconfig flag-o-matic
+inherit libtool flag-o-matic
 
 MY_PN="Sablot"
 MY_P="${MY_PN}-${PV}"
@@ -27,9 +27,6 @@ DOCS="INSTALL README README_JS RELEASE src/TODO"
 src_compile() {
        local myconf=
 
-       # Detect mips systems properly
-       gnuconfig_update
-
        # Please do not remove, else we get references to PORTAGE_TMPDIR
        # in /usr/lib/libsablot.la ...
        elibtoolize
index ce37ab5e054131683a2af3868e26d4a66be79880..ba2f4f2296404b032d48bfdea0ecfa3c0bf9732c 100644 (file)
@@ -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/app-text/sablotron/sablotron-1.0.2.ebuild,v 1.2 2006/12/11 22:02:41 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.2.ebuild,v 1.3 2007/01/05 07:26:41 flameeyes Exp $
 
-inherit libtool gnuconfig flag-o-matic
+inherit libtool flag-o-matic
 
 MY_PN="Sablot"
 MY_P="${MY_PN}-${PV}"
@@ -27,9 +27,6 @@ DOCS="README README_JS RELEASE src/TODO"
 src_compile() {
        local myconf=
 
-       # Detect mips systems properly
-       gnuconfig_update
-
        # Please do not remove, else we get references to PORTAGE_TMPDIR
        # in /usr/lib/libsablot.la ...
        elibtoolize
index 0a3e0984e9b3c62877bd31f8a2c8a32f6920471c..b93dd29e2dcc9de1809b933e1c8e44b8773b40fa 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xlhtml
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.12 2005/10/29 15:50:26 grobian Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.13 2007/01/05 07:27:24 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> xlhtml-0.5.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   29 Oct 2005; Fabian Groffen <grobian@gentoo.org> xlhtml-0.5.ebuild:
   Marked ~ppc-macos (bug #109441)
index 6758fb4fcc6f6a3724878e94b68a9e9d0dbad0b7..c1ea765a9e49e160bced69937d1931c13a5765cc 100644 (file)
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.12 2005/10/29 15:50:26 grobian Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.13 2007/01/05 07:27:24 flameeyes Exp $
 
 DESCRIPTION="Convert MS Excel and Powerpoint files to HTML"
 HOMEPAGE="http://chicago.sourceforge.net/xlhtml/"
@@ -16,7 +14,6 @@ DEPEND=""
 
 src_unpack() {
        unpack ${A}
-       cd ${S}; gnuconfig_update config.sub config.guess
 
        # This is needed specifically for depcomp, which is necessary for
        # building xlhtml, but isn't included.
@@ -24,11 +21,6 @@ src_unpack() {
        cd ${S}; automake --add-missing
 }
 
-src_compile() {
-       econf || die "econf failed for ${P}"
-       emake || die "emake failed for ${P}"
-}
-
 src_install() {
        make DESTDIR=${D} install || die "make install failed for ${P}"
        dodoc AUTHORS COPYING INSTALL README