dev-perl/Text-CSV_XS: drop 1.600.0-r1

Bug: https://bugs.gentoo.org/973376
Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1037
Merges: https://codeberg.org/gentoo/gentoo/pulls/1037
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brett A C Sheffield
2026-06-02 07:13:24 +00:00
committed by Sam James
parent 26d2a98e9e
commit 86b7ff7d0f
2 changed files with 0 additions and 25 deletions

View File

@@ -1,3 +1,2 @@
DIST Text-CSV_XS-1.60.tgz 282498 BLAKE2B 1f4187a1c0e72a043e72bb33cb7f086a786b93161f1c22259ce9ba30b1c1c8edf649cd0788270692c94b600b034608bc820aac0b276b1e2fb5c52336c54747c4 SHA512 3d41b7c246c6850627018e5e21ecff383d06c74ec633c59bb1064183051bd3af3d829b01963ea55ce36635fdb15826f55a3f4b2b8371e84810a722217ebd1a7b
DIST Text-CSV_XS-1.61.tgz 285772 BLAKE2B 1d1082e9a03309307def4969475ece5248f7dec41dc2851852a565f99d0d7c5c91d3c8732ca23d15d2c170e90468e844e13c28c07626b9ff6f69247e1df1cad7 SHA512 7b726d9c0cab0691a3c49deed8508a55a513e292229f0a4373bd3f3874df2a7226937629e07af44da7f1e4e0e27708be8b217099a1558140c94517bd01de5ef0
DIST Text-CSV_XS-1.62.tgz 286929 BLAKE2B c90f212ccee85cfff9cba20667574594a07238e765f7cc87d263fdc7cf426a8cc93d5080a75fc25588fa7813006117b19767d07ab583111733d79dda3e0458ef SHA512 b50e9c4187482615c11459dc3d77f9dd8b0d4b7549841071261081e88b132323feaf9bec5b39925dda886ddd14172f82bdd09d0b6a4b3a8257736c2b6b2c515b

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=HMBRAND
DIST_A_EXT=tgz
DIST_VERSION=1.60
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Comma-separated values manipulation routines"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
RDEPEND="
>=virtual/perl-Encode-3.210.0
"
BDEPEND="
${RDEPEND}
"
PERL_RM_FILES=( "t/00_pod.t" "t/01_pod.t" )