From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B8201581D3 for ; Sat, 25 May 2024 21:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E1DE2A19; Sat, 25 May 2024 21:06:18 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49703E2A19 for ; Sat, 25 May 2024 21:06:18 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6268833C1EB for ; Sat, 25 May 2024 21:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8522E1B56 for ; Sat, 25 May 2024 21:06:14 +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: <1716671159.7c6f77c0c194af76bec0b8be83d72d9dc1deb137.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-File-Temp/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-File-Temp/perl-File-Temp-0.231.100-r1.ebuild virtual/perl-File-Temp/perl-File-Temp-0.231.100.ebuild X-VCS-Directories: virtual/perl-File-Temp/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7c6f77c0c194af76bec0b8be83d72d9dc1deb137 X-VCS-Branch: master Date: Sat, 25 May 2024 21:06:14 +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: 25ce52df-40f3-45ad-a2e9-c912fbe789d1 X-Archives-Hash: 7a2bfa3927645c5a2f94ef929ad67688 commit: 7c6f77c0c194af76bec0b8be83d72d9dc1deb137 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 25 21:02:58 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 25 21:05:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6f77c0 virtual/perl-File-Temp: Update EAPI and comment Signed-off-by: Andreas K. Hüttel gentoo.org> ...ile-Temp-0.231.100.ebuild => perl-File-Temp-0.231.100-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/perl-File-Temp/perl-File-Temp-0.231.100.ebuild b/virtual/perl-File-Temp/perl-File-Temp-0.231.100-r1.ebuild similarity index 77% rename from virtual/perl-File-Temp/perl-File-Temp-0.231.100.ebuild rename to virtual/perl-File-Temp/perl-File-Temp-0.231.100-r1.ebuild index 0bea9f18f2ae..f66590b8289e 100644 --- a/virtual/perl-File-Temp/perl-File-Temp-0.231.100.ebuild +++ b/virtual/perl-File-Temp/perl-File-Temp-0.231.100-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" @@ -12,4 +12,4 @@ RDEPEND=" dev-lang/perl:= " -# this is the dev-lang/perl-5.34 and dev-lang/perl-5.36 and dev-lang/perl-5.38 version but we need the security patch +# this is the dev-lang/perl-5.34 and dev-lang/perl-5.36 and dev-lang/perl-5.38 and dev-lang/perl-5.40 version but we want the security patch