summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-01-28 03:50:58 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-01-28 03:50:58 +0000
commit1dd5f351ae754a30edcb4b2233d0a4884d002e15 (patch)
tree3008ec48ef6de778df446ef6600aff602bfbb263 /www-client
parentfix hppa64 too (diff)
downloadgentoo-2-1dd5f351ae754a30edcb4b2233d0a4884d002e15.tar.gz
gentoo-2-1dd5f351ae754a30edcb4b2233d0a4884d002e15.tar.bz2
gentoo-2-1dd5f351ae754a30edcb4b2233d0a4884d002e15.zip
Add WANT_AUTOMAKE; bug #164142
(Portage version: 2.1.2-r4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany/ChangeLog7
-rw-r--r--www-client/epiphany/epiphany-2.14.2.1-r1.ebuild9
-rw-r--r--www-client/epiphany/epiphany-2.14.3.ebuild9
-rw-r--r--www-client/epiphany/epiphany-2.16.1.ebuild9
-rw-r--r--www-client/epiphany/epiphany-2.16.2.ebuild6
5 files changed, 28 insertions, 12 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index a01407f72e83..039b1ce88178 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/epiphany
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.100 2007/01/21 22:05:01 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.101 2007/01/28 03:50:58 dang Exp $
+
+ 28 Jan 2007; Daniel Gryniewicz <dang@gentoo.org>
+ epiphany-2.14.2.1-r1.ebuild, epiphany-2.14.3.ebuild,
+ epiphany-2.16.1.ebuild, epiphany-2.16.2.ebuild:
+ Add WANT_AUTOMAKE; bug #164142
21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> epiphany-2.16.2.ebuild:
Stable on IA64, bug 156662.
diff --git a/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild b/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild
index 916697159a9e..740f6d06d1eb 100644
--- a/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild
+++ b/www-client/epiphany/epiphany-2.14.2.1-r1.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/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild,v 1.11 2006/11/07 01:06:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild,v 1.12 2007/01/28 03:50:58 dang Exp $
+
+WANT_AUTOMAKE=1.9
+WANT_AUTOCONF=2.5
inherit eutils gnome2 multilib autotools
@@ -78,7 +81,7 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" WANT_AUTOCONF="2.5" \
+ AT_M4DIR=". ${S}/m4" \
eautoreconf || die "Failed to reconfigure"
}
diff --git a/www-client/epiphany/epiphany-2.14.3.ebuild b/www-client/epiphany/epiphany-2.14.3.ebuild
index ddf90f43637d..1df6458b7376 100644
--- a/www-client/epiphany/epiphany-2.14.3.ebuild
+++ b/www-client/epiphany/epiphany-2.14.3.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/www-client/epiphany/epiphany-2.14.3.ebuild,v 1.4 2006/11/07 01:06:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.3.ebuild,v 1.5 2007/01/28 03:50:58 dang Exp $
+
+WANT_AUTOMAKE=1.9
+WANT_AUTOCONF=2.5
inherit eutils gnome2 multilib autotools
@@ -79,7 +82,7 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" WANT_AUTOCONF="2.5" \
+ AT_M4DIR=". ${S}/m4" \
eautoreconf || die "Failed to reconfigure"
}
diff --git a/www-client/epiphany/epiphany-2.16.1.ebuild b/www-client/epiphany/epiphany-2.16.1.ebuild
index 3bcc7823d86a..6f92a4437e16 100644
--- a/www-client/epiphany/epiphany-2.16.1.ebuild
+++ b/www-client/epiphany/epiphany-2.16.1.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/www-client/epiphany/epiphany-2.16.1.ebuild,v 1.3 2006/11/17 17:13:47 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.1.ebuild,v 1.4 2007/01/28 03:50:58 dang Exp $
+
+WANT_AUTOMAKE=1.9
+WANT_AUTOCONF=2.5
inherit eutils gnome2 multilib autotools
@@ -61,7 +64,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-dbus-1.patch
cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" WANT_AUTOCONF="2.5" \
+ AT_M4DIR=". ${S}/m4" \
eautoreconf || die "Failed to reconfigure"
}
diff --git a/www-client/epiphany/epiphany-2.16.2.ebuild b/www-client/epiphany/epiphany-2.16.2.ebuild
index 26cc25cc15ff..a5690f2e7674 100644
--- a/www-client/epiphany/epiphany-2.16.2.ebuild
+++ b/www-client/epiphany/epiphany-2.16.2.ebuild
@@ -1,8 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.2.ebuild,v 1.9 2007/01/21 22:05:01 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.2.ebuild,v 1.10 2007/01/28 03:50:58 dang Exp $
WANT_AUTOMAKE=1.9
+WANT_AUTOCONF=2.5
+
inherit eutils gnome2 multilib autotools
DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
@@ -58,7 +60,7 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" WANT_AUTOCONF="2.5" \
+ AT_M4DIR=". ${S}/m4" \
eautoreconf || die "Failed to reconfigure"
}