# 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
-# 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/"
}
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
-# 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/"
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
-# 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/"
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
# 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,
-# 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"
}
src_compile() {
- gnuconfig_update
-
econf \
--with-threads \
--with-modules || die