diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-01 01:20:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-01 01:20:48 +0000 |
commit | 0c5bad640f12e539b7c67b615375aee8787fbeeb (patch) | |
tree | cbb964be4dfda6ee2cd78c474ccdf8bbdcbc29f2 | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-0c5bad640f12e539b7c67b615375aee8787fbeeb.tar.gz gentoo-2-0c5bad640f12e539b7c67b615375aee8787fbeeb.tar.bz2 gentoo-2-0c5bad640f12e539b7c67b615375aee8787fbeeb.zip |
stop using old WANT_AUTOTOOL_#_# syntax
-rw-r--r-- | net-www/mozilla/mozilla-1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.2-r5.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.6.ebuild | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/net-www/mozilla/mozilla-1.7-r1.ebuild b/net-www/mozilla/mozilla-1.7-r1.ebuild index e1cbd9e3ccac..fceb9c94c8e1 100644 --- a/net-www/mozilla/mozilla-1.7-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7-r1.ebuild,v 1.6 2004/09/09 17:31:32 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7-r1.ebuild,v 1.7 2004/11/01 01:17:29 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... @@ -123,7 +123,7 @@ src_unpack() { echo "${PV%_*}" >> config/milestone.txt # add version line fi - WANT_AUTOCONF_2_1=1 autoconf &> /dev/null + WANT_AUTOCONF=2.1 autoconf &> /dev/null # Unpack the enigmail plugin if use crypt && ! use moznomail; then diff --git a/net-www/mozilla/mozilla-1.7.2-r1.ebuild b/net-www/mozilla/mozilla-1.7.2-r1.ebuild index 73c792a59dbf..5d3c2612c83e 100644 --- a/net-www/mozilla/mozilla-1.7.2-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.2-r1.ebuild,v 1.3 2004/09/09 17:31:32 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.2-r1.ebuild,v 1.4 2004/11/01 01:17:29 vapier Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozilla makeedit @@ -57,7 +57,7 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - WANT_AUTOCONF_2_1=1 autoconf || die + WANT_AUTOCONF=2.1 autoconf || die # Unpack the enigmail plugin if use crypt && ! use moznomail; then diff --git a/net-www/mozilla/mozilla-1.7.ebuild b/net-www/mozilla/mozilla-1.7.ebuild index 0de44e7f7ad9..e89aed7f7c40 100644 --- a/net-www/mozilla/mozilla-1.7.ebuild +++ b/net-www/mozilla/mozilla-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.14 2004/09/09 17:31:32 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.15 2004/11/01 01:17:29 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... @@ -121,7 +121,7 @@ src_unpack() { echo "${PV%_*}" >> config/milestone.txt # add version line fi - WANT_AUTOCONF_2_1=1 autoconf &> /dev/null + WANT_AUTOCONF=2.1 autoconf &> /dev/null # Unpack the enigmail plugin if use crypt && ! use moznomail; then diff --git a/sys-devel/libtool/libtool-1.5.2-r5.ebuild b/sys-devel/libtool/libtool-1.5.2-r5.ebuild index 04c71de345c0..7048eb11046e 100644 --- a/sys-devel/libtool/libtool-1.5.2-r5.ebuild +++ b/sys-devel/libtool/libtool-1.5.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2-r5.ebuild,v 1.18 2004/09/25 06:45:08 kumba Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2-r5.ebuild,v 1.19 2004/11/01 01:20:48 vapier Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $ inherit eutils gnuconfig @@ -25,8 +25,8 @@ DEPEND="virtual/libc # the automake dep is due to Bug #46037 lt_setup() { - export WANT_AUTOCONF_2_5=1 - export WANT_AUTOMAKE_1_5=1 + export WANT_AUTOCONF=2.5 + export WANT_AUTOMAKE=1.5 } gen_ltmain_sh() { diff --git a/sys-devel/libtool/libtool-1.5.6.ebuild b/sys-devel/libtool/libtool-1.5.6.ebuild index 7374538876d3..6d0642127a17 100644 --- a/sys-devel/libtool/libtool-1.5.6.ebuild +++ b/sys-devel/libtool/libtool-1.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.6.ebuild,v 1.5 2004/07/16 04:03:19 agriffis Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.6.ebuild,v 1.6 2004/11/01 01:20:48 vapier Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $ inherit eutils gnuconfig @@ -27,8 +27,8 @@ DEPEND="virtual/libc # the automake dep is due to Bug #46037 lt_setup() { - export WANT_AUTOCONF_2_5=1 - export WANT_AUTOMAKE_1_5=1 + export WANT_AUTOCONF=2.5 + export WANT_AUTOMAKE=1.5 } gen_ltmain_sh() { |