summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-24 19:50:30 +0200
committerUlrich Müller <ulm@gentoo.org>2022-05-24 19:50:30 +0200
commita3f459e2cd8ff001145f7084d664691d51a92fe8 (patch)
tree46a849e4eff324e37fcacc26d6a68e110b8caea1
parentLICENCE: Change to MIT (diff)
downloadnxml-gentoo-schemas-a3f459e2cd8ff001145f7084d664691d51a92fe8.tar.gz
nxml-gentoo-schemas-a3f459e2cd8ff001145f7084d664691d51a92fe8.tar.bz2
nxml-gentoo-schemas-a3f459e2cd8ff001145f7084d664691d51a92fe8.zip
metadata.rnc: Update from DTDnxml-gentoo-schemas-20220524
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--metadata.rnc13
1 files changed, 5 insertions, 8 deletions
diff --git a/metadata.rnc b/metadata.rnc
index 3705f90..8deae47 100644
--- a/metadata.rnc
+++ b/metadata.rnc
@@ -95,8 +95,6 @@ attlist.remote-id &=
| "cpe"
| "cran"
| "ctan"
- | "freecode"
- | "freshmeat"
| "gentoo"
| "github"
| "gitlab"
@@ -104,13 +102,12 @@ attlist.remote-id &=
| "google-code"
| "heptapod"
| "launchpad"
+ | "osdn"
| "pear"
| "pecl"
| "pypi"
- | "rubyforge"
| "rubygems"
| "sourceforge"
- | "sourceforge-jp"
| "vim"
}
# category/package information for cross-linking in descriptions
@@ -122,7 +119,7 @@ attlist.cat &= empty
# Common attributes
# the lang attribute, specifies the language of this tag in the
-# form of a ISO 639-1 language code. This is only useful for
+# form of an IETF (BCP 47) language tag. This is only useful for
# descriptions of various kinds. If a tag with this attribute is
# included there must be a description in the default language "en"
attlist.description &=
@@ -131,14 +128,14 @@ attlist.longdescription &=
[ a:defaultValue = "en" ] attribute lang { text }?
attlist.slots &= [ a:defaultValue = "en" ] attribute lang { text }?
attlist.use &= [ a:defaultValue = "en" ] attribute lang { text }?
-# The restrict attribute, this attribute specifies restrictions on
-# the applicability of tags on versions. The format of this attribute is
+# The restrict attribute, this attribute specifies restrictions on
+# the applicability of tags on versions. The format of this attribute is
# equal to the format of DEPEND lines in ebuilds. Only package
# dependency specifications conforming to EAPI=0 syntax are allowed.
# The dependency specification may only contain references to the
# package itself and no other package.
#
-# For required tags, there must be either an unrestricted version, or a
+# For required tags, there must be either an unrestricted version, or a
# version that is default restricted.
attlist.maintainer &= attribute restrict { text }?
attlist.longdescription &= attribute restrict { text }?