summaryrefslogtreecommitdiff
path: root/metadata/dtd/metadata.dtd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /metadata/dtd/metadata.dtd
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'metadata/dtd/metadata.dtd')
-rw-r--r--metadata/dtd/metadata.dtd14
1 files changed, 7 insertions, 7 deletions
diff --git a/metadata/dtd/metadata.dtd b/metadata/dtd/metadata.dtd
index 3b8d7be58414..581943e1c7ec 100644
--- a/metadata/dtd/metadata.dtd
+++ b/metadata/dtd/metadata.dtd
@@ -58,17 +58,17 @@
<!ELEMENT bugs-to (#PCDATA)>
<!-- specify a type of package identification tracker -->
<!ELEMENT remote-id (#PCDATA)>
- <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|freecode|freshmeat|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED>
+ <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|vim) #REQUIRED>
<!-- category/package information for cross-linking in descriptions
and useflag descriptions -->
<!ELEMENT pkg (#PCDATA) >
<!ELEMENT cat (#PCDATA) >
-
+
<!-- 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 lang CDATA "en" >
@@ -76,14 +76,14 @@
<!ATTLIST slots lang CDATA "en" >
<!ATTLIST use lang CDATA "en" >
-<!-- 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 restrict CDATA #IMPLIED >
<!ATTLIST longdescription restrict CDATA #IMPLIED >