diff options
author | 2021-05-23 09:23:02 +0200 | |
---|---|---|
committer | 2021-05-23 10:01:22 +0200 | |
commit | 37e9e72a495f6524ae107c614f0e2d7059d90ebb (patch) | |
tree | b110218b666d599fe63472a5f18af5a7cc2a0340 /sys-apps/pkgcore/files | |
parent | dev-util/pkgcheck: Remove old (diff) | |
download | gentoo-37e9e72a495f6524ae107c614f0e2d7059d90ebb.tar.gz gentoo-37e9e72a495f6524ae107c614f0e2d7059d90ebb.tar.bz2 gentoo-37e9e72a495f6524ae107c614f0e2d7059d90ebb.zip |
sys-apps/pkgcore: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/pkgcore/files')
-rw-r--r-- | sys-apps/pkgcore/files/pkgcore-0.10.13-metadata-xsd-2.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/pkgcore/files/pkgcore-0.10.13-metadata-xsd-2.patch b/sys-apps/pkgcore/files/pkgcore-0.10.13-metadata-xsd-2.patch deleted file mode 100644 index 84aaf93f73db..000000000000 --- a/sys-apps/pkgcore/files/pkgcore-0.10.13-metadata-xsd-2.patch +++ /dev/null @@ -1,40 +0,0 @@ -From cc7be6516d25cfa27b25b5c0ced6b8a8514d46e5 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Sun, 14 Mar 2021 21:19:46 +0100 -Subject: [PATCH] data: Sync metadata.xsd for proxied="" attr - ---- - data/xml-schema/metadata.xsd | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/data/xml-schema/metadata.xsd b/data/xml-schema/metadata.xsd -index db243abb..d2e3d4ff 100644 ---- a/data/xml-schema/metadata.xsd -+++ b/data/xml-schema/metadata.xsd -@@ -127,6 +127,8 @@ - </xs:choice> - <xs:attribute name='type' type='maintainerTypeAttrType' - use='required'/> -+ <xs:attribute name='proxied' type='maintainerProxiedAttrType' -+ default='no'/> - <xs:attribute name='restrict' type='restrictAttrType' - default=''/> - </xs:complexType> -@@ -138,6 +140,14 @@ - </xs:restriction> - </xs:simpleType> - -+ <xs:simpleType name='maintainerProxiedAttrType'> -+ <xs:restriction base='xs:token'> -+ <xs:enumeration value='yes'/> -+ <xs:enumeration value='no'/> -+ <xs:enumeration value='proxy'/> -+ </xs:restriction> -+ </xs:simpleType> -+ - <xs:complexType name='upstreamMaintainerType'> - <xs:all> - <xs:element name='email' type='emailType' --- -2.30.2 - |