forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-arch/libarchive: [QA] Consistent whitespace in metadata.xml
- Loading branch information
1 parent
a566fdf
commit df506de
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>BSD Project</name> | ||
</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="bzip2"> | ||
Allow accessing bzip2-compressed archives through libbz2 (which | ||
comes with <pkg>app-arch/bzip2</pkg>). This only affects | ||
libarchive's native support: bsdtar will keep using bunzip2 as a | ||
filter if that's not built-in. | ||
</flag> | ||
<flag name="e2fsprogs"> | ||
Use file flags from <pkg>sys-fs/e2fsprogs</pkg> headers instead of <pkg>virtual/os-headers</pkg> headers | ||
</flag> | ||
<flag name="lz4"> | ||
Enable support for LZ4 compression using <pkg>app-arch/lz4</pkg> | ||
</flag> | ||
<flag name="nettle"> | ||
Use <pkg>dev-libs/nettle</pkg> as crypto backend | ||
</flag> | ||
<flag name="zlib"> | ||
Allow accessing gzip-compressed archives through | ||
<pkg>sys-libs/zlib</pkg>. This only affects libarchive's native | ||
support: bsdtar will keep using gunzip as a filter if that's not | ||
built-in. It's also needed for supporting extraction of ZIP | ||
files. | ||
</flag> | ||
</use> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>BSD Project</name> | ||
</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="bzip2"> | ||
Allow accessing bzip2-compressed archives through libbz2 (which | ||
comes with <pkg>app-arch/bzip2</pkg>). This only affects | ||
libarchive's native support: bsdtar will keep using bunzip2 as a | ||
filter if that's not built-in. | ||
</flag> | ||
<flag name="e2fsprogs"> | ||
Use file flags from <pkg>sys-fs/e2fsprogs</pkg> headers instead of <pkg>virtual/os-headers</pkg> headers | ||
</flag> | ||
<flag name="lz4"> | ||
Enable support for LZ4 compression using <pkg>app-arch/lz4</pkg> | ||
</flag> | ||
<flag name="nettle"> | ||
Use <pkg>dev-libs/nettle</pkg> as crypto backend | ||
</flag> | ||
<flag name="zlib"> | ||
Allow accessing gzip-compressed archives through | ||
<pkg>sys-libs/zlib</pkg>. This only affects libarchive's native | ||
support: bsdtar will keep using gunzip as a filter if that's not | ||
built-in. It's also needed for supporting extraction of ZIP | ||
files. | ||
</flag> | ||
</use> | ||
</pkgmetadata> |