Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199788 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/metadata/dtd/metadata.dtd (-2 / +14 lines)
Lines 5-11 Link Here
5
<!ATTLIST catmetadata pkgname CDATA "">
5
<!ATTLIST catmetadata pkgname CDATA "">
6
6
7
<!-- Metadata for a package -->
7
<!-- Metadata for a package -->
8
<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription)* )>
8
<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription|use)* )>
9
<!ATTLIST pkgmetadata pkgname CDATA "">
9
<!ATTLIST pkgmetadata pkgname CDATA "">
10
10
11
  <!-- One tag for each herd this package is assigned to. -->
11
  <!-- One tag for each herd this package is assigned to. -->
Lines 15-21 Link Here
15
  <!ELEMENT maintainer ( email, (description| name)* )>
15
  <!ELEMENT maintainer ( email, (description| name)* )>
16
16
17
  <!-- A long description of the package in freetext-->
17
  <!-- A long description of the package in freetext-->
18
  <!ELEMENT longdescription (#PCDATA) >
18
  <!ELEMENT longdescription (#PCDATA|pkg)* >
19
19
20
  <!-- The changelog of the package-->
20
  <!-- The changelog of the package-->
21
  <!ELEMENT changelog (change)* >
21
  <!ELEMENT changelog (change)* >
Lines 37-42 Link Here
37
        <!-- bug-id of a bug fixed by this change, multiple allowed. The 
37
        <!-- bug-id of a bug fixed by this change, multiple allowed. The 
38
          format of this is a number or alias for a bug. NOT including a 
38
          format of this is a number or alias for a bug. NOT including a 
39
          # character -->
39
          # character -->
40
41
  <!-- description of what this USE flag does for this package -->
42
  <!ELEMENT use (flag)* >
43
    <!ELEMENT flag (#PCDATA|pkg)* >
44
      <!-- name attribute holds the name of the USE flag -->
45
      <!ATTLIST flag name CDATA #REQUIRED >
46
47
  <!-- category/package information for cross-linking in descriptions
48
    and useflag descriptions -->
49
  <!ELEMENT pkg (#PCDATA) >
40
          
50
          
41
<!-- Common attributes -->
51
<!-- Common attributes -->
42
52
Lines 46-51 Link Here
46
  language "C" or "en", which is equivalent -->
56
  language "C" or "en", which is equivalent -->
47
  <!ATTLIST description lang CDATA "C" >
57
  <!ATTLIST description lang CDATA "C" >
48
  <!ATTLIST longdescription lang CDATA "C" >
58
  <!ATTLIST longdescription lang CDATA "C" >
59
  <!ATTLIST use lang CDATA "C" >
49
60
50
<!-- The restrict attribute, this attribute specifies restrictions on 
61
<!-- The restrict attribute, this attribute specifies restrictions on 
51
  the applicability of tags on versions. The format of this attribute is 
62
  the applicability of tags on versions. The format of this attribute is 
Lines 58-63 Link Here
58
  <!ATTLIST herd restrict CDATA #IMPLIED >
69
  <!ATTLIST herd restrict CDATA #IMPLIED >
59
  <!ATTLIST maintainer restrict CDATA #IMPLIED >
70
  <!ATTLIST maintainer restrict CDATA #IMPLIED >
60
  <!ATTLIST longdescription restrict CDATA #IMPLIED >
71
  <!ATTLIST longdescription restrict CDATA #IMPLIED >
72
  <!ATTLIST flag restrict CDATA #IMPLIED >
61
73
62
74
63
75

Return to bug 199788