commit:     ea28f7a90887122bca032025898aa17dd1c58de8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 10:04:16 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 11:55:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea28f7a9

dev-perl/List-MoreUtils: Bump to version 0.428.0

- EAPI7

Upstream:
- Fix upgrade issues on CPAN around LMU 0.416 split
- Fix Pure-Perl `pairwise` to add `undef`'s to pairs when array-sizes
  differ.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../List-MoreUtils/List-MoreUtils-0.428.0.ebuild   | 32 ++++++++++++++++++++++
 dev-perl/List-MoreUtils/Manifest                   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
new file mode 100644
index 00000000000..8b243283980
--- /dev/null
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=0.428
+inherit perl-module
+
+DESCRIPTION="Provide the missing functionality from List::Util"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="test +xs"
+RESTRICT="!test? ( test )"
+# See MoreUtils.pm/LICENSE
+LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
+
+PDEPEND="xs? ( >=dev-perl/List-MoreUtils-XS-0.426.0 )"
+RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-Storable
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"
+PATCHES=("${FILESDIR}/${PN}-0.426.0-xs-config.patch")
+src_configure() {
+       export LMU_USE_XS="$(usex xs 1 0)"
+       perl-module_src_configure
+}

diff --git a/dev-perl/List-MoreUtils/Manifest b/dev-perl/List-MoreUtils/Manifest
index 691cf4e95e0..638d1bdac24 100644
--- a/dev-perl/List-MoreUtils/Manifest
+++ b/dev-perl/List-MoreUtils/Manifest
@@ -1,3 +1,4 @@
 DIST List-MoreUtils-0.418.tar.gz 55111 BLAKE2B 
7c24aaec6293c6bb4f7f5a5b6511944aac6c75dd826895f56ae2719bdf3c5f19381583574b9ae048c8f99e6da4d8d6f58e7df45fee9d843aa831db16a2eec8de
 SHA512 
7ba4395262c4406e822baf40e5a32aa6d93779a56d2567c4920f085ab2580c376db41e2141e4b9b43860d65122ebe73a03dfb0ed76a32f087b05ca7eb90f6d6e
 DIST List-MoreUtils-0.419.tar.gz 55193 BLAKE2B 
aa31d5a4abd28efc8c71877b0267b847ede645fef9889d639982292187a813384a58c361ca2d7513947161d581735b23301f36a058f21e02ad7cdfce65264402
 SHA512 
d13beb5031d1559c2ec4cb93826e86f0f314c4f10c4fdcac6910de0cb039199599911838eadd499e81cb41025aae2a52d69a259653a9637679a1705c7adcd37a
 DIST List-MoreUtils-0.426.tar.gz 145518 BLAKE2B 
773e0a78147a4d62ad61493cbe8d4c40569d7a2be1754e11f85cbfb57b10d411c3d25445607b10429031f40ac58b3d1b0a2e5d011e556d21e8fba5f1bd7fde2b
 SHA512 
622ce2e5e418ba803359107b15cc9f5234bfbb32f03d072c0b448b6b8d603472254d9653757d0048f537852a68b17bef1b71a7f5104d95802e4b78f595664b32
+DIST List-MoreUtils-0.428.tar.gz 146030 BLAKE2B 
8a2accf028ab4c3c9f48f0cdb17624022c1951cb99d715c0af573aa55a659cf6fb51644a2b1ad225edc475ca2476401960fecc7d1319d496a7db27eb52bc1216
 SHA512 
f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8

Reply via email to