dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild: Add w/v=0.170.880

Required by dev-perl/Dist-Milla, which may be useful for building
dev-perl/App-cpanminus from git sources

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-05-01 14:20:22 +12:00
parent 1af1970b06
commit aa848b9d6d
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=RTHOMPSON
DIST_VERSION=0.170880
inherit perl-module
DESCRIPTION="Copy (or move) specific files after building (for SCM inclusion, etc.)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-Zilla
virtual/perl-IO
dev-perl/Moose
dev-perl/MooseX-Has-Sugar
dev-perl/Path-Tiny
>=virtual/perl-Scalar-List-Utils-1.330.0
dev-perl/Set-Scalar
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Carp
dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
virtual/perl-File-Spec
dev-perl/Test-Exception
dev-perl/Test-Most
>=virtual/perl-Test-Simple-0.940.0
virtual/perl-autodie
)
"
PERL_RM_FILES=(
"t/author-critic.t"
"t/author-pod-coverage.t"
"t/author-pod-syntax.t"
"t/release-has-version.t"
"t/release-kwalitee.t"
"t/release-portability.t"
"t/release-unused-vars.t"
)

View File

@@ -0,0 +1 @@
DIST Dist-Zilla-Plugin-CopyFilesFromBuild-0.170880.tar.gz 19810 BLAKE2B cf81e1b3352f2e7c5a7e7da7ebfd1af6cc326b8b97f0b04338db6a26945aa418185016ad1af646cc7adb39a3ce3cf4b72ebe9b9de9e43471fcf28ccf8ddfd96c SHA512 b54b0547ac2955ae9ffdea1c53f77516e487fd7e7f00a22e5a0eb5d16d1f2f540d0036642bf160dbf93d74bacac879d4d9265578053b4244f469f5ace8ca38b3

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