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 46244139695 for ; Sun, 19 Mar 2017 00:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DC0821C054; Sun, 19 Mar 2017 00:39:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3C1E321C088 for ; Sun, 19 Mar 2017 00:39:16 +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 5242A341398 for ; Sun, 19 Mar 2017 00:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4486D0E for ; Sun, 19 Mar 2017 00:39:13 +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: <1489883946.4ff625fff02823ec6ccc2e3bd1238d5af8290b43.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/List-AllUtils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild dev-perl/List-AllUtils/Manifest X-VCS-Directories: dev-perl/List-AllUtils/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4ff625fff02823ec6ccc2e3bd1238d5af8290b43 X-VCS-Branch: master Date: Sun, 19 Mar 2017 00:39:13 +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: 5eb94c5e-9d9c-40d6-974c-628a6ff52aea X-Archives-Hash: c12c35b28d3e4a13f1333f2d165fad4d commit: 4ff625fff02823ec6ccc2e3bd1238d5af8290b43 Author: Kent Fredric gentoo org> AuthorDate: Sat Mar 18 17:08:04 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Mar 19 00:39:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff625ff dev-perl/List-AllUtils: Bump to version 0.140.0 Upstream: - Replace List::MoreUtils with List::SomeUtils - Add List::UtilsBy - Fix subroutine redefinition warnings in tests so as not to cause spurious failures. Keywording: - New deps, keywords dropped: alpha amd64-fbsd arm arm64 hppa ia64 ppc ppc64 sparc x86-fbsd Package-Manager: Portage-2.3.4, Repoman-2.3.2 .../List-AllUtils/List-AllUtils-0.140.0.ebuild | 28 ++++++++++++++++++++++ dev-perl/List-AllUtils/Manifest | 1 + 2 files changed, 29 insertions(+) diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild new file mode 100644 index 00000000000..963640f3623 --- /dev/null +++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.14 +inherit perl-module + +DESCRIPTION="Combines many List::* utility modules in one bite-sized package" + +SLOT="0" +KEYWORDS="~amd64 ~m68k ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +LICENSE="Artistic-2" +IUSE="test" + +RDEPEND=" + >=dev-perl/List-SomeUtils-0.500.0 + >=virtual/perl-Scalar-List-Utils-1.450.0 + >=dev-perl/List-UtilsBy-0.100.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/List-AllUtils/Manifest b/dev-perl/List-AllUtils/Manifest index a82d1bc180b..a8616e9ea3b 100644 --- a/dev-perl/List-AllUtils/Manifest +++ b/dev-perl/List-AllUtils/Manifest @@ -1 +1,2 @@ DIST List-AllUtils-0.08.tar.gz 19283 SHA256 27ddc2f0d47656cd3e08846ffe19f765bbd6c1d0e3c751ce4bb704e2b0b7ad1f SHA512 112591ad2c0ecfdbe2757e96827d5ea8f6d2b47491ace9ba406270fb6d15626a28da2381ef27231c61b7b4b42dc1bdeb323defa751d9a5cd20ca2cf489cd28e3 WHIRLPOOL e8191107c7f1a7beaf43e08fabd84ace25c4a6b5859e1eefb8c0b4a378abcf3620f2c0fd15f3b2a412dc5a9d757f6d905b2e849461e5d833662eb3cdc13d91a5 +DIST List-AllUtils-0.14.tar.gz 44358 SHA256 e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd SHA512 1a9a292cf92cfe24d8aeb5154fb55e399eebca1063393d001bdd3c5dc19d4672012c1e0ccd84be06c12a6f1fc99021e35806ec943e5477cbf87d143b7fc2c17a WHIRLPOOL 71a5371ff6cd1dddd989ce5e64207dc392f9f0d865e375c42f33cebfd17e0934c834d6bbdc0c817f532d8281b778bee7bae1a1ac6215e5c454bcf524d242b42f