commit: 59fbe88075bd2824f77cc18040ef38fc5c07fccf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 14 21:24:35 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 21:24:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fbe880
dev-perl/Dist-Zilla-Plugin-ReversionOnRelease: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ild => Dist-Zilla-Plugin-ReversionOnRelease-0.60.0-r1.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild
b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0-r1.ebuild
similarity index 93%
rename from
dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild
rename to
dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0-r1.ebuild
index 5b00a2caa977..4efb538cef7e 100644
---
a/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild
+++
b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=0.06
@@ -10,8 +10,7 @@ inherit perl-module
DESCRIPTION="Bump and reversion \$VERSION on release"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
RDEPEND="
>=dev-perl/Dist-Zilla-4.200.0
>=dev-perl/Version-Next-0.2.0
@@ -25,9 +24,11 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.880.0
)
"
+
PERL_RM_FILES=(
"t/author-pod-syntax.t"
)
+
src_test() {
local MODULES=(
"Dist::Zilla::Plugin::ReversionOnRelease ${DIST_VERSION}"