* [gentoo-dev] [PATCH data/xml-schema] metadata.xsd: Allow <remote-id type="srht"/>
@ 2022-01-01 14:25 Anna Vyalkova
2022-01-01 14:27 ` [gentoo-dev] [PATCH data/dtd] metadata.dtd: " Anna Vyalkova
0 siblings, 1 reply; 2+ messages in thread
From: Anna Vyalkova @ 2022-01-01 14:25 UTC (permalink / raw
To: gentoo-dev
Bug: https://bugs.gentoo.org/808779
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
metadata.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/metadata.xsd b/metadata.xsd
index c91584d..673fc1d 100644
--- a/metadata.xsd
+++ b/metadata.xsd
@@ -291,6 +291,7 @@
<xs:enumeration value='rubygems'/>
<xs:enumeration value='sourceforge'/>
<xs:enumeration value='sourceforge-jp'/>
+ <xs:enumeration value='srht'/>
<xs:enumeration value='vim'/>
</xs:restriction>
</xs:simpleType>
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-dev] [PATCH data/dtd] metadata.dtd: Allow <remote-id type="srht"/>
2022-01-01 14:25 [gentoo-dev] [PATCH data/xml-schema] metadata.xsd: Allow <remote-id type="srht"/> Anna Vyalkova
@ 2022-01-01 14:27 ` Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-01-01 14:27 UTC (permalink / raw
To: gentoo-dev
Bug: https://bugs.gentoo.org/808779
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
metadata.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata.dtd b/metadata.dtd
index 3b8d7be..9808edf 100644
--- a/metadata.dtd
+++ b/metadata.dtd
@@ -58,7 +58,7 @@
<!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|freecode|freshmeat|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|srht|vim) #REQUIRED>
<!-- category/package information for cross-linking in descriptions
and useflag descriptions -->
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-01 14:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01 14:25 [gentoo-dev] [PATCH data/xml-schema] metadata.xsd: Allow <remote-id type="srht"/> Anna Vyalkova
2022-01-01 14:27 ` [gentoo-dev] [PATCH data/dtd] metadata.dtd: " Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox