summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-08-09 02:23:28 -0400
committerIan Stakenvicius <axs@gentoo.org>2015-08-09 02:25:39 -0400
commite8ef2752f381254ae4059a6a294577f76634d81e (patch)
tree133077fff8987c30f0af9c342d7335483844c73c /www-client/firefox-bin
parentapp-doc/doxygen: remove old; remove unused patches (diff)
downloadgentoo-e8ef2752f381254ae4059a6a294577f76634d81e.tar.gz
gentoo-e8ef2752f381254ae4059a6a294577f76634d81e.tar.bz2
gentoo-e8ef2752f381254ae4059a6a294577f76634d81e.zip
Updated MOZ_FTP_URI to adjust for apparent upstream change, bug 531278#c11
Package-Manager: portage-2.2.20
Diffstat (limited to 'www-client/firefox-bin')
-rw-r--r--www-client/firefox-bin/firefox-bin-38.1.1.ebuild6
-rw-r--r--www-client/firefox-bin/firefox-bin-39.0.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/firefox-bin/firefox-bin-38.1.1.ebuild b/www-client/firefox-bin/firefox-bin-38.1.1.ebuild
index 09973ebee18b..f66cfeb48ca7 100644
--- a/www-client/firefox-bin/firefox-bin-38.1.1.ebuild
+++ b/www-client/firefox-bin/firefox-bin-38.1.1.ebuild
@@ -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 )"
diff --git a/www-client/firefox-bin/firefox-bin-39.0.3.ebuild b/www-client/firefox-bin/firefox-bin-39.0.3.ebuild
index e97a81b0a563..394f04869ed0 100644
--- a/www-client/firefox-bin/firefox-bin-39.0.3.ebuild
+++ b/www-client/firefox-bin/firefox-bin-39.0.3.ebuild
@@ -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"