public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/
Date: Thu, 23 Mar 2017 00:40:23 +0000 (UTC)	[thread overview]
Message-ID: <1490229595.5aa163c4beddce967f2d0b2ee188796d2572f067.kentnl@gentoo> (raw)

commit:     5aa163c4beddce967f2d0b2ee188796d2572f067
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 00:39:55 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 00:39:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa163c4

dev-perl/Text-CSV_XS: Bump to version 1.280.0

Upstream:
- Fix length issue with bound empty fields and UTF-8
- Attribute sep/sep_char is not allowed to be undefined
- Default for escape_null in csv() is now false
- New error codes for illegal arguments/params
- Fix tests for "." in @INC removal
- Fix crlf issue for csv() on windows.

Bug: https://bugs.gentoo.org/613582
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Text-CSV_XS/Manifest                   |  1 +
 dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild | 31 +++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest
index 0892e5c724e..8260740999c 100644
--- a/dev-perl/Text-CSV_XS/Manifest
+++ b/dev-perl/Text-CSV_XS/Manifest
@@ -1,2 +1,3 @@
 DIST Text-CSV_XS-1.23.tgz 159271 SHA256 5714e1c275e7715aee44f820f8ca26c976fbb563668de7eba42a4419a05a4b5a SHA512 d49abfa55f4be0613bf0ff08df5f6e3d93c4281900640476e8a6bc584fb8c31d8cd3c3d80d850bb39b455e4d63397a7e378267bbd580626f301e4552083f30c3 WHIRLPOOL 94c0badd92a9d2e78d26943320f04c4512f10a6c4a27b6948571dbc00350da98a2fa29b347b7c8d3a2288cff1e2f7ff1fc0bd358ec38abee2d230c7db3042662
 DIST Text-CSV_XS-1.26.tgz 163706 SHA256 e0cdb04b32a64632b4c99927b31100578a75c53d0ab2a5bc1686151706e38662 SHA512 f3e2841638e212f4858b230159ee2a246732d9f5739ce2adbd9778a630852946a9da11c0f270828b880ac6e160611817ffbc0f59f42f20ed64bc82255cdeed7b WHIRLPOOL e94d98953833e383c61d471cc50629ecd5eedab70f945beb2b006b41b0be269d87e6a3de6d68e498ce79c02871b3bf79558541cf78a4736cc99edb11527ce00c
+DIST Text-CSV_XS-1.28.tgz 164749 SHA256 0c4cca0f7992324b009d5911a93a834bded1737e1a7396b8532c0258e5969e69 SHA512 5e40f50c16e2506f60cff1a344c9e45e73398bfe863c85a527a8aaf03ec5e3eb8b94796f548ccbe9cb7c123e79e1e882daec1fe81977142a03b1fed2ba46f60a WHIRLPOOL c3b1186b6fac3267b819b2d9ca1bac9624a45aba3a22b7ba6eed569a2675f9c1d05ff1d48681d597504d9daee1e7a144cf14129211916e915895a17456e62547

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
new file mode 100644
index 00000000000..f167141ff3d
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.28
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-IO
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+src_test() {
+	perl_rm_files "t/00_pod.t" "t/01_pod.t"
+	perl-module_src_test
+}


             reply	other threads:[~2017-03-23  0:40 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  0:40 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-11  3:39 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/ Sam James
2024-09-22 16:46 Sam James
2024-09-22 16:46 Sam James
2024-09-22 16:46 Sam James
2024-09-22 16:46 Sam James
2024-07-07 11:02 Sam James
2024-05-01 16:48 Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 12:25 Sam James
2023-11-04 12:25 Sam James
2023-11-04 12:25 Sam James
2023-11-04 12:25 Sam James
2023-11-04 10:50 Sam James
2023-11-04 10:49 Sam James
2023-11-04 10:49 Sam James
2023-09-22 17:31 Sam James
2023-09-21 22:17 Sam James
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-08-14  7:55 Sam James
2023-08-03 10:28 Arthur Zamarin
2023-08-02 13:19 Sam James
2023-07-24 11:03 Jakov Smolić
2023-07-24  9:25 Jakov Smolić
2023-06-18  3:12 Sam James
2021-12-11  0:10 Andreas K. Hüttel
2021-12-09 21:59 Sam James
2021-12-06  0:10 Sam James
2021-12-05  4:37 Sam James
2021-12-05  4:36 Sam James
2021-12-05  4:21 Sam James
2021-12-05  4:05 Sam James
2021-12-05  4:01 Sam James
2021-12-05  3:04 Sam James
2021-09-23 20:22 Andreas K. Hüttel
2021-07-15 10:28 Marek Szuba
2019-07-25  6:48 Kent Fredric
2019-05-14 17:53 Aaron Bauman
2018-12-08 12:35 Mikle Kolyada
2018-10-27 19:50 Fabian Groffen
2018-09-26 19:05 Markus Meier
2018-08-25 18:08 Sergei Trofimovich
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
2018-08-18  2:37 Mikle Kolyada
2018-03-09  8:05 Kent Fredric
2017-06-19 12:52 Kent Fredric
2017-05-30  6:34 Kent Fredric
2017-05-19  1:57 Michael Weber
2017-05-06  7:26 Markus Meier
2017-04-29 11:52 Jeroen Roovers
2017-04-24 12:44 Tobias Klausmann
2017-04-23 12:40 Agostino Sarubbo
2017-02-04 17:33 Andreas Hüttel
2017-02-03 21:48 Jeroen Roovers
2016-12-28 22:05 Kent Fredric
2016-12-05 13:42 Kent Fredric
2016-08-04  3:03 Kent Fredric
2016-06-14 19:30 Markus Meier
2016-06-13 15:46 Tobias Klausmann
2016-06-11 17:08 Andreas Hüttel
2016-04-23 17:31 Andreas Hüttel
2016-04-23 17:30 Andreas Hüttel

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=1490229595.5aa163c4beddce967f2d0b2ee188796d2572f067.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