diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:55:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:55:44 +0000 |
commit | 938ffe43bea7f092e2a1e867dc62c71d1baeef77 (patch) | |
tree | bbc8c6129ebe2cc59faaef093ca3fa310fb11fc0 /net-www | |
parent | dont use old WANT_AUTOCONF #35111 (diff) | |
download | historical-938ffe43bea7f092e2a1e867dc62c71d1baeef77.tar.gz historical-938ffe43bea7f092e2a1e867dc62c71d1baeef77.tar.bz2 historical-938ffe43bea7f092e2a1e867dc62c71d1baeef77.zip |
dont use old WANT_AUTOCONF #35111
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/mozilla-1.3-r2.ebuild | 8 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.4-r3.ebuild | 8 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.4-r4.ebuild | 8 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.4.1.ebuild | 8 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.5-r1.ebuild | 6 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.5.ebuild | 8 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.6.ebuild | 6 |
7 files changed, 26 insertions, 26 deletions
diff --git a/net-www/mozilla/mozilla-1.3-r2.ebuild b/net-www/mozilla/mozilla-1.3-r2.ebuild index 0d5db27cc059..a9a991358b3a 100644 --- a/net-www/mozilla/mozilla-1.3-r2.ebuild +++ b/net-www/mozilla/mozilla-1.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3-r2.ebuild,v 1.11 2003/10/18 08:50:40 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3-r2.ebuild,v 1.12 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -160,9 +160,9 @@ src_unpack() { epatch ${FILESDIR}/1.3/${PN}-1.3-fix-gtkim.patch fi - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] diff --git a/net-www/mozilla/mozilla-1.4-r3.ebuild b/net-www/mozilla/mozilla-1.4-r3.ebuild index 1628d125d79f..4cd0c1ae19c5 100644 --- a/net-www/mozilla/mozilla-1.4-r3.ebuild +++ b/net-www/mozilla/mozilla-1.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4-r3.ebuild,v 1.13 2003/11/18 16:40:15 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4-r3.ebuild,v 1.14 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -149,9 +149,9 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] diff --git a/net-www/mozilla/mozilla-1.4-r4.ebuild b/net-www/mozilla/mozilla-1.4-r4.ebuild index 76ae7757d8b7..625d20010480 100644 --- a/net-www/mozilla/mozilla-1.4-r4.ebuild +++ b/net-www/mozilla/mozilla-1.4-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4-r4.ebuild,v 1.4 2003/10/18 08:50:40 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4-r4.ebuild,v 1.5 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -161,9 +161,9 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] diff --git a/net-www/mozilla/mozilla-1.4.1.ebuild b/net-www/mozilla/mozilla-1.4.1.ebuild index 3a432d1ea888..f0ebb1cbcab6 100644 --- a/net-www/mozilla/mozilla-1.4.1.ebuild +++ b/net-www/mozilla/mozilla-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4.1.ebuild,v 1.2 2003/11/17 19:04:55 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4.1.ebuild,v 1.3 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -161,9 +161,9 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] diff --git a/net-www/mozilla/mozilla-1.5-r1.ebuild b/net-www/mozilla/mozilla-1.5-r1.ebuild index c2f9ac45e82d..689acbbf425c 100644 --- a/net-www/mozilla/mozilla-1.5-r1.ebuild +++ b/net-www/mozilla/mozilla-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5-r1.ebuild,v 1.8 2004/01/17 07:24:04 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5-r1.ebuild,v 1.9 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -146,9 +146,9 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] diff --git a/net-www/mozilla/mozilla-1.5.ebuild b/net-www/mozilla/mozilla-1.5.ebuild index 8e6040868625..e4e94afeb205 100644 --- a/net-www/mozilla/mozilla-1.5.ebuild +++ b/net-www/mozilla/mozilla-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5.ebuild,v 1.8 2003/10/25 17:19:11 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5.ebuild,v 1.9 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -135,9 +135,9 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] diff --git a/net-www/mozilla/mozilla-1.6.ebuild b/net-www/mozilla/mozilla-1.6.ebuild index c5e914fe38d7..10a537752e73 100644 --- a/net-www/mozilla/mozilla-1.6.ebuild +++ b/net-www/mozilla/mozilla-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.6.ebuild,v 1.1 2004/01/16 17:35:38 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.6.ebuild,v 1.2 2004/01/26 00:55:44 vapier Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -145,9 +145,9 @@ src_unpack() { # <azarah@gentoo.org> (23 Feb 2003) epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch - export WANT_AUTOCONF_2_1=1 + export WANT_AUTOCONF=2.1 autoconf &> /dev/null - unset WANT_AUTOCONF_2_1 + unset WANT_AUTOCONF # Unpack the enigmail plugin if [ -n "`use crypt`" -a -z "`use moznomail`" ] |