commit: fb24333233cfe84d743644e915b1c62657379be7 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 8 22:37:11 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 8 22:37:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb243332
dev-perl/Date-Leapyear: EAPI bump, cleanup Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...ar-1.720.0-r2.ebuild => Date-Leapyear-1.720.0-r3.ebuild} | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r3.ebuild similarity index 58% rename from dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild rename to dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r3.ebuild index f4e5e70978c2..2c8e2631e787 100644 --- a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild +++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r3.ebuild @@ -1,7 +1,7 @@ -# 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=RBOW DIST_VERSION=1.72 @@ -11,12 +11,3 @@ DESCRIPTION="Simple Perl module that tracks Gregorian leap years" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -"
