commit: e9c878211c24ac253508cc2e799c6825e5674402
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 15:59:29 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 17:33:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e9c87821
repoman: add gentoo to remote-id type
There is no way to presently declare that Gentoo itself is
the upstream hosting location for a given package. Add
'gentoo' option to the remote-id type attribute to cover
such a case.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
repoman/cnf/metadata.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/repoman/cnf/metadata.xsd b/repoman/cnf/metadata.xsd
index 0ead09e..33ff58e 100644
--- a/repoman/cnf/metadata.xsd
+++ b/repoman/cnf/metadata.xsd
@@ -256,6 +256,7 @@
<xs:enumeration value='ctan'/>
<xs:enumeration value='freecode'/>
<xs:enumeration value='freshmeat'/>
+ <xs:enumeration value='gentoo'/>
<xs:enumeration value='github'/>
<xs:enumeration value='gitlab'/>
<xs:enumeration value='gitorious'/>