diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-07-25 04:20:38 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-07-25 04:20:38 +0000 |
commit | 8fae0ccbee89e4f89ceeb3ac93fb8f620b699ded (patch) | |
tree | 1dd537b0b91fecb242dc339ba2e34dc42a5c1646 /app-arch/xar/metadata.xml | |
parent | Version bump. (diff) | |
download | gentoo-2-8fae0ccbee89e4f89ceeb3ac93fb8f620b699ded.tar.gz gentoo-2-8fae0ccbee89e4f89ceeb3ac93fb8f620b699ded.tar.bz2 gentoo-2-8fae0ccbee89e4f89ceeb3ac93fb8f620b699ded.zip |
Take over maintainership since spatz is being retired. Bump eapi to 4. Implement base.eclass functionality, which gives us epatch_user for free.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/xar/metadata.xml')
-rw-r--r-- | app-arch/xar/metadata.xml | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/app-arch/xar/metadata.xml b/app-arch/xar/metadata.xml index 98fa0e246cf0..1babb0999ee5 100644 --- a/app-arch/xar/metadata.xml +++ b/app-arch/xar/metadata.xml @@ -1,20 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>spatz@gentoo.org</email> - <name>Dror Levin</name> - </maintainer> - <longdescription lang="en">The XAR project aims to provide an easily extensible archive format. - Important design decisions include an easily extensible XML table of - contents for random access to archived files, storing the toc at the - beginning of the archive to allow for efficient handling of streamed - archives, the ability to handle files of arbitrarily large sizes, the - ability to choose independent encodings for individual files in the - archive, the ability to store checksums for individual files in both - compressed and uncompressed form, and the ability to query the table of - content's rich meta-data.</longdescription> - <upstream> - <remote-id type="google-code">xar</remote-id> - </upstream> + <maintainer> + <email>yngwin@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + The XAR project aims to provide an easily extensible archive format. + Important design decisions include an easily extensible XML table of + contents for random access to archived files, storing the toc at the + beginning of the archive to allow for efficient handling of streamed + archives, the ability to handle files of arbitrarily large sizes, the + ability to choose independent encodings for individual files in the + archive, the ability to store checksums for individual files in both + compressed and uncompressed form, and the ability to query the table of + content's rich meta-data. + </longdescription> + <upstream> + <remote-id type="google-code">xar</remote-id> + </upstream> </pkgmetadata> |