dev-perl/Dist-Zilla-Plugin-Meta-Contributors: Add w/ v=0.3.0

Required by app-admin/rex-9999

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-04-17 02:19:39 +12:00
parent d840ce933a
commit 63e3cf8ee5
3 changed files with 38 additions and 0 deletions

View File

@@ -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
)
"

View File

@@ -0,0 +1 @@
DIST Dist-Zilla-Plugin-Meta-Contributors-0.003.tar.gz 14141 BLAKE2B e4aba155af7e193e66c81dfb14ed76e625d94c923900643647e865bac9a2756a08dd177777c9bc61393c27e582a96faf0c82963342977208a16c6a8b851ccf9c SHA512 7a22ea5f0d58e71a6725e42a86f7b5a30657ab0e5bcedd438875422f71cdf347508f29e7c739e797ced662927b9ac01ae53e7b3ceba5e6cff3ad13e067acfbd9

View File

@@ -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>