Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/xar: metadata.xml ChangeLog
Date: Mon, 21 Apr 2008 16:29:05
Message-Id: E1Jnyt3-0000mA-Q4@stork.gentoo.org
1 phreak 08/04/21 16:29:01
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 app-arch/xar/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/xar/metadata.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/xar/metadata.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/xar/metadata.xml?r1=1.2&r2=1.3
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/xar/metadata.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metadata.xml 14 Oct 2006 11:57:05 -0000 1.2
22 +++ metadata.xml 21 Apr 2008 16:29:01 -0000 1.3
23 @@ -1,6 +1,20 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 -<herd>no-herd</herd>
28 -<longdescription>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>
29 + <herd>no-herd</herd>
30 + <maintainer>
31 + <email>maintainer-needed@g.o</email>
32 + <name>Default assignee for orphaned packages</name>
33 + </maintainer>
34 + <longdescription lang="en">
35 + The XAR project aims to provide an easily extensible archive format.
36 + Important design decisions include an easily extensible XML table of
37 + contents for random access to archived files, storing the toc at the
38 + beginning of the archive to allow for efficient handling of streamed
39 + archives, the ability to handle files of arbitrarily large sizes, the
40 + ability to choose independent encodings for individual files in the
41 + archive, the ability to store checksums for individual files in both
42 + compressed and uncompressed form, and the ability to query the table of
43 + content's rich meta-data.
44 + </longdescription>
45 </pkgmetadata>
46
47
48
49 1.14 app-arch/xar/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/xar/ChangeLog?rev=1.14&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/xar/ChangeLog?rev=1.14&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/xar/ChangeLog?r1=1.13&r2=1.14
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v
58 retrieving revision 1.13
59 retrieving revision 1.14
60 diff -u -r1.13 -r1.14
61 --- ChangeLog 29 Jan 2008 22:45:56 -0000 1.13
62 +++ ChangeLog 21 Apr 2008 16:29:01 -0000 1.14
63 @@ -1,6 +1,10 @@
64 # ChangeLog for app-arch/xar
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.13 2008/01/29 22:45:56 drac Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.14 2008/04/21 16:29:01 phreak Exp $
68 +
69 + 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
70 + Fix up metadata.xml. If there's no maintainer for the package, the metadata
71 + also needs to contain m-needed@g.o.
72
73 *xar-1.5.2 (29 Jan 2008)
74
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list