diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-13 01:38:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-13 01:38:49 +0000 |
commit | cde8f44ce10c4ab3ef32690929b847aad0970c84 (patch) | |
tree | 77c2f1e9117262c3eb7fd03a740ff859ab3af199 /app-arch/libarchive/metadata.xml | |
parent | Add patch to fix building with --as-needed (bug #238262). (diff) | |
download | historical-cde8f44ce10c4ab3ef32690929b847aad0970c84.tar.gz historical-cde8f44ce10c4ab3ef32690929b847aad0970c84.tar.bz2 historical-cde8f44ce10c4ab3ef32690929b847aad0970c84.zip |
Add the newest pre-release for libarchive, now supporting lzma. It comes with a patch that allows to disable lzma and bz2 libraries.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'app-arch/libarchive/metadata.xml')
-rw-r--r-- | app-arch/libarchive/metadata.xml | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/app-arch/libarchive/metadata.xml b/app-arch/libarchive/metadata.xml index 19248baa1230..1f7460becace 100644 --- a/app-arch/libarchive/metadata.xml +++ b/app-arch/libarchive/metadata.xml @@ -1,10 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>bsd</herd> -<longdescription lang="en"> -The bsdtar program creates and manipulates streaming archive files. -It has a number of advantages over previous tar implementations. -</longdescription> + <herd>bsd</herd> + <maintainer> + <email>flameeyes@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + The bsdtar program creates and manipulates streaming archive files. + It has a number of advantages over previous tar implementations. + </longdescription> + <use> + <flag name="static"> + Build bsdtar and bsdcpio as static archives, removing + dependencies over the enabled compression libraries (lzmadec, + libbz2, zlib). + </flag> + <flag name="bzip2"> + Allow accessing bzip2-compressed archives through libbz2 (which + comes with bzip2). + </flag> + <flag name="lzma"> + Allow accessing lzma-compressed archives through the lzmadec + library. + </flag> + </use> </pkgmetadata> - |