mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/List-MoreUtils: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
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
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST List-MoreUtils-0.428.tar.gz 146030 BLAKE2B 8a2accf028ab4c3c9f48f0cdb17624022c1951cb99d715c0af573aa55a659cf6fb51644a2b1ad225edc475ca2476401960fecc7d1319d496a7db27eb52bc1216 SHA512 f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8
|
||||
DIST List-MoreUtils-0.430.tar.gz 150571 BLAKE2B 97a492d465808460f161c1296f5343370a5fe7296492ed3c0d957dd029669c23c3a325efab654d5e9250043f37b4afc380bf531cab1837bec27afb3cb92015de SHA512 bc9ff033c12251a6f0899a96da0ec8fc314ddb8d6cdf18c37fe1fdcfc38a4c95ed6f8e006bb124e77d07241ae6754f429bc2041f7772b4acfce9378a21283469
|
||||
|
||||
Reference in New Issue
Block a user