From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/, www-client/firefox/
Date: Sun, 21 Aug 2011 16:35:11 +0000 (UTC) [thread overview]
Message-ID: <83f53aefc1bdf64fa872dcc08b2902ec26e4b08c.anarchy@gentoo> (raw)
commit: 83f53aefc1bdf64fa872dcc08b2902ec26e4b08c
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 16:31:36 2011 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 16:31:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=83f53aef
update nspr/nss dep, move to using ftp servers instead of release mirror
---
mail-client/thunderbird/Manifest | 2 +-
mail-client/thunderbird/thunderbird-6.0.ebuild | 12 ++++++------
www-client/firefox/Manifest | 2 +-
www-client/firefox/firefox-6.0.ebuild | 11 +++++------
4 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index ee043cd..c8aaff1 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -41,4 +41,4 @@ DIST thunderbird-6.0-tr.xpi 403273 RMD160 0a1bbbae82a0378016d0dd6185d604b5b608da
DIST thunderbird-6.0-uk.xpi 452775 RMD160 f1915e4ae3fa8f667540dde3d31c3e36749c0b57 SHA1 54e21c3baff6bf833d18df047cc849d2b9258c65 SHA256 a7030f7f6aa9d52b4a39c344ef1d5aeae9114dca9590e2eabf24b3c2849601ec
DIST thunderbird-6.0-zh-TW.xpi 420983 RMD160 739aaf7ce018f0bcf938436d324ab75f4559869e SHA1 462357caafdcd7dcea824d3d2958e545a9101422 SHA256 5c07cc4f35a827e9b533888cdfb482b44f8cebd2a079b5b370ce656e8ecc8de0
DIST thunderbird-6.0.source.tar.bz2 86286245 RMD160 758a274ec2b12aba52574922cd9526fd3596a505 SHA1 7a9ea62aa11522230327574b245a2f793015b5f4 SHA256 3c56af448ebd4805c7997d8e0e41f4333d110ad2c4ad4873204bd4d68bbd8189
-EBUILD thunderbird-6.0.ebuild 8437 RMD160 a036fd5dd3de677b7ddbde4e74c63c072ce2283a SHA1 eb9386c9245ef33ece0123f38b76247a4a4482fe SHA256 7d48d552320fa16ebfe520aacf0b3f130c1a3bc7e302748086c9c0e761421562
+EBUILD thunderbird-6.0.ebuild 8421 RMD160 925a999cdf1bba77b26bdae93459ddaa4e5f8eff SHA1 7aaaec4eab9b5a583c1bdab18b798baa547da1c5 SHA256 eb22e98c2f588744f5ada330be4a80283d2cdfc369905a67f30c633332483302
diff --git a/mail-client/thunderbird/thunderbird-6.0.ebuild b/mail-client/thunderbird/thunderbird-6.0.ebuild
index 23e9f97..5704e45 100644
--- a/mail-client/thunderbird/thunderbird-6.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-6.0.ebuild
@@ -20,8 +20,8 @@ LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
IUSE="bindist gconf +crashreporter +crypt +ipc +lightning mozdom"
PATCH="${PN}-5.0-patches-0.1"
-REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases"
-SRC_URI="${REL_URI}/${TB_PV}/source/${TB_P}.source.tar.bz2
+FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
+SRC_URI="${FTP_URI}/${TB_PV}/source/${TB_P}.source.tar.bz2
crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz )
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.bz2"
@@ -36,14 +36,14 @@ if ! [[ ${PV} =~ alpha|beta ]]; then
for X in ${LANGS} ; do
if [ "${X}" != "en" ] && [ "${X}" != "en-US" ]; then
SRC_URI="${SRC_URI}
- linguas_${X/-/_}? ( ${REL_URI}/${TB_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
+ linguas_${X/-/_}? ( ${FTP_URI}/${TB_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
fi
IUSE="${IUSE} linguas_${X/-/_}"
# english is handled internally
if [ "${#X}" == 5 ] && ! has ${X} ${NOSHORTLANGS}; then
if [ "${X}" != "en-US" ]; then
SRC_URI="${SRC_URI}
- linguas_${X%%-*}? ( ${REL_URI}/${TB_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
+ linguas_${X%%-*}? ( ${FTP_URI}/${TB_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
fi
IUSE="${IUSE} linguas_${X%%-*}"
fi
@@ -51,8 +51,8 @@ if ! [[ ${PV} =~ alpha|beta ]]; then
fi
RDEPEND=">=sys-devel/binutils-2.16.1
- >=dev-libs/nss-3.12.9
- >=dev-libs/nspr-4.8.7
+ >=dev-libs/nss-3.12.10
+ >=dev-libs/nspr-4.8.8
gconf? ( >=gnome-base/gconf-1.2.1:2 )
media-libs/libpng[apng]
!x11-plugins/lightning
diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 3b87df3..24fb3ca 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -84,4 +84,4 @@ DIST firefox-6.0-zh-CN.xpi 241868 RMD160 1e9d0b6594cbdc151b92456030a5cb40f0916f3
DIST firefox-6.0-zh-TW.xpi 242787 RMD160 13e3b2decf59ff0cb2e69b2f10e446e37c63f5f5 SHA1 33d8a06b0775780beadfa836883db3149afa60de SHA256 5b5d3cd6ee368007415b82e338204d3fe658291f4f4d454fcc1efc7e93d0563c
DIST firefox-6.0-zu.xpi 233159 RMD160 64e3f5fdb78c9f343d3de05f8604e531b67f8f8c SHA1 0cfc262f1f6172f6fa5b8e82f7856d53a1f110c4 SHA256 7e6aa854e7e606f00c8e238c11c634b5fd5d068156840736b5997ecb6f6ad6d9
DIST firefox-6.0.source.tar.bz2 67919174 RMD160 b1f586d4e9889f3b5449c00e4bf3340d3dcca0da SHA1 abcb3cc3907d5217726f457085d00b3995fb469b SHA256 cc3fb554ca02358e000502a1023d5ba01e6d18ae30c719f5a3b1ce1ad8334973
-EBUILD firefox-6.0.ebuild 11048 RMD160 7110ffa308e73a4899044312a9745c54cfd19179 SHA1 7bee129014dc3bd41c3379a15f14991d732c518e SHA256 f5f6a6eafe48781427cd20d836df4c85d521e4ba7d8ad5914e4ca9a5ca0b0801
+EBUILD firefox-6.0.ebuild 10978 RMD160 30de134f6520db77afb850d1861517f4699dfb0c SHA1 8f7b7ccd81503b204660b9de09b9d742b3a5216e SHA256 a4dfb6d7f197ec52c2b41bca70b5e3548a6234eaaef802ae604ab7b15cd9205a
diff --git a/www-client/firefox/firefox-6.0.ebuild b/www-client/firefox/firefox-6.0.ebuild
index 2b03be6..2c0b209 100644
--- a/www-client/firefox/firefox-6.0.ebuild
+++ b/www-client/firefox/firefox-6.0.ebuild
@@ -23,7 +23,6 @@ SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
IUSE="bindist +crashreporter +methodjit +ipc pgo system-sqlite +webm"
-REL_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases"
FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/"
# More URIs appended below...
SRC_URI="http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.bz2"
@@ -33,8 +32,8 @@ ASM_DEPEND=">=dev-lang/yasm-1.1"
# Mesa 7.10 needed for WebGL + bugfixes
RDEPEND="
>=sys-devel/binutils-2.16.1
- >=dev-libs/nss-3.12.9
- >=dev-libs/nspr-4.8.7
+ >=dev-libs/nss-3.12.10
+ >=dev-libs/nspr-4.8.8
>=dev-libs/glib-2.26
>=media-libs/mesa-7.10
media-libs/libpng[apng]
@@ -63,7 +62,7 @@ elif [[ ${PV} =~ beta ]]; then
S="${WORKDIR}/mozilla-beta"
else
SRC_URI="${SRC_URI}
- ${REL_URI}/${FF_PV}/source/firefox-${FF_PV}.source.tar.bz2"
+ ${FTP_URI}/${FF_PV}/source/firefox-${FF_PV}.source.tar.bz2"
S="${WORKDIR}/mozilla-release"
fi
@@ -80,14 +79,14 @@ if ! [[ ${PV} =~ alpha|beta ]]; then
# en and en_US are handled internally
if [[ ${X} != en ]] && [[ ${X} != en-US ]]; then
SRC_URI="${SRC_URI}
- linguas_${X/-/_}? ( ${REL_URI}/${FF_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
+ linguas_${X/-/_}? ( ${FTP_URI}/${FF_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
fi
IUSE="${IUSE} linguas_${X/-/_}"
# Install all the specific locale xpis if there's no generic locale xpi
# Example: there's no pt.xpi, so install all pt-*.xpi
if ! has ${X%%-*} "${LANGS[@]}"; then
SRC_URI="${SRC_URI}
- linguas_${X%%-*}? ( ${REL_URI}/${FF_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
+ linguas_${X%%-*}? ( ${FTP_URI}/${FF_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
IUSE="${IUSE} linguas_${X%%-*}"
fi
done
next reply other threads:[~2011-08-21 16:35 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-21 16:35 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-27 13:28 [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/, www-client/firefox/ Ian Stakenvicius
2017-12-13 0:40 Jory Pratt
2017-02-10 1:28 Jory Pratt
2015-05-30 2:57 Jory Pratt
2015-01-05 4:44 Jory Pratt
2014-09-03 22:07 Ian Stakenvicius
2014-06-14 0:27 Ian Stakenvicius
2014-04-30 2:28 Jory Pratt
2014-03-20 15:58 Lars Wendler
2013-12-15 21:02 Jory Pratt
2013-12-11 23:16 Jory Pratt
2013-10-31 3:41 Jory Pratt
2013-10-26 2:17 Jory Pratt
2013-09-24 22:34 Jory Pratt
2013-09-22 22:59 Jory Pratt
2013-08-07 2:24 Jory Pratt
2013-06-26 13:41 Jory Pratt
2013-06-10 12:26 Jory Pratt
2013-05-15 3:09 Jory Pratt
2013-04-22 1:26 Jory Pratt
2013-02-23 14:08 Jory Pratt
2012-12-10 22:27 Jory Pratt
2012-12-10 19:05 Ian Stakenvicius
2012-11-25 12:12 Jory Pratt
2012-10-28 0:41 Jory Pratt
2012-10-25 11:29 Jory Pratt
2012-10-21 18:32 Jory Pratt
2012-10-21 16:11 Jory Pratt
2012-10-04 11:27 Jory Pratt
2012-10-04 1:51 Jory Pratt
2012-09-27 22:37 Jory Pratt
2012-09-24 22:19 Jory Pratt
2012-08-06 3:28 Jory Pratt
2012-07-18 0:03 Jory Pratt
2012-07-17 22:45 Jory Pratt
2012-07-12 0:40 Jory Pratt
2012-07-02 13:38 Jory Pratt
2012-06-29 3:26 Jory Pratt
2012-06-15 3:25 Jory Pratt
2012-06-12 13:41 Jory Pratt
2012-06-12 5:25 Lars Wendler
2012-05-28 18:41 Jory Pratt
2012-05-27 15:46 Jory Pratt
2012-05-24 1:21 Jory Pratt
2012-05-21 14:37 Jory Pratt
2012-05-08 12:11 Jory Pratt
2012-05-07 12:15 Jory Pratt
2012-04-21 2:51 Jory Pratt
2012-03-27 12:04 Jory Pratt
2012-03-24 23:47 Jory Pratt
2012-03-06 13:18 Jory Pratt
2012-02-11 2:13 Jory Pratt
2012-02-09 4:46 Jory Pratt
2011-09-29 2:23 Jory Pratt
2011-08-20 21:30 Jory Pratt
2011-03-09 0:18 Jory Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83f53aefc1bdf64fa872dcc08b2902ec26e4b08c.anarchy@gentoo \
--to=anarchy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox