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: Thu, 06 Jun 2019 14:15:10
Message-Id: 1559830494.240b3d9369d71aff549586e2d91086879acdff1b.anarchy@gentoo
1 commit: 240b3d9369d71aff549586e2d91086879acdff1b
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 14:14:54 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 14:14:54 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=240b3d93
7
8 www-client/firefox: moz bug 1548499 wayland support
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/Manifest | 2 +-
14 www-client/firefox/firefox-68.0_beta7.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
18 index 3c9bcdf..a4a230f 100644
19 --- a/www-client/firefox/Manifest
20 +++ b/www-client/firefox/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST firefox-68.0-patches-03.tar.xz 13336 BLAKE2B 36634523be0b8d69d442f45f0d5d331898996615fdf5570155e1cd4ec61692ed8df4bf035f808a31c40ea9aea4e2e420e6a6e1ed9922ac164362deea9c02f33e SHA512 58202723290b7586d1fb3b2aa0fef2f007be02e52f464397e7c27b38f62cb050d47f15955523d02760a565ca7f29b5b018bd00f89a52fe918aafbd61d61d961f
23 +DIST firefox-68.0-patches-04.tar.xz 14564 BLAKE2B fad099d5dd18ce24f64b77f0252f22cad1eb6903dc508cf7fd41121a93d2704d65ccac18f04478cfdb8dd0b29161dfa59272abc3d9296f8fb7e3eceaf9201874 SHA512 4135f8391a885505c952d90aef9b6883732cf6def38c34e1ab764bed25c1318c358a54821dbaf8f532f18804a8fde1cdeee0061507c2c562ca8a1b9f85f04788
24 DIST firefox-68.0b7.source.tar.xz 292589376 BLAKE2B 1d25f7c9fcb6c7663320ab1bbb316909b200722715ba05a9efce80756ea46045969d78ae2bd44f4e48a5bda61103785767d2ea4e795c6e36d4fb132a7510993d SHA512 728f4d6e9a6572022b95ae58f976fb073985ab3ceb09a717d8746e42d654fd15ab6809a76a97de22bf50035e53661c0f3eb226e3054daf0b68166b7088f619cd
25
26 diff --git a/www-client/firefox/firefox-68.0_beta7.ebuild b/www-client/firefox/firefox-68.0_beta7.ebuild
27 index 8127f52..956fd5e 100644
28 --- a/www-client/firefox/firefox-68.0_beta7.ebuild
29 +++ b/www-client/firefox/firefox-68.0_beta7.ebuild
30 @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then
31 fi
32
33 # Patch version
34 -PATCH="${PN}-68.0-patches-03"
35 +PATCH="${PN}-68.0-patches-04"
36
37 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases"
38 MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"