diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 06:08:04 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 13:39:06 +1300 |
commit | 4ff625fff02823ec6ccc2e3bd1238d5af8290b43 (patch) | |
tree | e2112098986df877fdb792cecd52f3293fe38e1b /dev-perl/List-AllUtils | |
parent | dev-perl/List-SomeUtils: Add w/ version 0.530.0 (diff) | |
download | gentoo-4ff625fff02823ec6ccc2e3bd1238d5af8290b43.tar.gz gentoo-4ff625fff02823ec6ccc2e3bd1238d5af8290b43.tar.bz2 gentoo-4ff625fff02823ec6ccc2e3bd1238d5af8290b43.zip |
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
Diffstat (limited to 'dev-perl/List-AllUtils')
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/Manifest | 1 |
2 files changed, 29 insertions, 0 deletions
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 000000000000..963640f36239 --- /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 a82d1bc180b2..a8616e9ea3b1 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 |