commit:     a3775c04b5128a03503b84f709979636365feccc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 03:55:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 04:34:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3775c04

dev-perl/B-Flags: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/B-Flags/B-Flags-0.170.0-r2.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dev-perl/B-Flags/B-Flags-0.170.0-r2.ebuild 
b/dev-perl/B-Flags/B-Flags-0.170.0-r2.ebuild
new file mode 100644
index 000000000000..d28a94367f6a
--- /dev/null
+++ b/dev-perl/B-Flags/B-Flags-0.170.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RURBAN
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Friendlier flags for B"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+BDEPEND="
+       ${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+"

Reply via email to