Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/dtd: metadata.dtd
Date: Tue, 20 Nov 2007 17:40:28
Message-Id: E1IuX5D-0004mb-LJ@stork.gentoo.org
1 neysx 07/11/20 17:40:23
2
3 Modified: metadata.dtd
4 Log:
5 #199788 Added tags for USE flag descriptions
6
7 Revision Changes Path
8 1.6 xml/htdocs/dtd/metadata.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/metadata.dtd?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/metadata.dtd?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/metadata.dtd?r1=1.5&r2=1.6
13
14 Index: metadata.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/metadata.dtd,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- metadata.dtd 15 Mar 2005 18:44:01 -0000 1.5
21 +++ metadata.dtd 20 Nov 2007 17:40:23 -0000 1.6
22 @@ -5,7 +5,7 @@
23 <!ATTLIST catmetadata pkgname CDATA "">
24
25 <!-- Metadata for a package -->
26 -<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription)* )>
27 +<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription|use)* )>
28 <!ATTLIST pkgmetadata pkgname CDATA "">
29
30 <!-- One tag for each herd this package is assigned to. -->
31 @@ -15,7 +15,7 @@
32 <!ELEMENT maintainer ( email, (description| name)* )>
33
34 <!-- A long description of the package in freetext-->
35 - <!ELEMENT longdescription (#PCDATA) >
36 + <!ELEMENT longdescription (#PCDATA|pkg)* >
37
38 <!-- The changelog of the package-->
39 <!ELEMENT changelog (change)* >
40 @@ -37,6 +37,16 @@
41 <!-- bug-id of a bug fixed by this change, multiple allowed. The
42 format of this is a number or alias for a bug. NOT including a
43 # character -->
44 +
45 + <!-- description of what this USE flag does for this package -->
46 + <!ELEMENT use (flag)* >
47 + <!ELEMENT flag (#PCDATA|pkg)* >
48 + <!-- name attribute holds the name of the USE flag -->
49 + <!ATTLIST flag name CDATA #REQUIRED >
50 +
51 + <!-- category/package information for cross-linking in descriptions
52 + and useflag descriptions -->
53 + <!ELEMENT pkg (#PCDATA) >
54
55 <!-- Common attributes -->
56
57 @@ -46,6 +56,7 @@
58 language "C" or "en", which is equivalent -->
59 <!ATTLIST description lang CDATA "C" >
60 <!ATTLIST longdescription lang CDATA "C" >
61 + <!ATTLIST use lang CDATA "C" >
62
63 <!-- The restrict attribute, this attribute specifies restrictions on
64 the applicability of tags on versions. The format of this attribute is
65 @@ -58,6 +69,7 @@
66 <!ATTLIST herd restrict CDATA #IMPLIED >
67 <!ATTLIST maintainer restrict CDATA #IMPLIED >
68 <!ATTLIST longdescription restrict CDATA #IMPLIED >
69 + <!ATTLIST flag restrict CDATA #IMPLIED >
70
71
72
73
74
75
76 --
77 gentoo-commits@g.o mailing list