summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-20 22:00:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-20 22:00:53 +0000
commitbffb4a7629c36e18fc5f01aff77bbb1dcfe403b3 (patch)
tree740041ee7c323eedb453ebda69069a5102c45013 /dev-lisp
parentbump to 1.2.9, fix bug #151020. (diff)
downloadgentoo-2-bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3.tar.gz
gentoo-2-bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3.tar.bz2
gentoo-2-bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3.zip
Run eautoreconf in src_unpack phase, bug #207448.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/gcl/ChangeLog8
-rw-r--r--dev-lisp/gcl/gcl-2.6.7-r1.ebuild8
-rw-r--r--dev-lisp/gcl/gcl-2.6.7.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog
index 615de8a82b98..8d6e0eae5f14 100644
--- a/dev-lisp/gcl/ChangeLog
+++ b/dev-lisp/gcl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/gcl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.50 2007/12/22 13:12:38 nixnut Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.51 2008/04/20 22:00:53 flameeyes Exp $
+
+ 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> gcl-2.6.7.ebuild,
+ gcl-2.6.7-r1.ebuild:
+ Run eautoreconf in src_unpack phase, bug #207448.
22 Dec 2007; nixnut <nixnut@gentoo.org> gcl-2.6.7-r3.ebuild:
Stable on ppc wrt bug 201216
diff --git a/dev-lisp/gcl/gcl-2.6.7-r1.ebuild b/dev-lisp/gcl/gcl-2.6.7-r1.ebuild
index a3348fc763c5..803954cf6fc4 100644
--- a/dev-lisp/gcl/gcl-2.6.7-r1.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.7-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.5 2007/07/22 08:06:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.6 2008/04/20 22:00:53 flameeyes Exp $
inherit elisp-common flag-o-matic autotools
@@ -29,12 +29,12 @@ src_unpack() {
sed -e "s/gcl-doc/${PF}/g" ${S}/info/makefile > ${T}/makefile
mv ${T}/makefile ${S}/info/makefile
epatch ${FILESDIR}/${PV}-fix-configure.in-gentoo.patch || die
-}
-src_compile() {
eautoconf || die
epatch ${FILESDIR}/flex-configure-LANG.patch # see Bug #122583
+}
+src_compile() {
export SANDBOX_ON=0
local myconfig=""
diff --git a/dev-lisp/gcl/gcl-2.6.7.ebuild b/dev-lisp/gcl/gcl-2.6.7.ebuild
index 4bac4e2ca174..303b44e134f8 100644
--- a/dev-lisp/gcl/gcl-2.6.7.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.10 2007/07/22 08:06:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.11 2008/04/20 22:00:53 flameeyes Exp $
inherit elisp-common flag-o-matic autotools
@@ -30,11 +30,11 @@ src_unpack() {
mv ${T}/makefile ${S}/info/makefile
epatch ${FILESDIR}/${PV}-fix-configure.in-gentoo.patch || die
epatch ${FILESDIR}/${P}-fix-configure.in-bfd.patch || die
-}
-src_compile() {
eautoconf || die
+}
+src_compile() {
export SANDBOX_ON=0
local myconfig=""