diff options
author | 2022-05-23 12:41:50 +0200 | |
---|---|---|
committer | 2022-05-24 07:23:20 +0300 | |
commit | dd00405f1c9d4fbc43447fe8fbe37ab423b1d668 (patch) | |
tree | accd5a6b176cb7ce22c58f9adf65daf3faf6932f /data | |
parent | data/xml-schema/metadata.xsd: Use xs:language for lang attributes (diff) | |
download | pkgcore-dd00405f1c9d4fbc43447fe8fbe37ab423b1d668.tar.gz pkgcore-dd00405f1c9d4fbc43447fe8fbe37ab423b1d668.tar.bz2 pkgcore-dd00405f1c9d4fbc43447fe8fbe37ab423b1d668.zip |
data/xml-schema/metadata.xsd: Drop obsolete remote-id types
Taken from proj/xml-schema.git commit 81a35d2.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/xml-schema/metadata.xsd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/xml-schema/metadata.xsd b/data/xml-schema/metadata.xsd index 40e230ee0..8e77f062e 100644 --- a/data/xml-schema/metadata.xsd +++ b/data/xml-schema/metadata.xsd @@ -276,8 +276,6 @@ <xs:enumeration value='cpe'/> <xs:enumeration value='cran'/> <xs:enumeration value='ctan'/> - <xs:enumeration value='freecode'/> - <xs:enumeration value='freshmeat'/> <xs:enumeration value='github'/> <xs:enumeration value='gitlab'/> <xs:enumeration value='gitorious'/> @@ -287,7 +285,6 @@ <xs:enumeration value='pear'/> <xs:enumeration value='pecl'/> <xs:enumeration value='pypi'/> - <xs:enumeration value='rubyforge'/> <xs:enumeration value='rubygems'/> <xs:enumeration value='sourceforge'/> <xs:enumeration value='sourceforge-jp'/> |