diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:51:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:51:31 +0000 |
commit | 0c25752726bdbc4a2ea207a062a23bdc6b9a57b5 (patch) | |
tree | e6639b10ba47aeec1b63a9f05928c739671e5060 /dev-util | |
parent | Added avahi flag to net-im/gajim (diff) | |
download | historical-0c25752726bdbc4a2ea207a062a23bdc6b9a57b5.tar.gz historical-0c25752726bdbc4a2ea207a062a23bdc6b9a57b5.tar.bz2 historical-0c25752726bdbc4a2ea207a062a23bdc6b9a57b5.zip |
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cscope/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5-r6.ebuild | 8 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5.20060927-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5.20060927.ebuild | 8 | ||||
-rw-r--r-- | dev-util/guile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/guile/guile-1.4-r3.ebuild | 8 |
6 files changed, 23 insertions, 24 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 5e9fcc2c38db..c99e33e83a3d 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -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 diff --git a/dev-util/cscope/cscope-15.5-r6.ebuild b/dev-util/cscope/cscope-15.5-r6.ebuild index 9df8ada3136f..567009a5db5c 100644 --- a/dev-util/cscope/cscope-15.5-r6.ebuild +++ b/dev-util/cscope/cscope-15.5-r6.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-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 diff --git a/dev-util/cscope/cscope-15.5.20060927-r1.ebuild b/dev-util/cscope/cscope-15.5.20060927-r1.ebuild index 8ce4d8f2c348..2c01e93874ed 100644 --- a/dev-util/cscope/cscope-15.5.20060927-r1.ebuild +++ b/dev-util/cscope/cscope-15.5.20060927-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-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 diff --git a/dev-util/cscope/cscope-15.5.20060927.ebuild b/dev-util/cscope/cscope-15.5.20060927.ebuild index 27c40481c1b7..8df758eb0e8d 100644 --- a/dev-util/cscope/cscope-15.5.20060927.ebuild +++ b/dev-util/cscope/cscope-15.5.20060927.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-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 diff --git a/dev-util/guile/ChangeLog b/dev-util/guile/ChangeLog index 613992b8fa52..14569273ea3b 100644 --- a/dev-util/guile/ChangeLog +++ b/dev-util/guile/ChangeLog @@ -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, diff --git a/dev-util/guile/guile-1.4-r3.ebuild b/dev-util/guile/guile-1.4-r3.ebuild index d2604f370083..e82b6af2cd09 100644 --- a/dev-util/guile/guile-1.4-r3.ebuild +++ b/dev-util/guile/guile-1.4-r3.ebuild @@ -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 |