repo/gentoo:master commit in: dev-perl/Text-CSV_XS/
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786666443.3020b3fcbdc35d4dda58e98fb8edd220950b0143.sam@gentoo> |
commit: 3020b3fcbdc35d4dda58e98fb8edd220950b0143
Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Sat Aug 1 15:52:43 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 00:14:03 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3020b3fc
dev-perl/Text-CSV_XS: drop 1.610.0
Bug: https://bugs.gentoo.org/973376
Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1602
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Text-CSV_XS/Manifest | 1 -
dev-perl/Text-CSV_XS/Text-CSV_XS-1.610.0.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest
index 800a7feef05a..3b6ab52156a8 100644
--- a/dev-perl/Text-CSV_XS/Manifest
+++ b/dev-perl/Text-CSV_XS/Manifest
@@ -1,2 +1 @@
-DIST Text-CSV_XS-1.61.tgz 285772 BLAKE2B 1d1082e9a03309307def4969475ece5248f7dec41dc2851852a565f99d0d7c5c91d3c8732ca23d15d2c170e90468e844e13c28c07626b9ff6f69247e1df1cad7 SHA512 7b726d9c0cab0691a3c49deed8508a55a513e292229f0a4373bd3f3874df2a7226937629e07af44da7f1e4e0e27708be8b217099a1558140c94517bd01de5ef0
DIST Text-CSV_XS-1.62.tgz 286929 BLAKE2B c90f212ccee85cfff9cba20667574594a07238e765f7cc87d263fdc7cf426a8cc93d5080a75fc25588fa7813006117b19767d07ab583111733d79dda3e0458ef SHA512 b50e9c4187482615c11459dc3d77f9dd8b0d4b7549841071261081e88b132323feaf9bec5b39925dda886ddd14172f82bdd09d0b6a4b3a8257736c2b6b2c515b
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.610.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.610.0.ebuild
deleted file mode 100644
index ad71fd7658a6..000000000000
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.610.0.ebuild
+++ /dev/null
@@ -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.61
-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" )