commit: 076c98c908f3ad5256f2f40c4c3ef23f81f8f392
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:06:21 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:17:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076c98c9
dev-perl/Devel-CheckLib: rely on eclass impls
This covers more variables/args, etc.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Devel-CheckLib-1.160.0-r1.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
new file mode 100644
index 000000000000..36c1eb5061d0
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 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
+
+DESCRIPTION="Check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"
+)