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 0C01F139084 for ; Tue, 26 Dec 2017 08:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D73F2E0DEE; Tue, 26 Dec 2017 08:48:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0A26E0DEE for ; Tue, 26 Dec 2017 08:48: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A51A33FE60 for ; Tue, 26 Dec 2017 08:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B449DAE9F for ; Tue, 26 Dec 2017 08:48:21 +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: <1514278087.abdc82949e1e505609d25f141723b6fd2c071f10.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.260.0.ebuild X-VCS-Directories: dev-perl/Params-ValidationCompiler/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: abdc82949e1e505609d25f141723b6fd2c071f10 X-VCS-Branch: master Date: Tue, 26 Dec 2017 08:48:21 +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: 42d65846-4aa8-406e-b333-1e9f355c9a94 X-Archives-Hash: 681e16eb74611b2ee3d1793ea40a3e29 commit: abdc82949e1e505609d25f141723b6fd2c071f10 Author: Kent Fredric gentoo org> AuthorDate: Tue Dec 26 06:38:50 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Dec 26 08:48:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdc8294 dev-perl/Params-ValidationCompiler: Bump to version 0.260.0 - Fix LICENSE Upstream: - Show subroutine name in Exception messages - All exceptions now include stack traces by default - Fix test failures when Sub::Util not installed Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Params-ValidationCompiler/Manifest | 1 + .../Params-ValidationCompiler-0.260.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest index 731ed4449ef..814965b4068 100644 --- a/dev-perl/Params-ValidationCompiler/Manifest +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -1 +1,2 @@ DIST Params-ValidationCompiler-0.24.tar.gz 43439 BLAKE2B ff9a63fd63751ad929f92b5bde06a245ade4893eab5023a0452046790a00cce9e6d92bfaa8651f49231d2da3470b0b0527d36218bd923803351d300b533a0370 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 +DIST Params-ValidationCompiler-0.26.tar.gz 44588 BLAKE2B 8dc61a15e7a559ead00f6e9a4c05c0eb17f14cebfc29ad69db2c0c4814eab9ee84312cfa98c4683b9b7c6487af5c47afa47cf33600a1209195cb8e7b016dc657 SHA512 f393b1cf063ea4e504ddbc863b4f478924b071810431b7817bf6faeb1fe632cbd493bc2e96033dccc99c4ecb5fdba072044f90387c92f262b54cf8f0b0386c0b diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild new file mode 100644 index 00000000000..ff6204bbfcc --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.26 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +LICENSE="Artistic-2" +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-0.0.72 + dev-perl/Test2-Plugin-NoWarnings + ) +"