diff options
author | Sam James <sam@gentoo.org> | 2024-07-07 11:29:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-07 12:01:14 +0100 |
commit | 806963f1fcdf28a8cf024943d5dd1930daef4448 (patch) | |
tree | 86e457eaf197b997c7ff63076cd601494aac51d3 /dev-perl/Text-CSV_XS | |
parent | dev-perl/Mail-SPF: add 3.202.406.170 (diff) | |
download | gentoo-806963f1fcdf28a8cf024943d5dd1930daef4448.tar.gz gentoo-806963f1fcdf28a8cf024943d5dd1930daef4448.tar.bz2 gentoo-806963f1fcdf28a8cf024943d5dd1930daef4448.zip |
dev-perl/Text-CSV_XS: add 1.550.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-1.550.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest index 288a269ee640..3f8ff30b2a68 100644 --- a/dev-perl/Text-CSV_XS/Manifest +++ b/dev-perl/Text-CSV_XS/Manifest @@ -1,2 +1,3 @@ DIST Text-CSV_XS-1.52.tgz 271359 BLAKE2B d7a04706dc13f653370ecd54c6df667015237f0b1cc3ccdbb9e20239abae1917e2d83eb750bb8cf4cbb596e16b007d08354e49cb4b6da8a1a72fca3ce7dd77d1 SHA512 39309d25ce598ab312a70e50a449eb110807d2dd7b02b87502c96c31f0375641d35e3c27eb8faebb25d3816372d518044686a4d73195170d53eb9dc993797658 DIST Text-CSV_XS-1.54.tgz 272716 BLAKE2B ac0de1bafdcbe8742fd7bc7b83eaac6742b29a5cb6000be45c9ef4f0b1ba14eb782177e5afd71cd91f3f40e97353be26eac7a7bf3ea5708f05c9917dee6395c6 SHA512 a4170ba518aeffe3eeb21092f8514b8a658c051d66a7112b11220bd9e4341acd5197335661c56dd7a72b76391346c7c393457a51c8f5eeb2872b55f429684bfc +DIST Text-CSV_XS-1.55.tgz 274684 BLAKE2B e9d5c68baf0f654ebc424ff74bdbdd810c369770a724585966638ae0be824e4f70f49c1d66838813e3823e434eb13312817798d8267b650d00e48ef453320965 SHA512 d9b1f5cef29ba01a89037822c12f7abcb2ebf0c2090635c878edbfb968820dc458f4245775717f798b48444280cf49164ef7f8ce51d93b9b2dc77a75cd4fab70 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.550.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.550.0.ebuild new file mode 100644 index 000000000000..93ca7669400e --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.550.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 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.55 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +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" ) |