Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/xar: metadata.xml
Date: Sat, 31 Mar 2012 17:09:14
Message-Id: 20120331170218.1E99120057@flycatcher.gentoo.org
1 phajdan.jr 12/03/31 17:02:18
2
3 Modified: metadata.xml
4 Log:
5 Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
6
7 Revision Changes Path
8 1.6 app-arch/xar/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xar/metadata.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xar/metadata.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xar/metadata.xml?r1=1.5&r2=1.6
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/app-arch/xar/metadata.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- metadata.xml 23 Sep 2011 21:14:08 -0000 1.5
21 +++ metadata.xml 31 Mar 2012 17:02:18 -0000 1.6
22 @@ -5,8 +5,7 @@
23 <email>spatz@g.o</email>
24 <name>Dror Levin</name>
25 </maintainer>
26 - <longdescription lang="en">
27 - The XAR project aims to provide an easily extensible archive format.
28 + <longdescription lang="en">The XAR project aims to provide an easily extensible archive format.
29 Important design decisions include an easily extensible XML table of
30 contents for random access to archived files, storing the toc at the
31 beginning of the archive to allow for efficient handling of streamed
32 @@ -14,6 +13,8 @@
33 ability to choose independent encodings for individual files in the
34 archive, the ability to store checksums for individual files in both
35 compressed and uncompressed form, and the ability to query the table of
36 - content's rich meta-data.
37 - </longdescription>
38 + content's rich meta-data.</longdescription>
39 + <upstream>
40 + <remote-id type="google-code">xar</remote-id>
41 + </upstream>
42 </pkgmetadata>