commit:     fdd657ce783aba77b8120433e67fd6aa43a62924
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 17:47:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:52:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd657ce

dev-perl/List-MoreUtils: Version bump 0.430

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../List-MoreUtils/List-MoreUtils-0.430.0.ebuild   | 40 ++++++++++++++++++++++
 dev-perl/List-MoreUtils/Manifest                   |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
new file mode 100644
index 00000000000..686fc982151
--- /dev/null
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=0.430
+inherit perl-module
+
+DESCRIPTION="Provide the missing functionality from List::Util"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+IUSE="+xs"
+
+# See MoreUtils.pm/LICENSE
+LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
+
+PDEPEND="
+       xs? ( >=dev-perl/List-MoreUtils-XS-0.430.0 )
+"
+RDEPEND="
+       >=dev-perl/Exporter-Tiny-0.38.0
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       >=dev-perl/Config-AutoConf-0.315.0
+       test? (
+               virtual/perl-Storable
+               dev-perl/Test-LeakTrace
+               >=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 582021b7ce6..e8e60ef01cf 100644
--- a/dev-perl/List-MoreUtils/Manifest
+++ b/dev-perl/List-MoreUtils/Manifest
@@ -1 +1,2 @@
 DIST List-MoreUtils-0.428.tar.gz 146030 BLAKE2B 
8a2accf028ab4c3c9f48f0cdb17624022c1951cb99d715c0af573aa55a659cf6fb51644a2b1ad225edc475ca2476401960fecc7d1319d496a7db27eb52bc1216
 SHA512 
f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8
+DIST List-MoreUtils-0.430.tar.gz 150571 BLAKE2B 
97a492d465808460f161c1296f5343370a5fe7296492ed3c0d957dd029669c23c3a325efab654d5e9250043f37b4afc380bf531cab1837bec27afb3cb92015de
 SHA512 
bc9ff033c12251a6f0899a96da0ec8fc314ddb8d6cdf18c37fe1fdcfc38a4c95ed6f8e006bb124e77d07241ae6754f429bc2041f7772b4acfce9378a21283469

Reply via email to