summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Date-Manip: Ensure tests are run under TZ=UTCKent Fredric2017-06-046-6/+6
| | | | | | | | | | | | | | | | On a stock gentoo install from stage 3, the TZ is set to "factory", and unless this is changed, this causes these tests to fail. As the point of tests are to ensure the code works, not to ensure the users system is an arbitrary definition of sane, these tests failing do more harm than good. It may be worth adding additional check code to warn the user of this condition, as its still there even for users who dont' run tests, and a customized warning will give more gentoo-specific help than some generic perl failure can. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Date-Manip: Bump to version 6.590.0Kent Fredric2017-06-042-0/+38
| | | | | | | | Upstream: - Fixes for MMT mappings - Documentation fixes Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Type-Tiny: Bump to version 1.2.0Kent Fredric2017-06-043-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI6 - Tests enabled w/ parallel! - Add USE="exmaples" - Add all recommended deps that are used somewhere internally Upstream: - Fix escaping within q{} in tests - Add functions compile_named, validate_named to Type::Params - Can use Sub::Util when available - Better fallback for Utils::dwim_type - Lazy-load dependencies - Optimized HashRef,ArrayRef,ScalarRef,Map,Tuple and StrMatch constraints - Inlined ::Int check checks value isn't a reference - ArrayRef[ Int, Int ] and similar now an exception - Improved error location reporting for Moo - NumericCode can coerce strings with whitespace - constraint parameters can be strings of perl code - localise sig-die in Type::Registry - Tuple[Int] and similar no longer report having coercions of nested type lacks coercions - New CycleTuple type - RegexpRef now accepts blessed objects if $object->isa('Regexp') - Support for StrMatch regexp inlining via Regexp::Util - Include trailing \n at end of stringified exceptions Keywording: - New dependencies, dropping keywords for: hppa, ppc Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Type-Tie: Add w/ version 0.9.0Kent Fredric2017-06-043-0/+45
| | | | | | Required by newer Type::Tiny Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Hash-FieldHash: Add w/ version 0.150.0Kent Fredric2017-06-043-0/+50
| | | | | | | | | Required by Type-Tiny via Type-Tie Previously maintained in perl-experimental since 2011-03-22 by Kent Fredric and Torsten Veller Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Regexp-Util: Add w/ version 0.3.0Kent Fredric2017-06-043-0/+35
| | | | | | Required for newer Type-Tiny Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/DateTime-Format-W3CDTF: Cleanup old re bug #614962Kent Fredric2017-06-042-21/+0
| | | | | | | Removing old versions affected by '.' removal from @INC Bug: https://bugs.gentoo.org/614962 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Config-Crontab: Cleanup old re bug #615114Kent Fredric2017-06-043-36/+0
| | | | | | | Removing old versions affected by '.' removal from @INC Bug: https://bugs.gentoo.org/615114 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Data-ObjectDriver: Cleanup old re bug #615598Kent Fredric2017-06-043-58/+0
| | | | | | | Removing old versions affected by '.' removal from @INC Bug: https://bugs.gentoo.org/615598 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Convert-BinHex: ia64 stable, bug #570280Sergei Trofimovich2017-06-031-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* dev-perl/Test-Most: ia64 stable, bug #570280Sergei Trofimovich2017-06-031-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* dev-perl/Test-Differences: ia64 stable, bug #570280Sergei Trofimovich2017-06-031-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* dev-perl/Google-Ads-AdWords-Client: Bump to version 4.14.0 re bug #613404Kent Fredric2017-06-045-0/+1542
| | | | | | | | | | | | - Added patch for '.' in @INC (#613404) - Added patch for unescaped { Upstream: - Add support/examples for v201705 - Add more situation examples Bug: https://bugs.gentoo.org/613404 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Data-FormValidator: Add fix for '.' in @INC re bug #613378Kent Fredric2017-06-042-0/+90
| | | | | | | | | This avoids the '.' in @INC issue by absolutizing paths at construction time so that "do" never loads any path other than the one the user assumed would be read. Bug: https://bugs.gentoo.org/613378 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/CryptX: Bump to version 0.48.0Kent Fredric2017-06-033-0/+57
| | | | | | | | | | | | | | Upstream: - New digests SHA3{224,256,384,512},SHAKE,BLAKE2b{160,256,384,512} BLAKE2s{160,224,256} - New AuthEnc ChaCha20Poly1305 - New Mac Poly1305,BLAKE2s,BLAKE2b - New PRNG ChaCha20 - New Crypt::Stream modules ChaCha, RC4, Sober128 - Chacha20 now default PRNG for Crypt::PRNG - new functions increment_octets_be/le Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/CPAN-Perl-Releases: Bump to version 3.22Kent Fredric2017-06-032-0/+28
| | | | | | | Upstream: - Add perl 5.27.0 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Glib-Object-Introspection: Bump to version 0.43.0Kent Fredric2017-06-032-0/+32
| | | | | | | Upstream: _ Add functions for handling rew flags values Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Mojolicious: Bump to version 7.320.0Kent Fredric2017-06-022-0/+35
| | | | | | | | | Upstream: - get command now supports -f - get command can now pass request data by stdin redirection - fix memory leak breaking timeout in TLS handshake Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/HTML-TableParser: x86 stable wrt bug #620238Agostino Sarubbo2017-06-011-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Module-Build: Bump to version 0.422.400Kent Fredric2017-06-012-0/+41
| | | | | | | | Upstream: - Additional defences for building without '.' in @INC under CPAN.pm Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/HTML-TableParser: amd64 stable wrt bug #620238Agostino Sarubbo2017-05-311-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/MP3-Tag: Cleanup old re bug #600062Kent Fredric2017-05-312-22/+0
| | | | | | Remove versions broken by unescaped { deprecation in 5.26 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/autobox: Cleanup old re bug #614642Kent Fredric2017-05-312-22/+0
| | | | | | Remove versions broken by low-level API changes in 5.26 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/local-lib: Cleanup old re bug #614672Kent Fredric2017-05-313-50/+0
| | | | | | Remove old versions affected by '.' removal from @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/SQL-Statement: Cleanup old re bug #614926Kent Fredric2017-05-314-120/+0
| | | | | | Remove old versions affected by '.' removal from @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Bio-ASN1-EntrezGene: Cleanup old re bug #614938Kent Fredric2017-05-313-57/+0
| | | | | | Remove versions affected by unescaped left { in regex. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/SQL-Abstract: Remove old versions re bug #615224Kent Fredric2017-05-312-36/+0
| | | | | | Cleanp versions affected by '.' removal from @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-NoTabs: Cleanup old re bug #615496Kent Fredric2017-05-312-21/+0
| | | | | | Remove versions affected by '.' in @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/String-Approx: Cleanup old re bug #615810Kent Fredric2017-05-312-18/+0
| | | | | | Remove old versions affected by '.' in @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Unicode-UTF8: Cleanup old re bug #614802Kent Fredric2017-05-312-40/+0
| | | | | | Remove old versions affected by "." removal from "@INC" Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Path-Tiny: Cleanup old re bug #614804Kent Fredric2017-05-313-81/+0
| | | | | | Removing old versions broken by '.' removal from @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Inline-C: Bump to version 0.780.0 re bug #617002Kent Fredric2017-05-313-0/+48
| | | | | | | | | | - Add USE="examples" Upstream: - Remove systemcalls "rm" and "diff" - Fixes for "." in "@INC" Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Gearman: Bump to version 2.4.7Kent Fredric2017-05-312-0/+44
| | | | | | | Upstream: - stringify job server in various paths Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/CPAN-Perl-Releases: Bump to version 3.200.0Kent Fredric2017-05-312-0/+28
| | | | | | | Upstream: - Add 5.26.0 final Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/BZ-Client: Bump to version 4.400.200Kent Fredric2017-05-313-0/+52
| | | | | | | | | | | Upstream: - Enhanced attachedment adding - Add can slurp files - Proper Base64 Encode/Decode support for attachments - content of error response now dumped in addition to headers with logDirectory Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/YAML-LibYAML: Bump to version 0.650.0Kent Fredric2017-05-312-0/+24
| | | | | | | | Upstream: - Fix warning about unused variables - Documentation enhancement Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Tie-Cycle: Bump to version 1.224.0Kent Fredric2017-05-312-0/+29
| | | | | | | | | - Add extra defences against broken tests Upstream: - Change to Artistic-2 License Package-Manager: Portage-2.3.5, Repoman-2.3.2
* 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: Bump to version 1.950.0Kent Fredric2017-05-302-0/+31
| | | | | | | Upstream: - Add strict attribute Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-TCP: Bump to version 2.190.0Kent Fredric2017-05-302-0/+32
| | | | | | | | | Upstream: - Use kernel to select empty port - Dont' run command when port is empty - Implement hack on windows to determine port used Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-MockTime-HiRes: Bump to version 0.70.0Kent Fredric2017-05-302-0/+27
| | | | | | | | Upstream: - Fix resolution of usleep() and nanosleep() - Fix gettimeofday() to return integer values Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-EOL: Bump to version 2.0.0Kent Fredric2017-05-302-0/+29
| | | | | | | | | | - EAPI6 - Parallel Tests Upstream: - Check .pod files as well Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-Deep: Bump to version 1.127.0Kent Fredric2017-05-302-0/+37
| | | | | | | | Upstream: - Don't prematurely convert simple scalars to tests in any/all/none as this breaks leaf-wrapper application Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Specio: Bump to version 0.370.0Kent Fredric2017-05-302-0/+40
| | | | | | | Upstream: - Potential fix for threaded perl failures in some dependents Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Ref-Util: Bump to version 0.203.0Kent Fredric2017-05-303-0/+35
| | | | | | | | Upstream: - Add pure-perl implementation - Fork XS bits into Ref::Util::XS Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Ref-Util-XS: Add w/ version 0.116.0Kent Fredric2017-05-303-0/+40
| | | | | | | - Split out from dev-perl/Ref-Util - Keywords transposed from there as this is the same code. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Plack: Bump to version 1.4.400Kent Fredric2017-05-302-0/+70
| | | | | | | | Uptream: - Add support for passing pre-existing open socket connections and in ::Test::Server Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Perl-Tidy: Bump to version 20170521.0.0Kent Fredric2017-05-302-0/+38
| | | | | | | | | | | | | | | | | | | | - Use DIST_EXAMPLES logic Upstream: - Fix symlink attack from failure to check perltidy.ERR deletion - Don't mis-parse certain anonymous hash references - Don't parse => after __END__ or __DATA__ as quotes - Fix parsing of perltidyrc - Add support for <<>> operator. - Fix --enc=utf8 + --backup-and-modify-in-place - Fix minor formatting issue with one-line blocks with subs with sigs - Fix utf8 error when output is STDOUT - Improve spacing of try/catch/finally blocks - Fix incorrect parsing of anon-subs with sigs and prototypes as broken ternaries - Add new open/closing block blank line controls Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Net-HTTP: Bump to version 6.160.0Kent Fredric2017-05-302-0/+38
| | | | | | | Upstream: - Use newer IO::Socket::SSL Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Params-Validate: Bump to version 1.280.0Kent Fredric2017-05-303-1/+36
| | | | | | | | Upstream: - Move author/release tests from install-side test paths - List missing but required parameters in error message Package-Manager: Portage-2.3.5, Repoman-2.3.2