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: Tue, 14 Feb 2017 05:22:32
Message-Id: 1487049705.bdc2182a4aca7819fedcb59d47556f197e237ff0.kentnl@gentoo
1 commit: bdc2182a4aca7819fedcb59d47556f197e237ff0
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 05:21:45 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 05:21:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc2182a
7
8 dev-perl/Params-ValidationCompiler: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-perl/Params-ValidationCompiler/Manifest | 1 -
13 .../Params-ValidationCompiler-0.220.0.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest
17 index 6ff3307294..6e34746c70 100644
18 --- a/dev-perl/Params-ValidationCompiler/Manifest
19 +++ b/dev-perl/Params-ValidationCompiler/Manifest
20 @@ -1,2 +1 @@
21 -DIST Params-ValidationCompiler-0.22.tar.gz 39995 SHA256 bbec2b029e8f07801916b8ead4df5016a24daacac7a680f78dfcf70bd8d5f847 SHA512 078b54bc18e840dc19b0cb9f2507728c2977d22276c3ed7b239ea31db91188eac3de69229884a150093c6d70d07872906c545eb044c9d360b96de438c23adf9c WHIRLPOOL ffe4f61faac4aa8ca980ee5a8f72bda04a4b11f1fb183ff25ba42f40e75d2730f8ec316a77e1effb17dc65893bd8172007544d4c67f31d44dc6eb9c9e9984d3b
22 DIST Params-ValidationCompiler-0.23.tar.gz 43078 SHA256 e357b63e28950519f227a5b45e4ac1c487cbc6c1bb67c09a8d3698ee9f289230 SHA512 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677 WHIRLPOOL 888e872c78ea45a959ec467a1872f597a7305f5dee222155e2a5d158f58aea901849cedf81f6147291173870302bbea00d89dea23272dce9d1fb64c2268326ed
23
24 diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.220.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.220.0.ebuild
25 deleted file mode 100644
26 index 65eae56bf1..0000000000
27 --- a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.220.0.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=DROLSKY
37 -DIST_VERSION=0.22
38 -DIST_EXAMPLES=("eg/*")
39 -inherit perl-module
40 -
41 -DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="test"
45 -
46 -RDEPEND="
47 - virtual/perl-Carp
48 - dev-perl/Eval-Closure
49 - dev-perl/Exception-Class
50 - virtual/perl-Exporter
51 - >=virtual/perl-Scalar-List-Utils-1.400.0
52 -"
53 -DEPEND="${RDEPEND}
54 - virtual/perl-ExtUtils-MakeMaker
55 - test? (
56 - virtual/perl-File-Spec
57 - >=dev-perl/Specio-0.140.0
58 - >=virtual/perl-Test-Simple-1.302.15
59 - dev-perl/Test-Without-Module
60 - dev-perl/Test2-Suite
61 - dev-perl/Test2-Plugin-NoWarnings
62 - )
63 -"