From eb8c00fec9c3d655d35b9248122cfd954ba71b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 6 Jul 2025 14:11:53 +0200 Subject: [PATCH] dev-perl/File-Copy-Recursive: EAPI bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- ...ebuild => File-Copy-Recursive-0.450.0-r1.ebuild} | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) rename dev-perl/File-Copy-Recursive/{File-Copy-Recursive-0.450.0.ebuild => File-Copy-Recursive-0.450.0-r1.ebuild} (69%) diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild similarity index 69% rename from dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild rename to dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild index 88577e424ac59..d13428c2898fd 100644 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=DMUEY DIST_VERSION=0.45 @@ -11,16 +11,9 @@ DESCRIPTION="uses File::Copy to recursively copy dirs" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=" - virtual/perl-File-Spec -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker +BDEPEND=" test? ( - virtual/perl-File-Temp dev-perl/Path-Tiny dev-perl/Test-Deep dev-perl/Test-Fatal