commit:     3dab762056949f1f845f47caf9265a1c14b1d108
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:02:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:17:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dab7620

dev-perl/Crypt-Eksblowfish: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

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

 .../Crypt-Eksblowfish-0.9.0-r4.ebuild              | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r4.ebuild 
b/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r4.ebuild
new file mode 100644
index 000000000000..d480c68f7e11
--- /dev/null
+++ b/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION="Eksblowfish block cipher"
+
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+       virtual/perl-Carp
+       >=dev-perl/Class-Mix-0.1.0
+       virtual/perl-Exporter
+       >=virtual/perl-MIME-Base64-2.210.0
+       virtual/perl-XSLoader
+       virtual/perl-parent
+"
+DEPEND="
+       dev-perl/Module-Build
+"
+BDEPEND="
+       ${RDEPEND}
+       dev-perl/Module-Build
+       >=virtual/perl-ExtUtils-CBuilder-0.15
+       test? (
+               virtual/perl-Test-Simple
+       )
+"

Reply via email to