forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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"
- Loading branch information
1 parent
d9ab683
commit 972a2e7
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
" |