diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-05-01 14:20:22 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-05-04 02:48:07 +1200 |
commit | aa848b9d6d71f2c339a9547ef5a13b7d97448e08 (patch) | |
tree | cce847d8d293c8c7af86d22cb54e18ac2c16607c /dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild | |
parent | dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod: Add w/v=0.163.250 (diff) | |
download | gentoo-aa848b9d6d71f2c339a9547ef5a13b7d97448e08.tar.gz gentoo-aa848b9d6d71f2c339a9547ef5a13b7d97448e08.tar.bz2 gentoo-aa848b9d6d71f2c339a9547ef5a13b7d97448e08.zip |
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>
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild')
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild new file mode 100644 index 000000000000..2d216cc280c1 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild @@ -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" +) diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest new file mode 100644 index 000000000000..1d686618c13a --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest @@ -0,0 +1 @@ +DIST Dist-Zilla-Plugin-CopyFilesFromBuild-0.170880.tar.gz 19810 BLAKE2B cf81e1b3352f2e7c5a7e7da7ebfd1af6cc326b8b97f0b04338db6a26945aa418185016ad1af646cc7adb39a3ce3cf4b72ebe9b9de9e43471fcf28ccf8ddfd96c SHA512 b54b0547ac2955ae9ffdea1c53f77516e487fd7e7f00a22e5a0eb5d16d1f2f540d0036642bf160dbf93d74bacac879d4d9265578053b4244f469f5ace8ca38b3 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml new file mode 100644 index 000000000000..5ac9c3ffb54d --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml @@ -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> |