diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-04 21:52:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-04 21:54:10 +1200 |
commit | 3805cad630b5465affd945d08ea92f9a37bf8945 (patch) | |
tree | 2a597f4257502e78760582cf44d87df472212b10 /dev-perl/Dist-Zilla-Plugin-RPM | |
parent | sys-auth/pambase: Drop old (diff) | |
download | gentoo-3805cad630b5465affd945d08ea92f9a37bf8945.tar.gz gentoo-3805cad630b5465affd945d08ea92f9a37bf8945.tar.bz2 gentoo-3805cad630b5465affd945d08ea92f9a37bf8945.zip |
dev-perl/Dist-Zilla-Plugin-RPM: Bump to version 0.16.0
- EAPI7
Upstream:
- Fix broken IPC::Run::run call for push_command
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-RPM')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-RPM/Manifest | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild new file mode 100644 index 000000000000..34667f9a569b --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SKYSYMBOL +DIST_VERSION=0.016 +inherit perl-module + +DESCRIPTION="Build an RPM from your Dist::Zilla release" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Dist-Zilla + virtual/perl-File-Temp + dev-perl/IPC-Run + dev-perl/Moose + dev-perl/Moose-Autobox + dev-perl/Path-Class + dev-perl/Path-Tiny + dev-perl/Text-Template + dev-perl/namespace-autoclean + app-arch/rpm +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/File-Which + dev-perl/Test-Differences + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest index fde917e57ee1..d284b9c84512 100644 --- a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest +++ b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest @@ -1 +1,2 @@ DIST Dist-Zilla-Plugin-RPM-0.015.tar.gz 14550 BLAKE2B efbc7e37f1c07520f45768dd72b88267aa0e6827a04535911f089cce662d98f65863fc186a2d705db6b290be9f3a2d679a4cf4fd7dd1f0360f27da7a81c895dc SHA512 e3369ef05d8f6b4ad5e6b2d88646ac64129ef81e9f46a95b537ab539b6540ee9d34e6a63ba719f8bebdf4a2167074e542f1b94671169c779e3163774b0300023 +DIST Dist-Zilla-Plugin-RPM-0.016.tar.gz 14436 BLAKE2B a2b23390869e5f4d61fd92fd69774e316d0f5406c685e3d0eeb33b5e57699b304957f44b3c39babea4f79d08ac1c41c1a002a3960daf03cb8cc754d6fe5b3eb3 SHA512 44b4dfabf5bb09df65092b9be8fa78ef80fa221f30cd2b30303ea44cf736e8a47a4d87d7686b47d2ff2fc6b744a0349a4ca4407a62bcc0ba7364296cc1028ba3 |