From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9CCA1395E2 for ; Tue, 6 Dec 2016 13:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEE2E21C038; Tue, 6 Dec 2016 13:09:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B68FE21C038 for ; Tue, 6 Dec 2016 13:09:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD66341024 for ; Tue, 6 Dec 2016 13:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8BB4A9 for ; Tue, 6 Dec 2016 13:09:23 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1481029746.61db36439cedb9e0c94193d319fa1c60595a16a9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-ValidationCompiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Params-ValidationCompiler/Manifest dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.200.0.ebuild X-VCS-Directories: dev-perl/Params-ValidationCompiler/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 61db36439cedb9e0c94193d319fa1c60595a16a9 X-VCS-Branch: master Date: Tue, 6 Dec 2016 13:09:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b085c21b-5565-452f-9e99-9701d1093a17 X-Archives-Hash: 5d4c0c88c469f895e152076f78785e3e commit: 61db36439cedb9e0c94193d319fa1c60595a16a9 Author: Kent Fredric gentoo org> AuthorDate: Tue Dec 6 13:06:56 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Dec 6 13:09:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61db3643 dev-perl/Params-ValidationCompiler: Bump to version 0.200.0 (masked) Upstream: - Unknown keys now cause exceptions while validating parameter specifications Package-Manager: portage-2.3.2 dev-perl/Params-ValidationCompiler/Manifest | 1 + .../Params-ValidationCompiler-0.200.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest index 1353737..624fdc4 100644 --- a/dev-perl/Params-ValidationCompiler/Manifest +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -1 +1,2 @@ DIST Params-ValidationCompiler-0.19.tar.gz 38999 SHA256 c6c7e0945269868a2c51d2a48c825a0b267fdf58f55d7841cae63f61b06886ff SHA512 5dc07a93358fdbf7ffe17d3b0a54390013d0161dfa1d3c39a6bfdbe2feff93b61d602dc81534eda7bc3e7c2c32fc873cec2bb1dfe55b0551a88f9e67fd470e76 WHIRLPOOL 5063ea6546379bd19d6fe1b93e557409490b869519b77711319a92bcf55749128d4673fe5a559f872941fc44bbede81b3b8c6fc9b515a68ebbc25c981501555e +DIST Params-ValidationCompiler-0.20.tar.gz 39926 SHA256 bff602a1819d5400884d65ad9df7622394c8b44db3553a86e5b54416d89c2d94 SHA512 c3d6e48dc24aca2c91fe42a7cd74232f98f5fd2deddc5b4a4115a3100e294351ffd20112ec6e408932a9f88ffaa60f6ff5cb8ae891717de2d9a8f3bceab5494d WHIRLPOOL 43448af29139a64d188277412b3511761c37077b10f7734cdab2d681a3b7d21fd100d4e2e7e1d561e4a9ecae91b037aa7e782ca7cbad9851b29810f887cae2fb diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.200.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.200.0.ebuild new file mode 100644 index 00000000..b699842 --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.200.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.20 +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 + ) +"