dev-perl/Dist-Zilla-Plugin-ContributorsFile: 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 01:31:20 +12:00
parent b8ab4f2ce9
commit ea13fb6b6e
No known key found for this signature in database
GPG Key ID: 75AE9219A81583B5
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=YANICK
DIST_VERSION=0.3.0
inherit perl-module
DESCRIPTION="add a file listing all contributors"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-Zilla
dev-perl/Moose
"
DEPEND="
dev-perl/Module-Build
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-File-Spec
virtual/perl-IO
>=virtual/perl-Test-Simple-0.880.0
)
"

View File

@ -0,0 +1 @@
DIST Dist-Zilla-Plugin-ContributorsFile-0.3.0.tar.gz 15954 BLAKE2B 8c7bffdb59ba581151a38cba7baf2a5e37b039f36db75e2937a6959b8c8b429f886186c3b02e6c2ba8f0a5f75dc1b930da1aa76f9423e102260ec79a17fb480a SHA512 2f2e6dcadb891f676bb59d07377dfe82cb62a001fc7d5da537d15c70f3ecff91738143891a387494efbbdadafc59f4e9b896607a545f0f691cb8b706368aa56b

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-ContributorsFile</remote-id>
<remote-id type="cpan-module">Dist::Zilla::Plugin::ContributorsFile</remote-id>
</upstream>
</pkgmetadata>