Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-ValidationCompiler/
Date: Sun, 09 Apr 2017 19:02:31
Message-Id: 1491764534.7953eae2e1db310d575ac32c0f0a8f37f2e4207b.kentnl@gentoo
1 commit: 7953eae2e1db310d575ac32c0f0a8f37f2e4207b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 9 19:01:12 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 9 19:02:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7953eae2
7
8 dev-perl/Params-ValidationCompiler: Remove old masked
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-perl/Params-ValidationCompiler/Manifest | 1 -
13 .../Params-ValidationCompiler-0.230.0.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest
17 index 4fd0276293f..3d47910c1ed 100644
18 --- a/dev-perl/Params-ValidationCompiler/Manifest
19 +++ b/dev-perl/Params-ValidationCompiler/Manifest
20 @@ -1,2 +1 @@
21 -DIST Params-ValidationCompiler-0.23.tar.gz 43078 SHA256 e357b63e28950519f227a5b45e4ac1c487cbc6c1bb67c09a8d3698ee9f289230 SHA512 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677 WHIRLPOOL 888e872c78ea45a959ec467a1872f597a7305f5dee222155e2a5d158f58aea901849cedf81f6147291173870302bbea00d89dea23272dce9d1fb64c2268326ed
22 DIST Params-ValidationCompiler-0.24.tar.gz 43439 SHA256 a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 WHIRLPOOL 61aa49a18a14cb11398db27219ee565f80b3ca2640954b378648eb1bbb955638f9c1f738aced9d66780fb522d449a425459f22fea6e6f4983bbe2beb18e8c3ae
23
24 diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild
25 deleted file mode 100644
26 index 6f9722de02e..00000000000
27 --- a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.230.0.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DIST_AUTHOR=DROLSKY
36 -DIST_VERSION=0.23
37 -DIST_EXAMPLES=("eg/*")
38 -inherit perl-module
39 -
40 -DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="test"
44 -
45 -RDEPEND="
46 - virtual/perl-Carp
47 - dev-perl/Eval-Closure
48 - dev-perl/Exception-Class
49 - virtual/perl-Exporter
50 - >=virtual/perl-Scalar-List-Utils-1.400.0
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/perl-ExtUtils-MakeMaker
54 - test? (
55 - virtual/perl-File-Spec
56 - >=dev-perl/Specio-0.140.0
57 - >=virtual/perl-Test-Simple-1.302.15
58 - dev-perl/Test-Without-Module
59 - dev-perl/Test2-Suite
60 - dev-perl/Test2-Plugin-NoWarnings
61 - )
62 -"