dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-15 22:00:14 +02:00
parent 55803bc9e7
commit 3a42901876
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -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=ETHER
DIST_VERSION=0.007
@ -10,8 +10,7 @@ inherit perl-module
DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-Zilla
dev-perl/Moose
@ -22,14 +21,10 @@ DEPEND="
dev-perl/Module-Build-Tiny
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
virtual/perl-File-Spec
virtual/perl-Module-Metadata
dev-perl/Test-Deep
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.880.0
virtual/perl-if
)
"