commit: 10a8ddf1b2652b8d8f7d029602191ae30114051d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 9 19:41:49 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 9 19:41:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a8ddf1
dev-perl/File-BOM: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{File-BOM-0.180.0.ebuild => File-BOM-0.180.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/File-BOM/File-BOM-0.180.0.ebuild
b/dev-perl/File-BOM/File-BOM-0.180.0-r1.ebuild
similarity index 80%
rename from dev-perl/File-BOM/File-BOM-0.180.0.ebuild
rename to dev-perl/File-BOM/File-BOM-0.180.0-r1.ebuild
index deb1acb0e57f..da009e3fb781 100644
--- a/dev-perl/File-BOM/File-BOM-0.180.0.ebuild
+++ b/dev-perl/File-BOM/File-BOM-0.180.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=MATTLAW
DIST_VERSION=0.18
@@ -11,8 +11,6 @@ DESCRIPTION="Utilities for handling Byte Order Marks"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Encode-1.990.0
@@ -23,9 +21,9 @@ BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
>=dev-perl/Test-Exception-0.200.0
- virtual/perl-Test-Simple
)
"
+
PERL_RM_FILES=(
"t/04..pod.t"
)