diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 23:57:14 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 23:57:37 +1200 |
commit | 659fb509c8fb2fea8cb06f738e54f90b9e76c562 (patch) | |
tree | adf68cb51bbda695d13a56337c450cfc82519da1 /dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease | |
parent | sys-fs/udisks: USE="-daemon" still requires sys-libs/libblockdev (diff) | |
download | gentoo-659fb509c8fb2fea8cb06f738e54f90b9e76c562.tar.gz gentoo-659fb509c8fb2fea8cb06f738e54f90b9e76c562.tar.bz2 gentoo-659fb509c8fb2fea8cb06f738e54f90b9e76c562.zip |
dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: Bump to version 0.7.0
Upstream:
- Various packaging updates
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild new file mode 100644 index 000000000000..524bd67c8ed2 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.007 +inherit perl-module + +DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + dev-perl/Dist-Zilla + dev-perl/Moose + >=dev-perl/Path-Tiny-0.70.0 + dev-perl/namespace-autoclean +" +DEPEND=" + dev-perl/Module-Build-Tiny +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + virtual/perl-File-Spec + virtual/perl-Module-Metadata + dev-perl/Test-Deep + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.880.0 + virtual/perl-if + ) +" diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest index 02ea36f0e268..380760f6c1ca 100644 --- a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest @@ -1 +1,2 @@ DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.006.tar.gz 26548 BLAKE2B 2aaa612c3a62e782f9e0ae35d9d1e54324151230f0b111d64927cc0f66ec185956cd5716746b137ffd8f8ff410804500566999f9656963c7731b1b8c2b65dbff SHA512 31ee120a168ae55ba96c5f5399f16a6cc7b7bef5d6c7d55d469f98530a3fa7e46ddc66509f83c25dcb01d425c750d65e364dc0e1065284671e0a2efe5b44d7b2 +DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.007.tar.gz 30175 BLAKE2B be67083902d4e1d9fff23c20aa2df8e770fbeca0c82e04c8e46a189af7faa1eaad7614b93996526c1de69c2f7bf5bb4601b47338436aca165b29a3092806ce41 SHA512 2a68a8c534ad713243552fa62da1f8288b5ebf1c2ce15e9944325a5f99854b6835450f49431d7f5bc36f99d1d843adb75a68f54ced2212971445f2521f0ed586 |