From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D60715820A for ; Sun, 06 Jul 2025 12:14:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 07A21342065 for ; Sun, 06 Jul 2025 12:14:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D9E5110563; Sun, 06 Jul 2025 12:14:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 35C9B110563 for ; Sun, 06 Jul 2025 12:14:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEF7F342035 for ; Sun, 06 Jul 2025 12:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45ADD2E7F for ; Sun, 06 Jul 2025 12:14:04 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1751803913.eb8c00fec9c3d655d35b9248122cfd954ba71b6c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0-r1.ebuild dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild X-VCS-Directories: dev-perl/File-Copy-Recursive/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: eb8c00fec9c3d655d35b9248122cfd954ba71b6c X-VCS-Branch: master Date: Sun, 06 Jul 2025 12:14:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88469baf-2e02-4dad-bf98-54fedcd875b2 X-Archives-Hash: 06b82633f1799831cc2ec8e2df7a893f commit: eb8c00fec9c3d655d35b9248122cfd954ba71b6c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 6 12:11:53 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jul 6 12:11:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8c00fe dev-perl/File-Copy-Recursive: EAPI bump Signed-off-by: Andreas K. Hüttel gentoo.org> ...0.450.0.ebuild => File-Copy-Recursive-0.450.0-r1.ebuild} | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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 88577e424ac5..d13428c2898f 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