summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-10 07:01:12 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-10 07:02:14 +1200
commit7953eae2e1db310d575ac32c0f0a8f37f2e4207b (patch)
treed44fafe67fd564968eaea7224d561634d5edfaa2 /dev-perl/Params-ValidationCompiler
parentdev-perl/Params-ValidationCompiler: Bump to version 0.240.0 (masked) (diff)
downloadgentoo-7953eae2e1db310d575ac32c0f0a8f37f2e4207b.tar.gz
gentoo-7953eae2e1db310d575ac32c0f0a8f37f2e4207b.tar.bz2
gentoo-7953eae2e1db310d575ac32c0f0a8f37f2e4207b.zip
dev-perl/Params-ValidationCompiler: Remove old masked
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Params-ValidationCompiler')
-rw-r--r--dev-perl/Params-ValidationCompiler/Manifest1
-rw-r--r--dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest
index 4fd0276293f5..3d47910c1ed8 100644
--- a/dev-perl/Params-ValidationCompiler/Manifest
+++ b/dev-perl/Params-ValidationCompiler/Manifest
@@ -1,2 +1 @@
-DIST Params-ValidationCompiler-0.23.tar.gz 43078 SHA256 e357b63e28950519f227a5b45e4ac1c487cbc6c1bb67c09a8d3698ee9f289230 SHA512 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677 WHIRLPOOL 888e872c78ea45a959ec467a1872f597a7305f5dee222155e2a5d158f58aea901849cedf81f6147291173870302bbea00d89dea23272dce9d1fb64c2268326ed
DIST Params-ValidationCompiler-0.24.tar.gz 43439 SHA256 a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 WHIRLPOOL 61aa49a18a14cb11398db27219ee565f80b3ca2640954b378648eb1bbb955638f9c1f738aced9d66780fb522d449a425459f22fea6e6f4983bbe2beb18e8c3ae
diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild
deleted file mode 100644
index 6f9722de02e9..000000000000
--- a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.23
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="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
- )
-"