diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-16 22:32:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-16 22:32:11 +0000 |
commit | 40d1959106c9a8c2150123ab7e80ac0e370de2a9 (patch) | |
tree | 4d0fcfe7e6d2d5c3b150322b6de49ff874609e85 /net-www/mozilla-firefox-bin | |
parent | version bump because of numerous changes (Manifest recommit) (diff) | |
download | gentoo-2-40d1959106c9a8c2150123ab7e80ac0e370de2a9.tar.gz gentoo-2-40d1959106c9a8c2150123ab7e80ac0e370de2a9.tar.bz2 gentoo-2-40d1959106c9a8c2150123ab7e80ac0e370de2a9.zip |
Check both possible URLs for mozilla-firefox-0.9 since mozilla.org seems to be
doing some rearranging
Diffstat (limited to 'net-www/mozilla-firefox-bin')
-rw-r--r-- | net-www/mozilla-firefox-bin/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-www/mozilla-firefox-bin/ChangeLog b/net-www/mozilla-firefox-bin/ChangeLog index 57bc6b3c47d9..6f91add53d20 100644 --- a/net-www/mozilla-firefox-bin/ChangeLog +++ b/net-www/mozilla-firefox-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mozilla-firefox-bin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.11 2004/06/16 21:27:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.12 2004/06/16 22:32:11 agriffis Exp $ + + 16 Jun 2004; Aron Griffis <agriffis@gentoo.org> + mozilla-firefox-bin-0.9-r1.ebuild: + Check both possible URLs for mozilla-firefox-0.9 since mozilla.org seems to be + doing some rearranging 16 Jun 2004; Aron Griffis <agriffis@gentoo.org> -mozilla-firefox-bin-0.9.ebuild: diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild index dc0f7b389932..2fcfbe100ec9 100644 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild +++ b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-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-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild,v 1.1 2004/06/16 18:03:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild,v 1.2 2004/06/16 22:32:11 agriffis Exp $ inherit nsplugins eutils mozilla-launcher @@ -9,7 +9,11 @@ IUSE="gnome" MY_PN=${PN/-bin/} S=${WORKDIR}/firefox DESCRIPTION="The Mozilla Firefox Web Browser" -SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-i686-linux-gtk2+xft.tar.gz" +# Mirrors have it in one of the following places, depending on what +# mirror you check and when you check it... :-( +SRC_URI=" + http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-i686-linux-gtk2+xft.tar.gz + http://ftp.mozilla.org/pub/firefox/releases/${PV}/firefox-${PV}-i686-linux-gtk2+xft.tar.gz" HOMEPAGE="http://www.mozilla.org/projects/firefox" RESTRICT="nostrip" |