commit: fae76913bb09adb5c37ce313647006561d75c1d7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 04:03:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 04:34:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae76913
dev-perl/B-Hooks-Parser: EAPI 8, rely on eclass impls
This covers more variables/args, etc.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../B-Hooks-Parser-0.210.0-r2.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r2.ebuild
b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r2.ebuild
new file mode 100644
index 000000000000..e8fe283db11d
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r2.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=ETHER
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Check-0.180.0
+ virtual/perl-XSLoader
+ virtual/perl-parent
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/B-Hooks-EndOfScope
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"