Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/
Date: Sun, 26 Nov 2017 23:27:05
Message-Id: 1511738765.6f07f3b3d6a8716a567190ae610897283df5e1ec.soap@gentoo
1 commit: 6f07f3b3d6a8716a567190ae610897283df5e1ec
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:08:53 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:26:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f07f3b3
7
8 www-client/seamonkey: [QA] Consistent whitespace in metadata.xml
9
10 www-client/seamonkey/metadata.xml | 30 ++++++++++--------------------
11 1 file changed, 10 insertions(+), 20 deletions(-)
12
13 diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml
14 index 55f5ffc6818..cd4713cbfef 100644
15 --- a/www-client/seamonkey/metadata.xml
16 +++ b/www-client/seamonkey/metadata.xml
17 @@ -12,30 +12,20 @@
18 <use>
19 <flag name="calendar">Build Mozilla's calendar</flag>
20 <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag>
21 - <flag name="custom-optimization">Build with user-specified compiler optimizations
22 - (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
23 - <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
24 - downloaded and kept up-to-date in user profiles</flag>
25 + <flag name="custom-optimization">Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
26 + <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag>
27 <flag name="gtk3">Use the cairo-gtk3 rendering engine</flag>
28 <flag name="force-gtk3">Use the cairo-gtk3 rendering engine</flag>
29 - <flag name="ipc">Use inter-process communication between tabs and plugins.
30 - Allows for greater stability in case of plugin crashes</flag>
31 + <flag name="ipc">Use inter-process communication between tabs and plugins. Allows for greater stability in case of plugin crashes</flag>
32 <flag name="jemalloc">Enable or disable jemalloc</flag>
33 <flag name="roaming">Build roaming extension support (default on)</flag>
34 <flag name="skia">Enable the SKIA engine for 2D rendering as an alternative to cairo</flag>
35 - <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg>
36 - instead of bundled.</flag>
37 - <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg>
38 - instead of bundled.</flag>
39 - <flag name="system-icu">Use the sytem-wide <pkg>dev-libs/icu</pkg>
40 - instead of bundled.</flag>
41 - <flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg>
42 - instead of bundled.</flag>
43 - <flag name="system-libevent">Use the system-wide <pkg>dev-libs/libevent</pkg>
44 - instead of bundled.</flag>
45 - <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg>
46 - instead of bundled.</flag>
47 - <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg>
48 - installation with secure-delete enabled</flag>
49 + <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> instead of bundled</flag>
50 + <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg> instead of bundled</flag>
51 + <flag name="system-icu">Use the sytem-wide <pkg>dev-libs/icu</pkg> instead of bundled</flag>
52 + <flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg> instead of bundled</flag>
53 + <flag name="system-libevent">Use the system-wide <pkg>dev-libs/libevent</pkg> instead of bundled</flag>
54 + <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg> instead of bundled</flag>
55 + <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> installation with secure-delete enabled</flag>
56 </use>
57 </pkgmetadata>