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/torbrowser/, www-client/seamonkey/, profiles/, www-client/firefox/
Date: Fri, 23 Aug 2019 20:31:15
Message-Id: 1566592240.c008b06f8fbbb714ecb4e5090084895e6ffa3ff8.anarchy@gentoo
1 commit: c008b06f8fbbb714ecb4e5090084895e6ffa3ff8
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 20:30:40 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 20:30:40 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c008b06f
7
8 misc fix ups for test and invalid masks
9
10 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
11
12 profiles/package.mask | 13 -------------
13 profiles/package.use.mask | 9 ---------
14 www-client/firefox/firefox-69.0_beta15-r1.ebuild | 2 ++
15 www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild | 2 ++
16 www-client/torbrowser/torbrowser-60.6.1.8.0.9.1.3.ebuild | 2 ++
17 5 files changed, 6 insertions(+), 22 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 deleted file mode 100644
21 index 188878e..0000000
22 --- a/profiles/package.mask
23 +++ /dev/null
24 @@ -1,13 +0,0 @@
25 -####################################################################
26 -# When you add an entry to this file, add your name, the date, and an
27 -# explanation of why something is getting masked
28 -#
29 -# NOTE: Please add your entry at the top!
30 -#
31 -
32 -# Masked for testing, thunderbird beta known to have configure problem
33 -=dev-lang/spidermonkey-31.0_beta*
34 -
35 -# Please don't remove neither this mask nor the affected ebuilds without
36 -# speaking to Lars Wendler <polynomial-c@g.o> first.
37 -~www-client/seamonkey-2.35_pre20150713
38
39 diff --git a/profiles/package.use.mask b/profiles/package.use.mask
40 deleted file mode 100644
41 index fb77535..0000000
42 --- a/profiles/package.use.mask
43 +++ /dev/null
44 @@ -1,9 +0,0 @@
45 -# mask crypt flag until enigmail releases something compatible
46 -# we do not want to try and play with the enigmail nightlies
47 -=mail-client/thunderbird-31.0_beta1 crypt
48 -
49 -# cairo-qt builds but it's runtime support really isn't good enough for
50 -# normal usage; seems there is a very long list of fixes needed, probably
51 -# similar to the 'Port gtk2 to gtk3' list.
52 -www-client/firefox qt5
53 -www-client/torbrowser system-cairo
54 \ No newline at end of file
55
56 diff --git a/www-client/firefox/firefox-69.0_beta15-r1.ebuild b/www-client/firefox/firefox-69.0_beta15-r1.ebuild
57 index 50cd7bd..e9a30d7 100644
58 --- a/www-client/firefox/firefox-69.0_beta15-r1.ebuild
59 +++ b/www-client/firefox/firefox-69.0_beta15-r1.ebuild
60 @@ -174,6 +174,8 @@ REQUIRED_USE="wifi? ( dbus )
61 !wayland
62 )"
63
64 +RESTRICT="!test? ( test )"
65 +
66 S="${WORKDIR}/firefox-${PV%_*}"
67
68 QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
69
70 diff --git a/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild b/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild
71 index 05e55c8..51a47f5 100644
72 --- a/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild
73 +++ b/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild
74 @@ -102,6 +102,8 @@ DEPEND="
75 virtual/opengl )
76 "
77
78 +RESTRICT="!test? ( test )"
79 +
80 BUILD_OBJ_DIR="${S}/seamonk"
81
82 # allow GMP_PLUGIN_LIST to be set in an eclass or
83
84 diff --git a/www-client/torbrowser/torbrowser-60.6.1.8.0.9.1.3.ebuild b/www-client/torbrowser/torbrowser-60.6.1.8.0.9.1.3.ebuild
85 index 994f7fb..4582ae2 100644
86 --- a/www-client/torbrowser/torbrowser-60.6.1.8.0.9.1.3.ebuild
87 +++ b/www-client/torbrowser/torbrowser-60.6.1.8.0.9.1.3.ebuild
88 @@ -69,6 +69,8 @@ DEPEND="
89 amd64? ( ${ASM_DEPEND} virtual/opengl )
90 x86? ( ${ASM_DEPEND} virtual/opengl )"
91
92 +RESTRICT="!test? ( test )"
93 +
94 S="${WORKDIR}/${GIT_TAG}"
95
96 QA_PRESTRIPPED="usr/lib*/${PN}/${PN}"