public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] add apache to metadata.xsd
@ 2022-11-24 12:35 Volkmar W. Pogatzki
  0 siblings, 0 replies; only message in thread
From: Volkmar W. Pogatzki @ 2022-11-24 12:35 UTC (permalink / raw
  To: gentoo-dev

There are many packages hosted on <package>.apache.org like e.g.

dev-java/log4j-core -> https://logging.apache.org/log4j/2.x/
dev-java/pdfbox -> https://pdfbox.apache.org/
net-libs/serf -> https://serf.apache.org/

A new Upstream <remote-id type="apache"> would allow setting remote-id to the
correct value for those packages.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
---
 metadata.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata.xsd b/metadata.xsd
index 3812045..7d05234 100644
--- a/metadata.xsd
+++ b/metadata.xsd
@@ -270,6 +270,7 @@
 
 	<xs:simpleType name='upstreamRemoteIdTypeAttrType'>
 		<xs:restriction base='xs:token'>
+			<xs:enumeration value='apache'/>
 			<xs:enumeration value='bitbucket'/>
 			<xs:enumeration value='cpan'/>
 			<xs:enumeration value='cpan-module'/>
-- 
2.37.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-24 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 12:35 [gentoo-dev] [PATCH] add apache to metadata.xsd Volkmar W. Pogatzki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox