summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:03:18 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:03:18 +0000
commit8ba2860ae7c5f5429e27ed1edd8753981376059a (patch)
tree65ab7f40697f559187fc6303fba1f00594969f7c /app-arch
parentadd ~arm, bug #402989 (diff)
downloadgentoo-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')
-rw-r--r--app-arch/TheUnarchiver/metadata.xml9
-rw-r--r--app-arch/snappy/metadata.xml9
-rw-r--r--app-arch/xar/metadata.xml9
3 files changed, 16 insertions, 11 deletions
diff --git a/app-arch/TheUnarchiver/metadata.xml b/app-arch/TheUnarchiver/metadata.xml
index 45b99c65fb75..197a63b678b5 100644
--- a/app-arch/TheUnarchiver/metadata.xml
+++ b/app-arch/TheUnarchiver/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>hanno@gentoo.org</email>
- </maintainer>
+ <maintainer>
+ <email>hanno@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="google-code">theunarchiver</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-arch/snappy/metadata.xml b/app-arch/snappy/metadata.xml
index 023df31fd2c6..35d868e4c31d 100644
--- a/app-arch/snappy/metadata.xml
+++ b/app-arch/snappy/metadata.xml
@@ -5,10 +5,11 @@
<email>nirbheek@gentoo.org</email>
<name>Nirbheek Chauhan</name>
</maintainer>
- <longdescription lang="en">
- Snappy is a compression/decompression library. It does not aim for
+ <longdescription lang="en">Snappy is a compression/decompression library. It does not aim for
maximum compression, or compatibility with any other compression
library; instead, it aims for very high speeds and reasonable
- compression.
- </longdescription>
+ compression.</longdescription>
+ <upstream>
+ <remote-id type="google-code">snappy</remote-id>
+ </upstream>
</pkgmetadata>
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>