diff options
-rw-r--r-- | dev-perl/X11-Protocol-Other/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/X11-Protocol-Other/X11-Protocol-Other-31.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/X11-Protocol-Other/metadata.xml | 12 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/X11-Protocol-Other/Manifest b/dev-perl/X11-Protocol-Other/Manifest new file mode 100644 index 000000000000..bf7b9ac38a18 --- /dev/null +++ b/dev-perl/X11-Protocol-Other/Manifest @@ -0,0 +1 @@ +DIST X11-Protocol-Other-31.tar.gz 271459 BLAKE2B 88534e2dc0c52709c307695970e558403acdc3e57c497373746fb7ac7874fcbafbe6ca8efe807aaa2460b09c05decb15d4d1cd164227acd3ff6e272e65d70da5 SHA512 e9fb0df63a2b920d1348fd5b725f1aa68ad8bf6a6d16cea80ed6c2da9ccbbaabb4daa09eec09276efe74cc75575b1207e883b3ec4286a729ce71d3eeea9bc80a diff --git a/dev-perl/X11-Protocol-Other/X11-Protocol-Other-31.ebuild b/dev-perl/X11-Protocol-Other/X11-Protocol-Other-31.ebuild new file mode 100644 index 000000000000..e5f5364e0311 --- /dev/null +++ b/dev-perl/X11-Protocol-Other/X11-Protocol-Other-31.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR="KRYDE" +inherit perl-module + +DESCRIPTION="X11 Protocol related components not included in dev-perl/X11-Protocol" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-perl/X11-Protocol" +DEPEND="${RDEPEND}" diff --git a/dev-perl/X11-Protocol-Other/metadata.xml b/dev-perl/X11-Protocol-Other/metadata.xml new file mode 100644 index 000000000000..ba462d827164 --- /dev/null +++ b/dev-perl/X11-Protocol-Other/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>jaco@uls.co.za</email> + <name>Jaco Kroon</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |