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

(-)metadata.dtd (-2 / +3 lines)
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|pkg)* >
18
  <!ELEMENT longdescription (#PCDATA|pkg|cat)* >
19
19
20
  <!-- The changelog of the package-->
20
  <!-- The changelog of the package-->
21
  <!ELEMENT changelog (change)* >
21
  <!ELEMENT changelog (change)* >
Lines 40-52 Link Here
40
40
41
  <!-- description of what this USE flag does for this package -->
41
  <!-- description of what this USE flag does for this package -->
42
  <!ELEMENT use (flag)* >
42
  <!ELEMENT use (flag)* >
43
    <!ELEMENT flag (#PCDATA|pkg)* >
43
    <!ELEMENT flag (#PCDATA|pkg|cat)* >
44
      <!-- name attribute holds the name of the USE flag -->
44
      <!-- name attribute holds the name of the USE flag -->
45
      <!ATTLIST flag name CDATA #REQUIRED >
45
      <!ATTLIST flag name CDATA #REQUIRED >
46
46
47
  <!-- category/package information for cross-linking in descriptions
47
  <!-- category/package information for cross-linking in descriptions
48
    and useflag descriptions -->
48
    and useflag descriptions -->
49
  <!ELEMENT pkg (#PCDATA) >
49
  <!ELEMENT pkg (#PCDATA) >
50
  <!ELEMENT cat (#PCDATA) >
50
          
51
          
51
<!-- Common attributes -->
52
<!-- Common attributes -->
52
53

Return to bug 199788