Updated MOZ_FTP_URI to adjust for apparent upstream change, bug 531278#c11
authorIan Stakenvicius <axs@gentoo.org>
Sun, 9 Aug 2015 06:23:28 +0000 (02:23 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Sun, 9 Aug 2015 06:25:39 +0000 (02:25 -0400)
Package-Manager: portage-2.2.20

www-client/firefox-bin/firefox-bin-38.1.1.ebuild
www-client/firefox-bin/firefox-bin-39.0.3.ebuild

index 09973ebee18b01d766561ffa8f2070307c99adbc..f66cfeb48ca717ff390136142dc3a77a93dcbc7f 100644 (file)
@@ -26,12 +26,14 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
 
 # Upstream ftp release URI that's used by mozlinguas.eclass
 # We don't use the http mirror because it deletes old tarballs.
-MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
+
+# Upstream seems to have changed location
+#MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
+MOZ_FTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
 
 inherit eutils multilib pax-utils fdo-mime gnome2-utils mozlinguas nsplugins
 
 DESCRIPTION="Firefox Web Browser"
-MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases"
 SRC_URI="${SRC_URI}
        amd64? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 )
        x86? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )"
index e97a81b0a5638cea2f05e9b89005bd563bfe0173..394f04869ed0ac99a1ff6fc18fd68bd8e1ab979c 100644 (file)
@@ -21,9 +21,11 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
 
 # Upstream ftp release URI that's used by mozlinguas.eclass
 # We used to not use the http mirror because it deletes old tarballs.
-MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
 MOZ_HTTP_URI="http://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
 
+#MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
+MOZ_FTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
+
 inherit eutils multilib pax-utils fdo-mime gnome2-utils mozlinguas nsplugins
 
 DESCRIPTION="Firefox Web Browser"