summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Text-CSV_XS: add 1.570.0Sam James11 days1-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: add 1.560.0Sam James2024-10-111-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: add 1.550.0Sam James2024-07-071-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: add 1.540.0Sam James2024-05-011-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: Drop old versionsMatt Turner2024-03-151-3/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Text-CSV_XS: add 1.520.0Sam James2023-09-211-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: add 1.510.0Sam James2023-08-141-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: add 1.500.0Sam James2023-06-181-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Text-CSV_XS: Remove oldAndreas K. Hüttel2021-12-111-1/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Text-CSV_XS: Version bump 1.46Andreas K. Hüttel2021-09-231-0/+1
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Text-CSV_XS: Cleanup old versionsKent Fredric2019-07-251-2/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Text-CSV_XS: Bump to version 1.340.0Kent Fredric2018-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Upstream: - Disable escape_null for undef escape_char - Fix ->say for bound columns - Fix already decoded BOM in headers - new options in csv-check - add alias "escape" for "escape_char" - Improve csv-check auto-sep detection - Add keep_headers attribute to csv() - Fix on_in when used in combination with key - Fail on invalid arguments to csv - Fix header method on EOL = CR - Add support for formula actions - reset file info on ->header call - Bad arg for formula will now die with error 1500 - Fix row report in formula being off by 1 - Make sheet label more portable - Allow munge => \%hash - Preserve first row in csv Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-perl/Text-CSV_XS: Cleanup old re bug #613582Kent Fredric2017-06-201-2/+0
| | | | | | | Remove old versions affected by '.' removal from @INC Bug: https://bugs.gentoo.org/613582 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Text-CSV_XS: Bump to version 1.290.0Kent Fredric2017-05-301-0/+1
| | | | | | | Upstream: - Add strict attribute support Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Text-CSV_XS: Bump to version 1.280.0Kent Fredric2017-03-231-0/+1
| | | | | | | | | | | | | 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: Remove oldAndreas K. Hüttel2017-02-041-1/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/Text-CSV_XS: Bump to version 1.260.0Kent Fredric2016-12-061-0/+1
| | | | | | | | | | | 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: Remove oldAndreas K. Hüttel2016-06-111-1/+0
| | | | Package-Manager: portage-2.3.0_rc1
* dev-perl/Text-CSV_XS: Remove oldAndreas K. Hüttel2016-04-231-1/+0
| | | | Package-Manager: portage-2.2.28
* dev-perl/Text-CSV_XS: Bump to version 1.230.0Kent Fredric2016-04-231-0/+1
| | | | | | | | | | | | | | | | - EAPI6 - Cleanup tests - Add USE="examples" Upstream: - allow undef for aliased attributes - fix \r\n ending with allow_loose_escapes - %_ aliased to row in hashref modes - Add predefined filters - Fix crashes in parsing with bound columns Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+3
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed