commit: 5460c0901b2cf160a26395139025e722e07f2c71
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 20:34:49 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 20:54:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5460c090
dev-perl/Exception-Class: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...on-Class-1.450.0.ebuild => Exception-Class-1.450.0-r1.ebuild} | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Exception-Class/Exception-Class-1.450.0.ebuild
b/dev-perl/Exception-Class/Exception-Class-1.450.0-r1.ebuild
similarity index 76%
rename from dev-perl/Exception-Class/Exception-Class-1.450.0.ebuild
rename to dev-perl/Exception-Class/Exception-Class-1.450.0-r1.ebuild
index 8e98e1f74870..7c8b188b135e 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.450.0.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.450.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=DROLSKY
DIST_VERSION=1.45
@@ -12,18 +12,13 @@ DESCRIPTION="Module that allows you to declare real
exception classes in Perl"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Class-Data-Inheritable-0.20.0
>=dev-perl/Devel-StackTrace-2.0.0
- virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
test? (
- virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"