summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-08-17 14:35:00 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-17 14:35:00 -0700
commit603cb116f857b59fd0f5ec04c5e0bce3db4b4f5d (patch)
treedafadfee4511052b6df1a71d5ca8fbe4abcd078d /cnf
parent8aa4f965d3baeaea9dc56938c67bb20d8af835a3 (diff)
downloadportage-603cb116f857b59fd0f5ec04c5e0bce3db4b4f5d.tar.gz
portage-603cb116f857b59fd0f5ec04c5e0bce3db4b4f5d.tar.bz2
portage-603cb116f857b59fd0f5ec04c5e0bce3db4b4f5d.zip
metadata.dtd: update to latest
Diffstat (limited to 'cnf')
-rw-r--r--cnf/metadata.dtd7
1 files changed, 5 insertions, 2 deletions
diff --git a/cnf/metadata.dtd b/cnf/metadata.dtd
index d97642a72..bd8306667 100644
--- a/cnf/metadata.dtd
+++ b/cnf/metadata.dtd
@@ -5,7 +5,7 @@
<!ATTLIST catmetadata pkgname CDATA "">
<!-- Metadata for a package -->
-<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription|use|upstream)* )>
+<!ELEMENT pkgmetadata ( (herd|maintainer|natural-name|longdescription|use|upstream)* )>
<!ATTLIST pkgmetadata pkgname CDATA "">
<!-- One tag for each herd this package is assigned to. -->
@@ -14,6 +14,9 @@
<!-- One tag for each maintainer of a package, multiple allowed-->
<!ELEMENT maintainer ( email, (description| name)* )>
+ <!-- Natural name for package, example: LibreOffice (for app-office/libreoffice) -->
+ <!ELEMENT natural-name (#PCDATA) >
+
<!-- A long description of the package in freetext-->
<!ELEMENT longdescription (#PCDATA|pkg|cat)* >
@@ -61,7 +64,7 @@
<!ELEMENT bugs-to (#PCDATA)>
<!-- specify a type of package identification tracker -->
<!ELEMENT remote-id (#PCDATA)>
- <!ATTLIST remote-id type (freshmeat|sourceforge|sourceforge-jp|cpan|vim|google-code|ctan|pypi|rubyforge|cran) #REQUIRED>
+ <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cran|ctan|freshmeat|github|gitorious|google-code|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED>
<!-- category/package information for cross-linking in descriptions
and useflag descriptions -->