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/seamonkey/
Date: Mon, 05 Jun 2017 14:36:19
Message-Id: 1496673337.4f6772767700abf706a9e5a318a4ccfbe8ed107c.anarchy@gentoo
1 commit: 4f6772767700abf706a9e5a318a4ccfbe8ed107c
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 14:35:37 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 14:35:37 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4f677276
7
8 www-client/seamonkey: Add missing metadata.xml to make repoman happy
9
10 www-client/seamonkey/metadata.xml | 40 +++++++++++++++++++++++++++++++++++++++
11 1 file changed, 40 insertions(+)
12
13 diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml
14 new file mode 100644
15 index 0000000..154a2a5
16 --- /dev/null
17 +++ b/www-client/seamonkey/metadata.xml
18 @@ -0,0 +1,40 @@
19 +<?xml version="1.0" encoding="UTF-8"?>
20 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 +<pkgmetadata>
22 +<maintainer type="person">
23 + <email>polynomial-c@g.o</email>
24 + <name>Lars Wendler</name>
25 + </maintainer>
26 +<maintainer type="project">
27 + <email>mozilla@g.o</email>
28 + <name>Gentoo Mozilla Team</name>
29 + </maintainer>
30 +<use>
31 + <flag name="calendar">Build Mozilla's calendar</flag>
32 + <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag>
33 + <flag name="custom-optimization">Build with user-specified compiler optimizations
34 + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
35 + <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
36 + downloaded and kept up-to-date in user profiles</flag>
37 + <flag name="gtk3">Use the cairo-gtk3 rendering engine</flag>
38 + <flag name="ipc">Use inter-process communication between tabs and plugins.
39 + Allows for greater stability in case of plugin crashes</flag>
40 + <flag name="jemalloc">Enable or disable jemalloc</flag>
41 + <flag name="roaming">Build roaming extension support (default on)</flag>
42 + <flag name="skia">Enable the SKIA engine for 2D rendering as an alternative to cairo</flag>
43 + <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg>
44 + instead of bundled.</flag>
45 + <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg>
46 + instead of bundled.</flag>
47 + <flag name="system-icu">Use the sytem-wide <pkg>dev-libs/icu</pkg>
48 + instead of bundled.</flag>
49 + <flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg>
50 + instead of bundled.</flag>
51 + <flag name="system-libevent">Use the system-wide <pkg>dev-libs/libevent</pkg>
52 + instead of bundled.</flag>
53 + <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg>
54 + instead of bundled.</flag>
55 + <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg>
56 + installation with secure-delete enabled</flag>
57 +</use>
58 +</pkgmetadata>