Skip to content

Commit

Permalink
dev-perl/Dist-Zilla-Plugin-RPM: Bump to version 0.16.0
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
kentfredric committed Aug 4, 2020
1 parent 414ee4d commit 3805cad
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
)
"
1 change: 1 addition & 0 deletions dev-perl/Dist-Zilla-Plugin-RPM/Manifest
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3805cad

Please sign in to comment.