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 5E927138AE9 for ; Tue, 26 Dec 2017 08:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A1FE0DA6; 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 3BC06E0DA6 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 4471D33FE49 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 8D954AE9D 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: <1514278086.7fc77255c94d032ccbbf0ed2e70ec4d509c21126.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Params-Util/Manifest dev-perl/Params-Util/Params-Util-1.70.0.ebuild X-VCS-Directories: dev-perl/Params-Util/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7fc77255c94d032ccbbf0ed2e70ec4d509c21126 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: d544d179-8c42-4243-8171-f7f7e20e6e55 X-Archives-Hash: 97e6ebd2f427ce7584bdd2b899ab1fdf commit: 7fc77255c94d032ccbbf0ed2e70ec4d509c21126 Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 24 08:12:21 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Dec 26 08:48:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc77255 dev-perl/Params-Util: Bump to version 1.70.0 - EAPI6 - Parallelize tests Upstream: - Disable XS on cygwin Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Params-Util/Manifest | 1 + dev-perl/Params-Util/Params-Util-1.70.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-perl/Params-Util/Manifest b/dev-perl/Params-Util/Manifest index 5bf55b2ccb3..d7b5c981164 100644 --- a/dev-perl/Params-Util/Manifest +++ b/dev-perl/Params-Util/Manifest @@ -1 +1,2 @@ DIST Params-Util-1.06.tar.gz 40584 BLAKE2B 7ae01ed17b6efc8e436ceb4b62120673a73b51d64b03eb64c358753ff2b88bdbbfef43e0ad59d3171b8c0219c4bf2b4c6db01986e2fb924f87900a138d5b9f44 SHA512 6ff5e5280c29ac8f31d8ec43925ed5dadc02e3bba18797a9fa27d39fa284d2b1cde300db6ffe1ba8e141465fd8b5f984d36fcae4dc1f3121903d2bb75fff4d5c +DIST Params-Util-1.07.tar.gz 40726 BLAKE2B 96d84eaab47a880520b666e5410215003f498b6a4b66d7b3df25a0d9bd2ee3d5ecb655da37e17174d3e4dccde7143bab3cf2f197799de6f6ca64dfaee3fb78d4 SHA512 ff471b01b33414fc5e1c68d97c21171a95d3418c33e3c45f9910cc768898690e35051506a83ad9403a200336654c14b8efc9d471c4b3fe3321047a7603d6fd56 diff --git a/dev-perl/Params-Util/Params-Util-1.70.0.ebuild b/dev-perl/Params-Util/Params-Util-1.70.0.ebuild new file mode 100644 index 00000000000..aa0d5506870 --- /dev/null +++ b/dev-perl/Params-Util/Params-Util-1.70.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ADAMK +DIST_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Utility functions to aid in parameter checking" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=">=virtual/perl-Scalar-List-Utils-1.180.0" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-CBuilder-0.270.0 + >=virtual/perl-ExtUtils-MakeMaker-6.520.0 + >=virtual/perl-File-Spec-0.800.0 + test? ( virtual/perl-Test-Simple ) +"