diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-16 01:33:27 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-16 01:45:48 +1200 |
commit | 138215f4a7d01d200d03ec4dd694a6a35a092462 (patch) | |
tree | 8464a3800c3ecce67cbf5a9114ef14beaee4702b /dev-perl/Params-ValidationCompiler | |
parent | dev-perl/Params-Util: Remove old 0.60.0-r1 (diff) | |
download | gentoo-138215f4a7d01d200d03ec4dd694a6a35a092462.tar.gz gentoo-138215f4a7d01d200d03ec4dd694a6a35a092462.tar.bz2 gentoo-138215f4a7d01d200d03ec4dd694a6a35a092462.zip |
dev-perl/Params-ValidationCompiler: Remove old 0.240.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Params-ValidationCompiler')
-rw-r--r-- | dev-perl/Params-ValidationCompiler/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest index 814965b40681..228b4b9b4e85 100644 --- a/dev-perl/Params-ValidationCompiler/Manifest +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -1,2 +1 @@ -DIST Params-ValidationCompiler-0.24.tar.gz 43439 BLAKE2B ff9a63fd63751ad929f92b5bde06a245ade4893eab5023a0452046790a00cce9e6d92bfaa8651f49231d2da3470b0b0527d36218bd923803351d300b533a0370 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 DIST Params-ValidationCompiler-0.26.tar.gz 44588 BLAKE2B 8dc61a15e7a559ead00f6e9a4c05c0eb17f14cebfc29ad69db2c0c4814eab9ee84312cfa98c4683b9b7c6487af5c47afa47cf33600a1209195cb8e7b016dc657 SHA512 f393b1cf063ea4e504ddbc863b4f478924b071810431b7817bf6faeb1fe632cbd493bc2e96033dccc99c4ecb5fdba072044f90387c92f262b54cf8f0b0386c0b diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild deleted file mode 100644 index 3ec917878862..000000000000 --- a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DROLSKY -DIST_VERSION=0.24 -DIST_EXAMPLES=("eg/*") -inherit perl-module - -DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - dev-perl/Eval-Closure - dev-perl/Exception-Class - virtual/perl-Exporter - >=virtual/perl-Scalar-List-Utils-1.400.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - >=dev-perl/Specio-0.140.0 - >=virtual/perl-Test-Simple-1.302.15 - dev-perl/Test-Without-Module - dev-perl/Test2-Suite - dev-perl/Test2-Plugin-NoWarnings - ) -" |