app-portage/eix: add lzma-utils support for arm

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1811 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-01-08 12:57:43 +00:00
parent e1cfe64e8c
commit 429226e610
3 changed files with 1281 additions and 0 deletions

1250
app-portage/eix/ChangeLog Normal file

File diff suppressed because it is too large Load Diff

4
app-portage/eix/Manifest Normal file
View File

@ -0,0 +1,4 @@
DIST eix-0.19.1.tar.xz 404708 RMD160 af98712aaca4b9bf832978705dd92c4591f4e9dc SHA1 5c74344b8d78578cd5a2e5b749c2010a8e630a94 SHA256 840d536f52465cce2cb84e06d9a376449652f0da4e9450a61a434130c8f5d27c
EBUILD eix-0.19.1.ebuild 1875 RMD160 653c560bac573c19c895ab43cf76d02868228988 SHA1 5b38fd30e99a97734393f5e1ae1b97ea14d846ac SHA256 35f74e0a78ea907811db2d238970cb7ed879fd1d1654606144bb8c1aec15ca50
MISC ChangeLog 39257 RMD160 066b803c9acd1ac8118fe4505de03d6c754f1d09 SHA1 b0274b2ce8b2d94f98d30cefc11ca25c2bbeb5fb SHA256 b244f3b9d430b2a01321de64f4baaeb705b317bc04ffafa8ccdfdb77a312c479
MISC metadata.xml 2053 RMD160 8d9e1bfd160496ddfb623b772cbcf61cfe2cf7ac SHA1 c16d293920e8622bd98c3c0b88f2a9f854d4a509 SHA256 b2857be5434aa7b1a0552b055030dec841f61eb7988f294d360c94e09c275d30

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>vaeth@mathematik.uni-wuerzburg.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="bzip2">Support for parsing of environment.bz2 to guess repository name of packages installed with ancient portage versions (requires <pkg>app-arch/bbzip2</pkg>). This flag is safe to disable for portage users that have re-merged all packages since 2007. This flag will be phased out.</flag>
<flag name="debug">Build with CXXFLAGS/LDFLAGS for debugging support. Only makes sense in combination with FEATURES=nostrip.</flag>
<flag name="deprecated">Installs wrapper scripts for all the previous executable names that will soon be going away. Enabled by default in 0.17.0, optional in 0.18.0, removed in next major release.</flag>
<flag name="doc">Create description of the eix cache file additionally in html format</flag>
<flag name="hardened">Add CXXFLAGS/LDFLAGS enhancing security at the cost of a slight speed loss. If a hardened gcc is used, these flags should not make a difference.</flag>
<flag name="nls">Support foreign language messages (experimental; currently only de)</flag>
<flag name="optimization">Add several CXXFLAGS/LDFLAGS for optimization.</flag>
<flag name="strong-optimization">Add more CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions.</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>