dev-perl/Dist-Zilla-Plugin-Meta-Contributors: Add w/ v=0.3.0
authorKent Fredric <kentnl@gentoo.org>
Thu, 16 Apr 2020 14:19:39 +0000 (02:19 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 16 Apr 2020 16:55:29 +0000 (04:55 +1200)
Required by app-admin/rex-9999

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Manifest [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-Meta-Contributors/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
new file mode 100644 (file)
index 0000000..5c4b446
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="Generate an x_contributors section in distribution metadata"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+       dev-perl/Dist-Zilla
+       dev-perl/Moose
+"
+BDEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+       test? (
+               virtual/perl-File-Spec
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Manifest b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Manifest
new file mode 100644 (file)
index 0000000..b3f0c7a
--- /dev/null
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Meta-Contributors-0.003.tar.gz 14141 BLAKE2B e4aba155af7e193e66c81dfb14ed76e625d94c923900643647e865bac9a2756a08dd177777c9bc61393c27e582a96faf0c82963342977208a16c6a8b851ccf9c SHA512 7a22ea5f0d58e71a6725e42a86f7b5a30657ab0e5bcedd438875422f71cdf347508f29e7c739e797ced662927b9ac01ae53e7b3ceba5e6cff3ad13e067acfbd9
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/metadata.xml
new file mode 100644 (file)
index 0000000..1d0548a
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Dist-Zilla-Plugin-Meta-Contributors</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Meta::Contributors</remote-id>
+  </upstream>
+</pkgmetadata>