commit: 125e256aa5822176045f292e00f9ae97d74aafe9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 17:44:15 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 17:45:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125e256a
dev-perl/Crypt-Simple: EAPI 8, cleanup deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
...e-0.60.0-r2.ebuild => Crypt-Simple-0.60.0-r3.ebuild} | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r2.ebuild
b/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r3.ebuild
similarity index 65%
rename from dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r2.ebuild
rename to dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r3.ebuild
index 150f48efde5d..e30a5a0a6da3 100644
--- a/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r2.ebuild
+++ b/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r3.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=KASEI
DIST_VERSION=0.06
+DIST_TEST="do" # concurrent io in tests
inherit perl-module
-DESCRIPTION="encrypt stuff simply"
+DESCRIPTION="Encrypt stuff simply"
+
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Crypt-Blowfish-2.60.0
@@ -21,9 +21,6 @@ RDEPEND="
>=virtual/perl-IO-Compress-1.110.0
>=virtual/perl-MIME-Base64-2.110.0
"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Harness )
+BDEPEND="
+ ${RDEPEND}
"
-
-DIST_TEST="do" # concurrent io in tests