summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/Text-CSV_XS: Cleanup old versionsKent Fredric2019-07-253-64/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Text-CSV_XS: arm64 stableAaron Bauman2019-05-141-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* dev-perl/Text-CSV_XS: s390 stable wrt bug #667266Mikle Kolyada2018-12-081-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/Text-CSV_XS: added Prefix keywords, bug #665088Fabian Groffen2018-10-271-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/Text-CSV_XS: arm stable, bug #663934Markus Meier2018-09-261-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="arm"
* dev-perl/Text-CSV_XS: stable 1.340.0 for hppa, bug #663934Sergei Trofimovich2018-08-251-1/+1
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-perl/Text-CSV_XS: stable 1.340.0 for ia64, bug #663934Sergei Trofimovich2018-08-211-1/+1
| | | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-perl/Text-CSV_XS-1.340.0: alpha stable, bug 663934Matt Turner2018-08-191-1/+1
|
* dev-perl/Text-CSV_XS: amd64 stable wrt bug #663934Mikle Kolyada2018-08-201-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Text-CSV_XS-1.340.0: ppc stable, bug 663934Matt Turner2018-08-191-1/+1
|
* dev-perl/Text-CSV_XS-1.340.0: ppc64 stable, bug 663934Matt Turner2018-08-191-1/+1
|
* dev-perl/Text-CSV_XS: stable 1.340.0 for sparc, bug #663934Rolf Eike Beer2018-08-191-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* dev-perl/Text-CSV_XS: x86 stable (bug #663934)Thomas Deutschmann2018-08-191-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-perl/Text-CSV_XS: mark s390 stableMikle Kolyada2018-08-181-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Text-CSV_XS: Bump to version 1.340.0Kent Fredric2018-03-092-0/+29
| | | | | | | | | | | | | | | | | | | | | | | 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-203-63/+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: ia64 stable wrt bug #616348Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: Bump to version 1.290.0Kent Fredric2017-05-302-0/+32
| | | | | | | Upstream: - Add strict attribute support Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Text-CSV_XS: add ~arm64 keyword.Michael Weber2017-05-191-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64"
* dev-perl/Text-CSV_XS: arm stable, bug #616348Markus Meier2017-05-061-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-perl/Text-CSV_XS: ppc64 stable wrt bug #616348Agostino Sarubbo2017-04-301-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: ppc stable wrt bug #616348Agostino Sarubbo2017-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: Stable for HPPA (bug #616348).Jeroen Roovers2017-04-291-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* dev-perl/Text-CSV_XS: sparc stable wrt bug #616348Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: x86 stable wrt bug #616348Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS-1.280.0-r0: add alpha keywordTobias Klausmann2017-04-241-1/+1
| | | | Gentoo-Bug: 616348
* dev-perl/Text-CSV_XS: amd64 stable wrt bug #616348Agostino Sarubbo2017-04-231-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: Bump to version 1.280.0Kent Fredric2017-03-232-0/+32
| | | | | | | | | | | | | 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
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Text-CSV_XS: Remove oldAndreas K. Hüttel2017-02-042-31/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/Text-CSV_XS: Stable for HPPA (bug #585612).Jeroen Roovers2017-02-031-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-perl/Text-CSV_XS: ppc64 stable wrt bug #585612Agostino Sarubbo2017-01-031-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: ppc stable wrt bug #585612Agostino Sarubbo2017-01-011-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: ia64 stable wrt bug #585612Agostino Sarubbo2016-12-301-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: sparc stable wrt bug #585612Agostino Sarubbo2016-12-301-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: x86 stable re bug #585612Kent Fredric2016-12-291-1/+1
| | | | | | | | Arch testing performed by Myckel Habets Bug: https://bugs.gentoo.org/585612 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/Text-CSV_XS: Bump to version 1.260.0Kent Fredric2016-12-062-0/+33
| | | | | | | | | | | 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: amd64 stable wrt bug #585612Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Text-CSV_XS: Remove POD Author TestsKent Fredric2016-08-041-3/+7
| | | | | | | Not needed, and this fixes the broken dependencies on s390 and sh Package-Manager: portage-2.3.0 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"
* dev-perl/Text-CSV_XS: arm stable, bug #585612Markus Meier2016-06-141-1/+1
| | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm"
* dev-perl/Text-CSV_XS-1.230.0-r0: add alpha keywordTobias Klausmann2016-06-131-1/+1
| | | | | | Gentoo-Bug: 585612 Package-Manager: portage-2.3.0_rc1
* dev-perl/Text-CSV_XS: Remove oldAndreas K. Hüttel2016-06-112-31/+0
| | | | Package-Manager: portage-2.3.0_rc1
* dev-perl/Text-CSV_XS: Remove oldAndreas K. Hüttel2016-04-232-31/+0
| | | | Package-Manager: portage-2.2.28
* dev-perl/Text-CSV_XS: Bump to version 1.230.0Kent Fredric2016-04-232-0/+32
| | | | | | | | | | | | | | | | - 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"
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|