diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /app-arch/xar | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'app-arch/xar')
-rw-r--r-- | app-arch/xar/metadata.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-arch/xar/metadata.xml b/app-arch/xar/metadata.xml index 1f02de499b97..98fa0e246cf0 100644 --- a/app-arch/xar/metadata.xml +++ b/app-arch/xar/metadata.xml @@ -5,8 +5,7 @@ <email>spatz@gentoo.org</email> <name>Dror Levin</name> </maintainer> - <longdescription lang="en"> - The XAR project aims to provide an easily extensible archive format. + <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 @@ -14,6 +13,8 @@ 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> + content's rich meta-data.</longdescription> + <upstream> + <remote-id type="google-code">xar</remote-id> + </upstream> </pkgmetadata> |