mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/Test-Perl-Critic: Bump to 1.30.0
- EAPI6 - Cleanup deps Upstream: - all_critic_ok() now parallelized over multiple cores Keywording: - Dropped 1 keyword due to new dependency: ppc Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
This commit is contained in:
committed by
Andreas K. Hüttel
parent
d9ab683874
commit
972a2e700d
@@ -1 +1,2 @@
|
||||
DIST Test-Perl-Critic-1.02.tar.gz 21250 SHA256 89b242ff539034336ed87c11ef3e5ecac47c333a6ab8b46aab4cc449e3739a89 SHA512 af18523fa6ad2ed35114bc5a466c8d92f27cfaca3a32c3fc6d24bdafd6f962187f0f18f5cae96949cb81a4c2f1cac280993c8b5236a8b02ccc130d01c8990348 WHIRLPOOL 507894b4d8e5f92dd4c920f0325e25f9e92a2ff6a750f18823b4f3627f6895d9f3b3eb8dd58b09209f8377ef3e73d13c84bf9554cc58b6efa0d79ef9e7ce9b17
|
||||
DIST Test-Perl-Critic-1.03.tar.gz 21467 SHA256 8f93a2438812bf78190489e92c10a464aa7175eda946390c61806f81afa12039 SHA512 2b6b9e7a73d00c99584853fdc5aef74dea5a581bb4bbe103eb65b086de659cb3328b0e58ec6e64413b76fa37a834083ff0c87cdc02413576f910904e0efd7b30 WHIRLPOOL 5a9d29e078bb0566644936177f16f27af703e9dd7757927c68239d03ab0a653c374ca432dca4e40eacb9b2b1fd772a05292a462f032d6ed1015e2414ab9d1a63
|
||||
|
||||
25
dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild
Normal file
25
dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=THALJEF
|
||||
DIST_VERSION=1.03
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Use Perl::Critic in test programs"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
>=dev-perl/MCE-1.520.0
|
||||
>=dev-perl/Perl-Critic-1.105.0
|
||||
virtual/perl-Test-Simple
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-0.400.0
|
||||
"
|
||||
Reference in New Issue
Block a user