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 9A65F158064 for ; Wed, 1 May 2024 16:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F12DAE2AA9; Wed, 1 May 2024 16:48:45 +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 CA439E2AA9 for ; Wed, 1 May 2024 16:48:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D39F13430B1 for ; Wed, 1 May 2024 16:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6DA01981 for ; Wed, 1 May 2024 16:48:42 +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: <1714581921.abcfd2f8c715d6f9672df5c844789306690e07ba.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/Manifest dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild X-VCS-Directories: dev-perl/Text-CSV_XS/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: abcfd2f8c715d6f9672df5c844789306690e07ba X-VCS-Branch: master Date: Wed, 1 May 2024 16:48:42 +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: 06c872a5-38f9-4dc4-adb5-d90bb5812b1f X-Archives-Hash: 3ee93b2035bd7285139e996ff8165938 commit: abcfd2f8c715d6f9672df5c844789306690e07ba Author: Sam James gentoo org> AuthorDate: Wed May 1 16:45:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 1 16:45:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcfd2f8 dev-perl/Text-CSV_XS: add 1.540.0 Signed-off-by: Sam James gentoo.org> dev-perl/Text-CSV_XS/Manifest | 1 + dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild | 30 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest index 90630cd6a936..288a269ee640 100644 --- a/dev-perl/Text-CSV_XS/Manifest +++ b/dev-perl/Text-CSV_XS/Manifest @@ -1 +1,2 @@ DIST Text-CSV_XS-1.52.tgz 271359 BLAKE2B d7a04706dc13f653370ecd54c6df667015237f0b1cc3ccdbb9e20239abae1917e2d83eb750bb8cf4cbb596e16b007d08354e49cb4b6da8a1a72fca3ce7dd77d1 SHA512 39309d25ce598ab312a70e50a449eb110807d2dd7b02b87502c96c31f0375641d35e3c27eb8faebb25d3816372d518044686a4d73195170d53eb9dc993797658 +DIST Text-CSV_XS-1.54.tgz 272716 BLAKE2B ac0de1bafdcbe8742fd7bc7b83eaac6742b29a5cb6000be45c9ef4f0b1ba14eb782177e5afd71cd91f3f40e97353be26eac7a7bf3ea5708f05c9917dee6395c6 SHA512 a4170ba518aeffe3eeb21092f8514b8a658c051d66a7112b11220bd9e4341acd5197335661c56dd7a72b76391346c7c393457a51c8f5eeb2872b55f429684bfc diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild new file mode 100644 index 000000000000..3dfffa3138e0 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.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.54 +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" )