public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV/
Date: Wed, 22 Jan 2025 05:54:02 +0000 (UTC)	[thread overview]
Message-ID: <1737525179.046750dddfddbfd96b1871b13e233ae4a9ee8c99.sam@gentoo> (raw)

commit:     046750dddfddbfd96b1871b13e233ae4a9ee8c99
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 05:52:59 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 05:52:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046750dd

dev-perl/Text-CSV: add 2.50.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Text-CSV/Manifest               |  1 +
 dev-perl/Text-CSV/Text-CSV-2.50.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Text-CSV/Manifest b/dev-perl/Text-CSV/Manifest
index 4ba6c5ba3d37..504096423612 100644
--- a/dev-perl/Text-CSV/Manifest
+++ b/dev-perl/Text-CSV/Manifest
@@ -1,2 +1,3 @@
 DIST Text-CSV-2.03.tar.gz 140735 BLAKE2B d40f31623d4b946395968e834cb98b922d75d9515a0d416a3680efd3d739bbd2b429c266132217671fd9f4c27ad6367439d2b11fa60664e2d8b15e58429d80bb SHA512 afd9e81cd2ca9ca9a2c2575c4e540ad09243c1d8b6710dc2b1da472397f99024c768da5ef456948ebd4e06f71b3e5085ef52f191f62c06c6f4a697f70c855769
 DIST Text-CSV-2.04.tar.gz 141037 BLAKE2B 467149c73736d063b9f93a0d9cda8bd2625805702f92559fac91054df0d7948bf70a5cc5a0864bd47649653dd3c83e2d9a7264949a72f72dcfd0235c8930e6e3 SHA512 72673380a955ee888a78aca4188326c1adbdc9508a25752d76eb6f50064181763336b4983bffb944c88110ceb48dde356c092f8189369001513799f220d5021d
+DIST Text-CSV-2.05.tar.gz 148025 BLAKE2B fbe0c9fa94cf77f82289dcff64ce37d411172960d2a38712c0ebefb6e7e02c39d163aaca51017e3c8514149ada6e89380f5ceae402a96cc68d5e41d9daa7aa8b SHA512 9c431f1bcafd55f45eb8d72ae7a5b0edbb9ae5aed9bf44125e8c7b2c86dec47d98e20936be029f00c8e6e1fa8cddf5e916ad9dc4e94e895e49836a22d7ba6093

diff --git a/dev-perl/Text-CSV/Text-CSV-2.50.0.ebuild b/dev-perl/Text-CSV/Text-CSV-2.50.0.ebuild
new file mode 100644
index 000000000000..67b1984f355d
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-2.50.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=2.05
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="+xs"
+
+RDEPEND="
+	xs? ( >=dev-perl/Text-CSV_XS-1.590.0 )
+	virtual/perl-IO
+"
+BDEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+src_test() {
+	perl_rm_files t/00_pod.t
+	perl-module_src_test
+}


             reply	other threads:[~2025-01-22  5:54 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-22  5:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  8:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV/ Sam James
2024-09-23  8:26 Arthur Zamarin
2024-09-23  8:18 Arthur Zamarin
2024-09-22 17:22 Arthur Zamarin
2024-09-22 17:22 Arthur Zamarin
2024-06-20 15:07 Ionen Wolkens
2024-05-07 18:31 Arthur Zamarin
2024-05-01 16:48 Sam James
2023-11-29 13:18 Arthur Zamarin
2023-09-24 18:17 Sam James
2023-09-24 15:58 Arthur Zamarin
2023-09-24 15:58 Arthur Zamarin
2023-09-24 15:44 Arthur Zamarin
2023-09-24 15:44 Arthur Zamarin
2023-09-21 20:11 Sam James
2023-08-14  7:55 Sam James
2023-08-14  6:49 Sam James
2023-06-18  3:12 Sam James
2023-04-29  6:44 Sam James
2023-04-05 13:32 WANG Xuerui
2023-03-15  1:51 Sam James
2021-12-11  0:10 Andreas K. Hüttel
2021-12-07  6:26 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-06 15:20 Sam James
2021-12-06 15:17 Sam James
2021-12-06  8:05 Agostino Sarubbo
2021-12-06  8:04 Agostino Sarubbo
2021-12-06  6:38 Arthur Zamarin
2021-10-26  1:21 Yixun Lan
2021-09-23 20:22 Andreas K. Hüttel
2021-05-24 22:39 Sam James
2020-04-15 15:40 Kent Fredric
2018-10-27 19:50 Fabian Groffen
2018-09-26 19:05 Markus Meier
2018-08-21  0:05 Sergei Trofimovich
2018-08-20  4:13 Matt Turner
2018-08-20  2:38 Mikle Kolyada
2018-08-19 18:39 Matt Turner
2017-06-19 12:33 Kent Fredric
2017-05-30  5:24 Kent Fredric
2017-05-28  6:45 Markus Meier
2017-05-22 19:53 Michael Weber
2017-05-22 13:25 Tobias Klausmann
2017-05-22  9:25 Agostino Sarubbo
2017-05-21  8:09 Agostino Sarubbo
2017-04-12  4:08 Kent Fredric
2017-04-05 23:22 Kent Fredric
2017-04-04 10:25 Kent Fredric
2017-02-19 13:28 Kent Fredric
2016-08-05  0:02 Kent Fredric
2016-07-08 21:07 Andreas Hüttel
2016-07-08 21:07 Andreas Hüttel
2016-06-14 19:29 Markus Meier
2016-06-13 15:39 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1737525179.046750dddfddbfd96b1871b13e233ae4a9ee8c99.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox