Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Mon, 30 Jan 2012 23:49:05
Message-Id: 240f6436f8c77a919d82d122314665e2dc5176da.anarchy@gentoo
1 commit: 240f6436f8c77a919d82d122314665e2dc5176da
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 23:47:09 2012 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 23:48:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=240f6436
7
8 update patchset, Make nsISound::Play use libcanberra on Linux rather
9 than esound
10
11 ---
12 www-client/firefox/Manifest | 4 ++--
13 www-client/firefox/firefox-10.0_beta6.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
17 index 0601d6f..eb46731 100644
18 --- a/www-client/firefox/Manifest
19 +++ b/www-client/firefox/Manifest
20 @@ -1,5 +1,5 @@
21 AUX gentoo-default-prefs.js-1 821 RMD160 13a7be3a165b7059e51fab2cc7fc8d31a82260eb SHA1 333339c4deb4fd41527fd87e1acf0af12cf1007c SHA256 16259ec24a231d1d60097c8d892caa80d2703ba5be72304f6da55cfce1b329de
22 AUX icon/firefox.desktop 276 RMD160 92a5671cd09e399b3330c4be31b7ac7583747031 SHA1 b757763670a00982f3cb38b8d41d7faa6eee3818 SHA256 06565ade11b6e4b448cf10339696c43f31e73cb6824491094bb6e0ab902c7cf5
23 -DIST firefox-10.0-patches-0.3.tar.xz 9024 RMD160 f281cfbfadf0f26f04f9cc21b7daf037fe77d35d SHA1 04dab4fbdf2ba93c038dd35d5932fa02ba496507 SHA256 3d2e123ecddb873fbe309bed866d9ec264808f5f74ee8d26ec6a4b2c69a502a1
24 +DIST firefox-10.0-patches-0.4.tar.xz 14044 RMD160 4ed929b42bc272606a67783ea31b4562fc4d939a SHA1 09ecb7c8c06064eb1c5416ccdc5483d472765f66 SHA256 ac2ce062aa23e9ad269b4a151bebbb2ce3affcd4df0002b6dd53f0ceb52f8eb2
25 DIST firefox-10.0b6.source.tar.bz2 75442266 RMD160 c841efc74a23f6c3317bf75bbc22940a1adf8d9c SHA1 90d207968ac4224d22406ce59b823612638d9791 SHA256 3fc5d2d598acbfec7eab1411bdd9b1442514b33e0b32f66c1e58370c99496693
26 -EBUILD firefox-10.0_beta6.ebuild 9933 RMD160 b0eb48cee36ef370bf364e4b9e05be9737f1e080 SHA1 126393c1cbe7861ae75bad20a6f74997842e0a93 SHA256 3ec972571e5c4624314807ab412f1de6dc0e353b2a57e6fff328f292c2633084
27 +EBUILD firefox-10.0_beta6.ebuild 9933 RMD160 7fc22037e420a36ce28b83d553877d7b9ea495c0 SHA1 ec1f99dc6fe9b011dcae9a4c03b208ad3d86d368 SHA256 8dd7133f1b7378e05147bfbdd00775298cec6302f38dcea9b7fbf14d57ab516f
28
29 diff --git a/www-client/firefox/firefox-10.0_beta6.ebuild b/www-client/firefox/firefox-10.0_beta6.ebuild
30 index 44fe825..5a89a1c 100644
31 --- a/www-client/firefox/firefox-10.0_beta6.ebuild
32 +++ b/www-client/firefox/firefox-10.0_beta6.ebuild
33 @@ -17,7 +17,7 @@ MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
34 # Changeset for alpha snapshot
35 CHANGESET="e56ecd8b3a68"
36 # Patch version
37 -PATCH="${PN}-10.0-patches-0.3"
38 +PATCH="${PN}-10.0-patches-0.4"
39 # Upstream ftp release URI that's used by mozlinguas.eclass
40 # We don't use the http mirror because it deletes old tarballs.
41 FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"