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: Mon,  5 Dec 2016 13:42:36 +0000 (UTC)	[thread overview]
Message-ID: <1480945346.3ac01aa7215073f039f292636ef432eff9d536a8.kentnl@gentoo> (raw)

commit:     3ac01aa7215073f039f292636ef432eff9d536a8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 13:41:58 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 13:42:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac01aa7

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

Upstream:
- turn on autowrap by default with embedded newlines in csv2xls
- Add csv2xlsx example
- Add support for coderefs as value for header attribute
- Add special-value literals 'uc','lc' as arguments for header
  attribute

Package-Manager: portage-2.3.2

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

diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest
index 696218e..c53b067 100644
--- a/dev-perl/Text-CSV_XS/Manifest
+++ b/dev-perl/Text-CSV_XS/Manifest
@@ -1,2 +1,3 @@
 DIST Text-CSV_XS-0.95.tgz 121627 SHA256 0cf43f442e086bc10ec6e4d7f277fa30f8f145915337c900a0ad9248d7e4bf4d SHA512 4411246524503c7f838cafff1b184f5d0a36f936066514613ff52a5e735aad636b33c930d22388c21d589802c05f4c4b96e65c05569a267ac518995dbc14b403 WHIRLPOOL 0c374dd3dc1af2734da154a53cc8510dd6131a78a393694037dcb10c85ec15b575d9f10165389499998c9cd8cb8d7ef06ffb03597299a66081307407df2a72ce
 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

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.260.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.260.0.ebuild
new file mode 100644
index 00000000..fbeff0f
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.260.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.26
+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:[~2016-12-05 13:42 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05 13:42 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-31 13:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/ Viorel Munteanu
2025-03-14  6:11 Sam James
2025-02-09  6:55 Sam James
2024-11-27  8:08 Sam James
2024-10-11  3:39 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-03-23  0:40 Kent Fredric
2017-02-04 17:33 Andreas Hüttel
2017-02-03 21:48 Jeroen Roovers
2016-12-28 22:05 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=1480945346.3ac01aa7215073f039f292636ef432eff9d536a8.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