From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV/
Date: Wed, 12 Apr 2017 04:08:48 +0000 (UTC) [thread overview]
Message-ID: <1491970035.94c67abf2fb02daf8769ac16999440a851114925.kentnl@gentoo> (raw)
commit: 94c67abf2fb02daf8769ac16999440a851114925
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 04:07:15 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 04:07:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c67abf
dev-perl/Text-CSV: Bump to version 0.940.0
Upstream:
- Fix tests for older Perls
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Text-CSV/Manifest | 1 +
dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-perl/Text-CSV/Manifest b/dev-perl/Text-CSV/Manifest
index 3a0003c426a..70638d5dc23 100644
--- a/dev-perl/Text-CSV/Manifest
+++ b/dev-perl/Text-CSV/Manifest
@@ -2,3 +2,4 @@ DIST Text-CSV-1.33.tar.gz 64771 SHA256 9c5b8fb9baffd58f02ed2b3f0b6d9a6454198f18a
DIST Text-CSV-1.91.tar.gz 113028 SHA256 b16c36cc1705f9f5c5c0c190e9bf5b1dd9cb36980a6da342c8d5860f264b441f SHA512 1dfd1de9b91390df38788a36423d671d4b3aafc7b5a106b994ced944893b73a90bd0e7ad0ce88f51e81e7ff70c507a1c70fbe9a55c7139860f84f18e060d15d9 WHIRLPOOL 20c06514234de6cedfc77c41abc89a06377195d645ece79db20ee8c51467a856e859cd98d941b2e12594677ffe56611b609379ac5632dafc3d2a4153767eeddb
DIST Text-CSV-1.92.tar.gz 113608 SHA256 c705804519ab5ed9bfad7767704ec7725d8eb57f7c67af855353b7708ade6585 SHA512 fe55528d0bcd5daf93287ad1fc3475ad7d2a775e7b9420373e9092b13660a764393f00b01e978f9d2fd62bef0724abf3bfcfab4e870c40f02517a81bd72c3a24 WHIRLPOOL f4c3b0a47faffd86d9e3e4863692941f86be565fd2bf83a32f074e0abd422314740423e8ccabf7340885f22d4ff210086cf6e7d721ac665f13eb8517d001be45
DIST Text-CSV-1.93.tar.gz 113632 SHA256 8972a467136a328660dba8cc5150e9cf2aff344304903feec27fb877482b81a2 SHA512 61304d8954c69139677b9b478d7dd49b2efcb2f6bff66ba66c13924e369988ce4f44120f8d42f56afd95d16bfb5e1e47da4894a622db3e1f412256ebdd491391 WHIRLPOOL 48d9a3a69a0b7d17769b373c595568cf815b553ba7849c9f6270a3f6f88c84ceacc24556f2ddfe2aae25cc5d4e0565a7d8ccf6828da4ccb33a941cd5938dfd28
+DIST Text-CSV-1.94.tar.gz 113691 SHA256 e932a0f15bf4cf7cb1d5c5c55fb020d7cface59aa1a8142cb7bfa58fdd3d8a54 SHA512 def61cd1da13271debee8dc726478aeb0f4f04231ba3d3236906402b7b97281664c3872f4bae8f160515fa284e5955a439f2be207903277178c2b64b7e603ef7 WHIRLPOOL 475d8b1e56f6719cfee75a6f506381912e2a2cb17791fa1645860e3a33f24a06f1fd2b5d378af08017fc60a4ef3dfd3a828d5ccd30c8ebd6d4de377872e13f5d
diff --git a/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
new file mode 100644
index 00000000000..ca82002d187
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=1.94
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test +xs"
+
+RDEPEND="
+ xs? ( >=dev-perl/Text-CSV_XS-1.20.0 )
+ virtual/perl-IO
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/00_pod.t
+ perl-module_src_test
+}
next reply other threads:[~2017-04-12 4:08 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-12 4:08 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 5:54 [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-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=1491970035.94c67abf2fb02daf8769ac16999440a851114925.kentnl@gentoo \
--to=kentnl@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