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 CF13F158074 for ; Fri, 04 Jul 2025 19:28:40 +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 BB3F3342090 for ; Fri, 04 Jul 2025 19:28:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 69A24110562; Fri, 04 Jul 2025 19:28:29 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5F941110561 for ; Fri, 04 Jul 2025 19:28:29 +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 1EE9D34208E for ; Fri, 04 Jul 2025 19:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86152D53 for ; Fri, 04 Jul 2025 19:28:26 +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: <1751657280.94f1f3cf7dd4f9ed356ea4b286c904410a16f4bc.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-pushd/File-pushd-1.16.0-r1.ebuild dev-perl/File-pushd/File-pushd-1.16.0.ebuild X-VCS-Directories: dev-perl/File-pushd/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 94f1f3cf7dd4f9ed356ea4b286c904410a16f4bc X-VCS-Branch: master Date: Fri, 04 Jul 2025 19:28:26 +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: 00d7a817-5e05-416c-b077-9102c8de927e X-Archives-Hash: 814dd2b1ce9fe177a32d19e42b023998 commit: 94f1f3cf7dd4f9ed356ea4b286c904410a16f4bc Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 4 19:08:28 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 4 19:28:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f1f3cf dev-perl/File-pushd: EAPI bump Signed-off-by: Andreas K. Hüttel gentoo.org> ...le-pushd-1.16.0.ebuild => File-pushd-1.16.0-r1.ebuild} | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0-r1.ebuild similarity index 66% rename from dev-perl/File-pushd/File-pushd-1.16.0.ebuild rename to dev-perl/File-pushd/File-pushd-1.16.0-r1.ebuild index 1054609501f8..22fbd1157b0c 100644 --- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild +++ b/dev-perl/File-pushd/File-pushd-1.16.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=DAGOLDEN DIST_VERSION=1.016 @@ -12,17 +12,8 @@ DESCRIPTION="Change directory temporarily for a limited scope" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-File-Temp -" -BDEPEND="${RDEPEND} +BDEPEND=" >=virtual/perl-ExtUtils-MakeMaker-6.170.0 test? ( >=virtual/perl-Test-Simple-0.960.0