summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:49:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:49:02 +0000
commitbf5d19ce5fc3df5beebf6e87dcf85bd1adbde13d (patch)
tree2466127084356b595fe3a913c69646603692ebef /dev-tcltk
parentStable on sparc wrt #154224 (diff)
downloadhistorical-bf5d19ce5fc3df5beebf6e87dcf85bd1adbde13d.tar.gz
historical-bf5d19ce5fc3df5beebf6e87dcf85bd1adbde13d.tar.bz2
historical-bf5d19ce5fc3df5beebf6e87dcf85bd1adbde13d.zip
Fix broken autotools handling.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/otcl/ChangeLog7
-rw-r--r--dev-tcltk/otcl/otcl-1.11.ebuild15
-rw-r--r--dev-tcltk/tclcl/ChangeLog7
-rw-r--r--dev-tcltk/tclcl/tclcl-1.17.ebuild13
4 files changed, 25 insertions, 17 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog
index d6474a19f2c2..403e91b3af35 100644
--- a/dev-tcltk/otcl/ChangeLog
+++ b/dev-tcltk/otcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/otcl
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.24 2006/08/06 16:39:44 weeve Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.25 2007/01/04 14:47:26 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> otcl-1.11.ebuild:
+ Fix broken autotools handling.
06 Aug 2006; Jason Wever <weeve@gentoo.org> otcl-1.11.ebuild:
Stable on SPARC wrt bug #123209.
diff --git a/dev-tcltk/otcl/otcl-1.11.ebuild b/dev-tcltk/otcl/otcl-1.11.ebuild
index 184e30e1bd8e..115f27e6653e 100644
--- a/dev-tcltk/otcl/otcl-1.11.ebuild
+++ b/dev-tcltk/otcl/otcl-1.11.ebuild
@@ -1,6 +1,9 @@
-# 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-tcltk/otcl/otcl-1.11.ebuild,v 1.4 2006/08/06 16:39:44 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.11.ebuild,v 1.5 2007/01/04 14:47:26 flameeyes Exp $
+
+WANT_AUTOMAKE="latest"
+WANT_AUTOCONF="latest"
inherit eutils autotools virtualx
@@ -25,10 +28,8 @@ src_unpack() {
EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/otcl-1.11-badfreefix.patch
EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/otcl-1.11-configure-cleanup.patch
- cd ${S}
- eautoconf
- elibtoolize
- libtoolize -f
+ cd "${S}"
+ eautoreconf
}
src_compile() {
@@ -41,7 +42,7 @@ src_compile() {
echo myconf $myconf
econf ${myconf} || die "econf failed"
emake all || die "emake all failed"
- emake libotcl.so || die "emake libotcl.so failed"
+ emake libotcl.so || die "emake libotcl.so failed"
}
src_install() {
diff --git a/dev-tcltk/tclcl/ChangeLog b/dev-tcltk/tclcl/ChangeLog
index f9b3a4d835a3..63055f614e5d 100644
--- a/dev-tcltk/tclcl/ChangeLog
+++ b/dev-tcltk/tclcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tclcl
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.12 2006/05/15 17:13:54 robbat2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.13 2007/01/04 14:49:02 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> tclcl-1.17.ebuild:
+ Fix broken autotools handling.
*tclcl-1.17 (15 May 2006)
diff --git a/dev-tcltk/tclcl/tclcl-1.17.ebuild b/dev-tcltk/tclcl/tclcl-1.17.ebuild
index 530b4605527d..b841b869c6e3 100644
--- a/dev-tcltk/tclcl/tclcl-1.17.ebuild
+++ b/dev-tcltk/tclcl/tclcl-1.17.ebuild
@@ -1,6 +1,9 @@
-# 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-tcltk/tclcl/tclcl-1.17.ebuild,v 1.1 2006/05/15 17:13:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.17.ebuild,v 1.2 2007/01/04 14:49:02 flameeyes Exp $
+
+WANT_AUTOMAKE="latest"
+WANT_AUTOCONF="latest"
inherit eutils autotools
@@ -22,10 +25,8 @@ src_unpack() {
unpack ${A}
EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-1.16-http.patch
EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-1.17-configure-cleanup.patch
- cd ${S}
- eautoconf
- elibtoolize
- libtoolize -f
+ cd "${S}"
+ eautoreconf
}
src_compile() {