aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2017-06-05 09:35:37 -0500
committerJory A. Pratt <anarchy@gentoo.org>2017-06-05 09:35:37 -0500
commit4f6772767700abf706a9e5a318a4ccfbe8ed107c (patch)
tree70c531884a87b8f69be3e10211735d04151e0943
parentwww-client/firefox: sync with main tree (diff)
downloadmozilla-4f677276.tar.gz
mozilla-4f677276.tar.bz2
mozilla-4f677276.zip
www-client/seamonkey: Add missing metadata.xml to make repoman happy
-rw-r--r--www-client/seamonkey/metadata.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml
new file mode 100644
index 00000000..154a2a59
--- /dev/null
+++ b/www-client/seamonkey/metadata.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
+ </maintainer>
+<maintainer type="project">
+ <email>mozilla@gentoo.org</email>
+ <name>Gentoo Mozilla Team</name>
+ </maintainer>
+<use>
+ <flag name="calendar">Build Mozilla's calendar</flag>
+ <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag>
+ <flag name="custom-optimization">Build with user-specified compiler optimizations
+ (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
+ <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
+ downloaded and kept up-to-date in user profiles</flag>
+ <flag name="gtk3">Use the cairo-gtk3 rendering engine</flag>
+ <flag name="ipc">Use inter-process communication between tabs and plugins.
+ Allows for greater stability in case of plugin crashes</flag>
+ <flag name="jemalloc">Enable or disable jemalloc</flag>
+ <flag name="roaming">Build roaming extension support (default on)</flag>
+ <flag name="skia">Enable the SKIA engine for 2D rendering as an alternative to cairo</flag>
+ <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg>
+ instead of bundled.</flag>
+ <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg>
+ instead of bundled.</flag>
+ <flag name="system-icu">Use the sytem-wide <pkg>dev-libs/icu</pkg>
+ instead of bundled.</flag>
+ <flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg>
+ instead of bundled.</flag>
+ <flag name="system-libevent">Use the system-wide <pkg>dev-libs/libevent</pkg>
+ instead of bundled.</flag>
+ <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg>
+ instead of bundled.</flag>
+ <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg>
+ installation with secure-delete enabled</flag>
+</use>
+</pkgmetadata>