summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-10-07 22:10:00 +0200
committerUlrich Müller <ulm@gentoo.org>2022-10-07 22:10:00 +0200
commit021212eca36f8e22d110a8d77bbb96bdd908f499 (patch)
treeed96978f40ae7d6801fa4611f2f6226fae5dda99
parentmetadata.dtd: add savannah, savannah-nongnu remote-ids (diff)
downloaddtd-021212eca36f8e22d110a8d77bbb96bdd908f499.tar.gz
dtd-021212eca36f8e22d110a8d77bbb96bdd908f499.tar.bz2
dtd-021212eca36f8e22d110a8d77bbb96bdd908f499.zip
metadata.dtd: Drop obsolete pkgname attribute from {cat,pkg}metadata
This is neither present in the XML schema nor mentioned in GLEP 68. The pkgname attribute was added in 2003 together with the packages element, "allowing for a combined view of all metadata files": https://gitweb.gentoo.org/archive/proj/gentoo.git/commit/?id=b1eae649bb6b7ae623b66cb08d7496f042329f10 In commit 3bbce9c90e430387537c6fdc3d97c3647ed9c465, the package element has already been removed. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--metadata.dtd2
1 files changed, 0 insertions, 2 deletions
diff --git a/metadata.dtd b/metadata.dtd
index e1207de..c36242a 100644
--- a/metadata.dtd
+++ b/metadata.dtd
@@ -1,10 +1,8 @@
<!-- Metadata for a category -->
<!ELEMENT catmetadata ( (longdescription)* )>
-<!ATTLIST catmetadata pkgname CDATA "">
<!-- Metadata for a package -->
<!ELEMENT pkgmetadata ( (maintainer|longdescription|slots|stabilize-allarches|use|upstream)* )>
-<!ATTLIST pkgmetadata pkgname CDATA "">
<!-- One tag for each maintainer of a package, multiple allowed-->
<!ELEMENT maintainer (email|name|description)+>