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

dev-util/cscope/ChangeLog
dev-util/cscope/cscope-15.5-r6.ebuild
dev-util/cscope/cscope-15.5.20060927-r1.ebuild
dev-util/cscope/cscope-15.5.20060927.ebuild
dev-util/guile/ChangeLog
dev-util/guile/guile-1.4-r3.ebuild

index 5e9fcc2c38dbc05e81dc9188ccc6c2046beb1dc8..c99e33e83a3d17c12adb53126966cd1f81d3ce9c 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/cscope
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.79 2006/11/29 16:54:51 dang Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.80 2007/01/05 07:51:05 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cscope-15.5-r6.ebuild,
+  cscope-15.5.20060927.ebuild, cscope-15.5.20060927-r1.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   29 Nov 2006; Daniel Gryniewicz <dang@gentoo.org> cscope-15.6.ebuild:
   Marked stable on amd64 for bug #151503
index 9df8ada3136f7a3c2fd6a1c6b1f358630ebb7288..567009a5db5c89c332df3b7ae1e661beb9492ce8 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/dev-util/cscope/cscope-15.5-r6.ebuild,v 1.11 2006/07/09 05:30:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r6.ebuild,v 1.12 2007/01/05 07:51:05 flameeyes Exp $
 
-inherit gnuconfig elisp-common eutils
+inherit elisp-common eutils
 
 DESCRIPTION="Interactively examine a C program"
 HOMEPAGE="http://cscope.sourceforge.net/"
@@ -41,8 +41,6 @@ src_unpack() {
 }
 
 src_compile() {
-       gnuconfig_update
-
        # This fix is no longer needed as of cscope-15.5 which now should
        # work with bison directly.      (04 Feb 2004 agriffis)
        #sed -i -e "s:={:{:" src/egrep.y
index 8ce4d8f2c34879b25870ed122af14410a6d80063..2c01e93874edc2789f46e55a8a0e0fce218a43de 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/dev-util/cscope/cscope-15.5.20060927-r1.ebuild,v 1.1 2006/11/25 09:06:24 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.20060927-r1.ebuild,v 1.2 2007/01/05 07:51:05 flameeyes Exp $
 
-inherit gnuconfig elisp-common eutils
+inherit elisp-common eutils
 
 DESCRIPTION="Interactively examine a C program"
 HOMEPAGE="http://cscope.sourceforge.net/"
@@ -23,8 +23,6 @@ DEPEND="${RDEPEND}
 SITEFILE=50xcscope-gentoo.el
 
 src_compile() {
-       gnuconfig_update
-
        # This fix is no longer needed as of cscope-15.5 which now should
        # work with bison directly.      (04 Feb 2004 agriffis)
        #sed -i -e "s:={:{:" src/egrep.y
index 27c40481c1b7bec3d54d80ccde62a3c8d587597c..8df758eb0e8d038a032ea02a86799305a9692bd8 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/dev-util/cscope/cscope-15.5.20060927.ebuild,v 1.9 2006/10/18 14:36:19 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.20060927.ebuild,v 1.10 2007/01/05 07:51:05 flameeyes Exp $
 
-inherit gnuconfig elisp-common eutils
+inherit elisp-common eutils
 
 DESCRIPTION="Interactively examine a C program"
 HOMEPAGE="http://cscope.sourceforge.net/"
@@ -22,8 +22,6 @@ DEPEND="${RDEPEND}
 SITEFILE=50xcscope-gentoo.el
 
 src_compile() {
-       gnuconfig_update
-
        # This fix is no longer needed as of cscope-15.5 which now should
        # work with bison directly.      (04 Feb 2004 agriffis)
        #sed -i -e "s:={:{:" src/egrep.y
index 613992b8fa52d22d92b885c015327d077726e0e8..14569273ea3b57362117d13d3a0e1e59a2e66a24 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/guile
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/ChangeLog,v 1.51 2006/12/18 19:43:06 grobian Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/ChangeLog,v 1.52 2007/01/05 07:51:31 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> guile-1.4-r3.ebuild:
+  Remove gnuconfig_update usage, leave it to econf.
 
   18 Dec 2006; Fabian Groffen <grobian@gentoo.org>
   -files/guile-macos-posix.patch, -files/guile-macos-relink.patch,
index d2604f370083505b14c6803bd54857f49a066a83..e82b6af2cd0905ec7d296ac0261b0fa8ac3718f1 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/dev-util/guile/guile-1.4-r3.ebuild,v 1.19 2005/01/28 11:03:43 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r3.ebuild,v 1.20 2007/01/05 07:51:31 flameeyes Exp $
 
-inherit gnuconfig eutils
+inherit eutils
 
 DESCRIPTION="Scheme interpreter"
 SRC_URI="mirror://gnu/guile/${P}.tar.gz"
@@ -23,8 +23,6 @@ src_unpack() {
 }
 
 src_compile() {
-       gnuconfig_update
-
        econf \
                --with-threads \
                --with-modules || die