Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/
Date: Mon, 07 Mar 2016 17:48:28
Message-Id: 1457372892.021343983ecdfaf641a4ed962e99fa1e25586521.axs@gentoo
1 commit: 021343983ecdfaf641a4ed962e99fa1e25586521
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 16:22:05 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 17:48:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=02134398
7
8 bump firefox-45 to beta10
9
10 Fixed tooltip-transparent-background issue, upstream bug 1197165
11
12 Adjusted system-libevent dependency atom in the eclass to ensure it limits
13 libevent to the 2.0 series and conflicts with a bump to 2.1
14
15 eclass/mozconfig-v6.44.eclass | 2 +-
16 .../firefox/{firefox-45.0_beta9.ebuild => firefox-45.0_beta10.ebuild} | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass
20 index b916507..c050a49 100644
21 --- a/eclass/mozconfig-v6.44.eclass
22 +++ b/eclass/mozconfig-v6.44.eclass
23 @@ -113,7 +113,7 @@ RDEPEND=">=app-text/hunspell-1.2
24 system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 )
25 system-icu? ( >=dev-libs/icu-51.1:= )
26 system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
27 - system-libevent? ( dev-libs/libevent:0/2.0-5 )
28 + system-libevent? ( =dev-libs/libevent-2.0*:0= )
29 system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] )
30 system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] )
31 "
32
33 diff --git a/www-client/firefox/firefox-45.0_beta9.ebuild b/www-client/firefox/firefox-45.0_beta10.ebuild
34 similarity index 99%
35 rename from www-client/firefox/firefox-45.0_beta9.ebuild
36 rename to www-client/firefox/firefox-45.0_beta10.ebuild
37 index 43fa8bd..c0ac3fb 100644
38 --- a/www-client/firefox/firefox-45.0_beta9.ebuild
39 +++ b/www-client/firefox/firefox-45.0_beta10.ebuild
40 @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
41 fi
42
43 # Patch version
44 -PATCH="${PN}-45.0-patches-0.1"
45 +PATCH="${PN}-45.0-patches-0.2"
46 MOZ_HTTP_URI="http://archive.mozilla.org/pub/${PN}/releases"
47
48 MOZCONFIG_OPTIONAL_GTK3="enabled"