mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Devel-CheckLib: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=MATTN
|
||||
DIST_VERSION=1.16
|
||||
inherit perl-module toolchain-funcs
|
||||
|
||||
DESCRIPTION="Check that a library is available"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Exporter
|
||||
virtual/perl-File-Spec
|
||||
>=virtual/perl-File-Temp-0.160.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
dev-perl/Capture-Tiny
|
||||
>=dev-perl/Mock-Config-0.20.0
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
)
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.14-test-toolchain.patch"
|
||||
)
|
||||
|
||||
src_test() {
|
||||
unset LD
|
||||
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
|
||||
tc-export AR RANLIB
|
||||
perl-module_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user