commit: 2b84fec281a8ee48d6d946fc8f80e3656fc054ad
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 14 21:29:44 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 21:29:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b84fec2
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...=> Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6-r1.ebuild} | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git
a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6.ebuild
b/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6-r1.ebuild
similarity index 63%
rename from
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6.ebuild
rename to
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6-r1.ebuild
index d7d4a56771f8..f58389228873 100644
---
a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6.ebuild
+++
b/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=YANICK
inherit perl-module
@@ -9,8 +9,6 @@ inherit perl-module
DESCRIPTION="update the next version, semantic-wise"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/CPAN-Changes-0.200.0
@@ -18,14 +16,9 @@ RDEPEND="
dev-perl/List-AllUtils
dev-perl/Moose
dev-perl/Perl-Version
- virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
test? (
- virtual/perl-File-Spec
- virtual/perl-IO
dev-perl/Test-Exception
- virtual/perl-Test-Simple
)
"