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/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild | |
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/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild | 44 |
1 files changed, 44 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" +) |