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