summaryrefslogtreecommitdiff
blob: 8637ff9a782932b6690f9078a833afc78acd748e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>
	</maintainer>
	<upstream>
		<maintainer>
			<email>martin@mvath.de</email>
			<name>Martin Väth</name>
		</maintainer>
		<bugs-to>https://developer.berlios.de/bugs/?group_id=11597</bugs-to>
		<!-- remote-id type="berlios">eix</remote-id -->
	</upstream>
	<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>