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 6443C139089 for ; Sun, 8 Jan 2017 03:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 306F7E0C7C; Sun, 8 Jan 2017 03:52:15 +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 EAAE8E0C7C for ; Sun, 8 Jan 2017 03:52:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9E7A8341586 for ; Sun, 8 Jan 2017 03:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD752624 for ; Sun, 8 Jan 2017 03:52:11 +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: <1483845275.df4da8ff569ea01f3fc2b0bbf9b26f2555a8fdbd.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.220.0.ebuild X-VCS-Directories: dev-perl/Params-ValidationCompiler/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: df4da8ff569ea01f3fc2b0bbf9b26f2555a8fdbd X-VCS-Branch: master Date: Sun, 8 Jan 2017 03:52:11 +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: bb492004-390d-4a93-a4b7-c86eede904ac X-Archives-Hash: 84f98874dca8bc0f90ee46103863a8a6 commit: df4da8ff569ea01f3fc2b0bbf9b26f2555a8fdbd Author: Kent Fredric gentoo org> AuthorDate: Sun Jan 8 03:14:35 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jan 8 03:14:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4da8ff dev-perl/Params-ValidationCompiler: Bump to version 0.220.0 (masked) Upstream: - Load B explicitly Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Params-ValidationCompiler/Manifest | 1 + .../Params-ValidationCompiler-0.220.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest index b903edd..5a81e6b 100644 --- a/dev-perl/Params-ValidationCompiler/Manifest +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -1 +1,2 @@ DIST Params-ValidationCompiler-0.20.tar.gz 39926 SHA256 bff602a1819d5400884d65ad9df7622394c8b44db3553a86e5b54416d89c2d94 SHA512 c3d6e48dc24aca2c91fe42a7cd74232f98f5fd2deddc5b4a4115a3100e294351ffd20112ec6e408932a9f88ffaa60f6ff5cb8ae891717de2d9a8f3bceab5494d WHIRLPOOL 43448af29139a64d188277412b3511761c37077b10f7734cdab2d681a3b7d21fd100d4e2e7e1d561e4a9ecae91b037aa7e782ca7cbad9851b29810f887cae2fb +DIST Params-ValidationCompiler-0.22.tar.gz 39995 SHA256 bbec2b029e8f07801916b8ead4df5016a24daacac7a680f78dfcf70bd8d5f847 SHA512 078b54bc18e840dc19b0cb9f2507728c2977d22276c3ed7b239ea31db91188eac3de69229884a150093c6d70d07872906c545eb044c9d360b96de438c23adf9c WHIRLPOOL ffe4f61faac4aa8ca980ee5a8f72bda04a4b11f1fb183ff25ba42f40e75d2730f8ec316a77e1effb17dc65893bd8172007544d4c67f31d44dc6eb9c9e9984d3b diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.220.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.220.0.ebuild new file mode 100644 index 00000000..65eae56 --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.220.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.22 +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 + ) +"