summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Apache-CGI-Builder: Kill apache1 support, add testsKent Fredric2017-10-133-1/+113
| | | | | | | | | - EAPI6 - Enable/extend tests (slightly) - Kill all mentions of apache1 - Add missing mod_perl dep Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Ace: Add tests & XS & RPCKent Fredric2017-10-131-0/+96
| | | | | | | | | | | - EAPI6ify - Add basic compile tests - Add missing dependencies discovered by tests - Build XS support - Build RPC support - Fence network tests better Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Audio-Mixer: Fixup testing and cruft filesKent Fredric2017-10-134-0/+234
| | | | | | | | | | | | - EAPI6 - Don't install volume.pl to @INC - Add USE=examples - Add some basic tests without needing the soundcard - Properly fence and advertise tests - Replace upstreams tests with better ones that fail when things break. - Apply clang patch Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Lab-Measurement: Version bumpAndreas K. Huettel2017-10-103-1/+143
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-perl/App-pwhich: Drop keywords due to new dep Test2-SuiteKent Fredric2017-10-101-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DateTime: Remove premature hppa keywordsKent Fredric2017-10-101-1/+1
| | | | | | | this should have happened sooner when the rev-bump occurred due to adding new, underkeyworded packages, but got missed due to package.mask Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Date-Manip: Bump to version 6.600.0Kent Fredric2017-10-102-0/+38
| | | | | | | | Upstream: - Fix recurrences without interval, start and end dates. - Documentation clarification Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Date-Extract: Bump to version 0.60.0Kent Fredric2017-10-102-0/+36
| | | | | | | Upstream: - Packaging and doc fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-Structure-Util: Bump to version 0.160.0Kent Fredric2017-10-103-0/+34
| | | | | | | | | | | - EAPI6 - Enable tests Upstream: - Fix clang/gcc warnings - Fix assertions that are no longer valid since Perl 5.20 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-Section: Bump to version 0.200.7Kent Fredric2017-10-102-0/+27
| | | | | | | | Upstream: - Avoid potential failures with test library called "Parent" on case insensitive filesystems Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-HexDump: Fix duplicate binscript installationKent Fredric2017-10-104-0/+135
| | | | | | | | | | | - EAPI6 - Normalize version - Fix installing twice ( once to bin/, once to @INC ) - Fix possibly harmful `use lib` line - Fix test warnings - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-FormValidator: Bump to version 4.880.0Kent Fredric2017-10-103-0/+102
| | | | | | | | | | | | - Fix upstream installing spurious README.pod - Advertise optional test dependencies - Ensure all shipped modules compile Upstream: - Fixed '.' in @INC loading - Add support for 2-series mastercard numbers Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-Float: Bump to version 0.13.0Kent Fredric2017-10-092-0/+27
| | | | | | | Upstream: - Packaging and documentation cleanups Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Daemon-Generic: Bump to version 0.850.0Kent Fredric2017-10-092-0/+33
| | | | | | | | | | - EAPI6 - Weaken deps Upstream: - Fix test race condition Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Benchmark-Timer: Fix missing build dep on URI bug #633818Kent Fredric2017-10-091-0/+1
| | | | | Closes: https://bugs.gentoo.org/633818 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBIx-SearchBuilder: Bump to version 1.670.0Kent Fredric2017-10-094-3/+51
| | | | | | | | | | | - EAPI6 - Add USE="examples" - Update patch-refs Upstream: - Add ->QueryHint and ->QueryHintFormatted for Oracle Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBD-Pg: Bump to version 3.7.0Kent Fredric2017-10-082-0/+98
| | | | | | | | | | | | | | | | | | | - Radically improve test coverage - Previously ran no tests - Now runs basic tests and compile tests without needing a database - checks for database being configured - if database is configured for testing, tests run - See https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-Pg Upstream: - Use PQexec instead of PQexecParams when no placeholders - Fix tests w/ server w/o UTF8 - Fix crash with missing client_encoding - Fix crash with missing server_version - Fix leak in ->state methods - Add pg_async_status field in statement handles. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBI-Shell: Fix '.' in @INC w/ rbump bug #615592Kent Fredric2017-10-085-0/+143
| | | | | | | | | | | - EAPI6 - Fix (runtime) '.' in @INC issue - fix no_chrdir issue with newer File::Find - fix localisation of $^W ( started warning in 5.10 ) - silenct warning about excess sprintf Bug: https://bugs.gentoo.org/615592 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Devel-SmallProf: Fix perl 5.26 support re bug #615590Kent Fredric2017-10-082-0/+89
| | | | | | | | - Runtime code for .smallprof file loading changed needing rbump - Tests patched for loading with new "do" syntax. Bug: https://bugs.gentoo.org/615590 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Net-Daemon: Fix configfile reading bug #633722Kent Fredric2017-10-082-0/+56
| | | | | | | | | | - r1bump because this changes runtime code - will need restable because this needs testing to happen - tests restored, please do not disable them all again - EAPI6 Bug: https://bugs.gentoo.org/633722 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBI: Bump to version 1.637 re bug #614644Kent Fredric2017-10-082-0/+33
| | | | | | | | | | | | | | | | Upstream: - Fix CWE-134 where possible crashes can occur due to db errors containing a "%" - Fix extension detection for DBD::File related drivers - Fixes for dot-in-inc on 5.26 - Fix loss of error message on parent handle - Fix $_ disappearing inside callbacks - Objects now allowed as passwords without die()ing - $sth NAME_* attributes now settable from Perl - Add support for DBD::XMLSimple Bug: https://bugs.gentoo.org/614644 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Devel-NYTProf: Fix test failure without '.' in @INC bug #615734Kent Fredric2017-10-082-2/+43
| | | | | Closes: https://bugs.gentoo.org/615734 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-ShowTable: Fix test failure without '.' in @INC bug #615582Kent Fredric2017-10-073-9/+274
| | | | | | | | | - Fix parallel testing and enable it - Restore disabled test which I cannot make fail. Bug: https://bugs.gentoo.org/403881 Closes: https://bugs.gentoo.org/615582 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Data-Dump-Streamer: Fix test failures without '.' in @INC bug #615698Kent Fredric2017-10-072-2/+245
| | | | | Bug: https://bugs.gentoo.org/615698 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-MakeMethods: Fix broken tests on Perl 5.26 re bug #615120Kent Fredric2017-10-072-1/+29
| | | | | Closes: https://bugs.gentoo.org/615120 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBD-SQLite: Fix test failures on 5.26 re bug #615088Kent Fredric2017-10-072-1/+9
| | | | | Bug: https://bugs.gentoo.org/615088 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Date-Pcalc: Fix test failures re bug #615580Kent Fredric2017-10-073-2/+756
| | | | | Closes: https://bugs.gentoo.org/615580 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Dist-Zilla: Fix test failures w/ TZ=FactoryKent Fredric2017-10-071-0/+3
| | | | | | | Gentoo stock images have localtime as Factory which breaks various test modules superflously in tests. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Devel-Refactor: Fix test failures under perl 5.26 bug #615738Kent Fredric2017-10-072-2/+32
| | | | | Closes: https://bugs.gentoo.org/615738 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Search-Xapian: version bump to 1.2.25.0Anthony G. Basile2017-10-062-0/+38
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Dist-Zilla: Fix bungling of previous commitKent Fredric2017-10-062-3/+3
| | | | | | | | | | I edited the wrong file and didn't realise till too late. Programming with a headache is bad. 6.10.0 is returned to how it was, and 6.10.0-r2 is what 6.10.0-r1 should have been. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Dist-Zilla: Add fix for [=inc::Foo] on 5.26 bug #613586Kent Fredric2017-10-063-0/+212
| | | | | | | | | | | | This unbreaks dists that use the syntax: [=inc::Foo] Which is *far* more widespread than any use of stuff from `@INC` locations **other** than `.` Bug: https://bugs.gentoo.org/613586 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/CryptX: Bump to version 0.53.0Kent Fredric2017-10-062-0/+36
| | | | | | | | | | | | | Upstream: - Fixed Crypt::PK::{DH,DSA}::generate_key - Add Crypt::Misc::{encode,decode}_b{32,58}* - Remove Crypt::PK::DH::{encrypt,decrypt,{sign,verify}_{message,hash}} - Crypt::PK::RSA: Import PK from X509 - aad_add is obsolte - Fix encryption of the empty string - Crypt::AuthEnc::OCB now RFC7253 Compliant Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Cpanel-JSON-XS: Bump to version 3.23.900Kent Fredric2017-10-062-0/+25
| | | | | | | | | | Upstream: - Check for correct module in %INC - Disallow duplicate keys unless in relaxed mode - Stringify <true> as "1" not "true" - Be locale insensitive Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Coro: Bump to version 6.514.0Kent Fredric2017-10-064-0/+117
| | | | | | | | | | | | | | | | | | | | - Patches all upstremed - Add USE="examples" - Fix automagic building of EV/Event Upstream: - Fixes for supporting API changes in Perl 5.22, 5.24, 5.26... - disable FORTIFY_SOURCE to avoid fortifed-but-broken longjmp in some libc's - Partially improved JIT allocation - Fixes for statevar types on newer perls - safe_cancel no longer croaks from already destroyed threads. Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Coro: fix automagic builds Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Cookie-Baker: Bump to version 0.80.0Kent Fredric2017-10-052-0/+28
| | | | | | | | Upstream: - Disallow , as a delimiter - max-age=0 now accepted Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Cookie-Baker-XS: Bump to version 0.80.0Kent Fredric2017-10-052-0/+24
| | | | | | | Upstream: - Disallow , as delimter Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Config-IniFiles: Bump to version 2.940.0Kent Fredric2017-10-052-0/+40
| | | | | | | | Upstream: - Packaging fixes - Documentation/Spelling fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Config-Grammar: Bump to version 1.120.0Kent Fredric2017-10-052-0/+26
| | | | | | | | Upstream: - Fix used-only-once warnings - Doc spell fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Config-AutoConf: Bump to version 0.315.0Kent Fredric2017-10-052-0/+31
| | | | | | | | | Upstream: - add check_builtin function - ensure check_* are correctly passed into config.h - fix check_dirent_header caches to be independent for headers Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-Virtual: Bump to version 0.80.0Kent Fredric2017-10-052-0/+23
| | | | | | | Upstream: - Improve strict/warnings usage. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-Unload: Bump to version 0.110.0Kent Fredric2017-10-052-0/+34
| | | | | | | Upstream: - Add support for removing Moose classes properly Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-Tiny: Bump to version 1.6.0Kent Fredric2017-10-052-0/+32
| | | | | | | Upstream: - Optimize generated accessors Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-Mix: Bump to 0.6.0Kent Fredric2017-10-052-0/+32
| | | | | | | | | | | - EAPI6 - Parallel Tests - Cleanup dud tests Upstream: - Packaging/Documentation changes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-Inspector: Bump to version 1.320.0Kent Fredric2017-10-052-0/+24
| | | | | | | Upstream: - Support for arrayrefs and objects in @INC Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-ISA: Normalise versionKent Fredric2017-10-051-0/+20
| | | | | | | - EAPI6 - Parallel tests Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Class-Base: Bump to version 0.80.0Kent Fredric2017-10-052-0/+21
| | | | | | | Upstream: - packaging fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Cisco-Reconfig: Bump to version 0.912.0Kent Fredric2017-10-052-0/+21
| | | | | | | | | | - EAPI6 - Parallel tests Upstream: - Allow outdented "quit" Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Chatbot-Eliza: Bump to version 1.80.0Kent Fredric2017-10-042-0/+24
| | | | | | | Upstream: - Documentation fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/XML-AutoWriter: Remove last-rited pkgMichał Górny2017-10-043-45/+0
| | | | Closes: https://bugs.gentoo.org/623900