summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-04-16 07:33:34 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:38 +0200
commit383a4cc637d5c802ef4c3cdc0f55ee3c840ba5de (patch)
treeb662c3b958c95ead6bb5fafec31a84b1b0ddfc41 /app-portage/eix/metadata.xml
parentAdd base. Fix stardict compilation (diff)
downloadmv-383a4cc637d5c802ef4c3cdc0f55ee3c840ba5de.tar.gz
mv-383a4cc637d5c802ef4c3cdc0f55ee3c840ba5de.tar.bz2
mv-383a4cc637d5c802ef4c3cdc0f55ee3c840ba5de.zip
Add eix live ebuild. magus: Use eautopoint
Diffstat (limited to 'app-portage/eix/metadata.xml')
-rw-r--r--app-portage/eix/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml
new file mode 100644
index 00000000..311f2cd2
--- /dev/null
+++ b/app-portage/eix/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ <description>Upstream developer, assign bugs</description>
+ </maintainer>
+ <maintainer>
+ <email>darkside@gentoo.org</email>
+ <name>Jeremy Olexa</name>
+ <description>Proxy committer, CC bugs</description>
+ </maintainer>
+ <use>
+ <flag name="debug">Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.</flag>
+ <flag name="dep">Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory.</flag>
+ <flag name="doc">Create description of the eix cache file additionally in html format</flag>
+ <flag name="nls">Support foreign language messages (experimental; currently only de)</flag>
+ <flag name="optimization">Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS</flag>
+ <flag name="security">This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. </flag>
+ <flag name="strong-optimization">Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS</flag>
+ <flag name="sqlite">Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix</flag>
+ <flag name="tools">Create separate binary for script helper tools (currently only: versionsort); useful if they are called extremely often</flag>
+ </use>
+</pkgmetadata>