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 3A08F158074 for ; Sun, 22 Jun 2025 12:27:33 +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 26142340F8F for ; Sun, 22 Jun 2025 12:27:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BF9DC110528; Sun, 22 Jun 2025 12:27:24 +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 B5827110528 for ; Sun, 22 Jun 2025 12:27:24 +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 6F2CF340F81 for ; Sun, 22 Jun 2025 12:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E52D27E9 for ; Sun, 22 Jun 2025 12:27:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750595185.375f3497e3c869d3bc90d04155c3fd01256e9bff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0-r1.ebuild dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0.ebuild X-VCS-Directories: dev-perl/Text-CSV_XS/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 375f3497e3c869d3bc90d04155c3fd01256e9bff X-VCS-Branch: master Date: Sun, 22 Jun 2025 12:27:23 +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: f87527a2-e18a-439e-9a23-bbfdd4c2a20c X-Archives-Hash: 856e56c9a48b08084a47fc5c69f70b1e commit: 375f3497e3c869d3bc90d04155c3fd01256e9bff Author: Sam James gentoo org> AuthorDate: Sun Jun 22 12:26:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 22 12:26:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375f3497 dev-perl/Text-CSV_XS: fix MissingVersionedVirtualPerlDependency Signed-off-by: Sam James gentoo.org> .../{Text-CSV_XS-1.600.0.ebuild => Text-CSV_XS-1.600.0-r1.ebuild} | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0-r1.ebuild similarity index 83% rename from dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0.ebuild rename to dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0-r1.ebuild index 219bd817b3ee..d9e78513ea9a 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.600.0-r1.ebuild @@ -16,15 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~ RDEPEND=" >=virtual/perl-Encode-3.210.0 - virtual/perl-IO - virtual/perl-XSLoader " BDEPEND=" ${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) " PERL_RM_FILES=( "t/00_pod.t" "t/01_pod.t" )