summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Data-Random: Bump to 0.120.0Kent Fredric2016-11-112-0/+40
| | | | | | | | | | | | - EAPI6 - Parallel tests Upstream: - rand_chars() now returns a string in scalar context - migrate from Date::Calc to Time::Piece - Limit colour values to 255 ( not 256 ) Package-Manager: portage-2.3.2
* dev-perl/Data-Page-Pageset: Remove POD Author testsKent Fredric2016-11-112-0/+6
| | | | | | Update metadata.xml while were here. Package-Manager: portage-2.3.2
* dev-perl/Data-ObjectDriver: bump to 0.140.0Kent Fredric2016-11-112-0/+33
| | | | | | | | | | | | | | - EAPI6 Upstream: - Fix broken tests - Fallback driver now passed all args - Remove a joined table from the "FROM" phase to avoid errors with mysql. - Fix broken statement handler at inserting new records - Fixes for SQLite 3.10 compat Package-Manager: portage-2.3.2
* dev-perl/Data-FormValidator: Remove POD testKent Fredric2016-11-111-0/+5
| | | | Package-Manager: portage-2.3.2
* dev-perl/Data-Dumper-Concise: Bump to version 2.22.0Kent Fredric2016-11-112-0/+22
| | | | | | | | | | - EAPI6 - Parallel Testing Upstream: - Make Dwarn output all arguments even in scalar context Package-Manager: portage-2.3.2
* dev-perl/Data-Dump-Streamer: Bump to version 2.400.0Kent Fredric2016-11-112-0/+44
| | | | | | | | Upstream: - Fix JSON handling errors in padwalkerless environements - Various perl portability fixes Package-Manager: portage-2.3.2
* dev-perl/Test-MockObject: Remove README.pod from vendor/Kent Fredric2016-11-112-1/+7
| | | | Package-Manager: portage-2.3.2
* dev-perl/Sys-Syscall: Avoid installed README.pod to vendor/Kent Fredric2016-11-112-1/+9
| | | | Package-Manager: portage-2.3.2
* dev-perl/DB_File-Lock: Fix test failure on perl >5.20Kent Fredric2016-11-112-1/+32
| | | | Package-Manager: portage-2.3.2
* dev-perl/DBIx-SearchBuilder: Remove POD AuthortestKent Fredric2016-11-111-0/+5
| | | | Package-Manager: portage-2.3.2
* dev-perl/DBIx-Migration: Prune POD Author testsKent Fredric2016-11-111-1/+6
| | | | Package-Manager: portage-2.3.2
* dev-perl/GD: stabilize 2.560.0-r1 for all #597888Mike Frysinger2016-11-101-1/+1
|
* dev-perl/DateTime-Calendar-Julian: Supplement missing DESCRIPTIONKent Fredric2016-11-091-1/+1
| | | | | | Value verbatim from upstreams ABSTRACT Package-Manager: portage-2.3.2
* dev-perl/DateTime-Calendar-Julian: Add to tree at 0.40.0 re bug #599236Kent Fredric2016-11-093-0/+35
| | | | | | | | Requested by "MW" for a future release of dev-tex/biber Bug: https://bugs.gentoo.org/599236 Package-Manager: portage-2.3.2
* dev-perl/Glib-Object-Introspection: fix sandbox issue (bug #599128)Sergiy Borodych2016-11-071-1/+5
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/2770 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-perl/DBIx-Class-InflateColumn-Object-Enum: Bump to 0.60.0Kent Fredric2016-11-082-0/+27
| | | | | | | | | | | | | | | | | - EAPI6 Upstream: - { unset => ... $val } is passed to internal Object::Enum->new() for columns where { is_nullable => $val } is true. - Columns where is_nullable is true require a column default_value. - Setting a columns default to a value that is not already a defined enum value now automatically expands the enum value set. - Setting a column value explicitly that is not a legal enum now throws an exception - Object::Enum instances are marked immutable as tweaking them directly won't automatically update the database's representation. Package-Manager: portage-2.3.2
* dev-perl/DBD-mysql: Bump to 4.38.10_rc ( Development ) re: bug #599068Kent Fredric2016-11-082-0/+67
| | | | | | | | | | | | | | | | - Patch now upstreamed Upstream: - Fix bug in compiling mysql embedded server - Fix compilation with mariadb - use newSVpn where possible for efficiency - mysql_server_prepare supports fetching BIT columns - Use correct format for printf instead of relying on typecasting - Include errno.h for MYSQL_ASYNC which uses it Bug: https://bugs.gentoo.org/599068 Package-Manager: portage-2.3.2
* dev-perl/DBIx-Class-InflateColumn-Boolean: Bump to version 0.3.0Kent Fredric2016-11-072-0/+31
| | | | | | | | | | - EAPI6 - Parallel Testing Upstream: - Remove Contextual::Return with lightweight object Package-Manager: portage-2.3.2
* dev-perl/DBIx-Class-InflateColumn-Boolean: Remove Pod author testsKent Fredric2016-11-071-3/+9
| | | | Package-Manager: portage-2.3.2
* dev-perl/Glib-Object-Introspection: New packageSergiy Borodych2016-11-063-0/+41
| | | | | | | * Required for media-sound/gmusicbrowser gstreamer-1.x support Closes: https://github.com/gentoo/gentoo/pull/2661 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-perl/DBICx-TestDatabase: Bump to 0.50.0Kent Fredric2016-11-072-0/+29
| | | | | | | | | | - EAPI6 - Parallel Testing turned on Upstream: - Adds support for an option to disable automatic deployment Package-Manager: portage-2.3.2
* dev-perl/DBIx-Class: Bump to version 0.82.840Kent Fredric2016-11-073-0/+97
| | | | | | | | - EAPI6 - Add USE=examples - Enable parallel testing Package-Manager: portage-2.3.2
* dev-perl/DBI: Bump to version 1.636.0Kent Fredric2016-11-063-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | - EAPI6 - Add USE="examples" - Removed restriction on parallel compilation and tests Upstream: - Fix compilation on threadperls <= 5.12 - Fix race condition in destroy tests - Handle UTF8 in RaiseError/PrintError correctly - Fix ShowErrorStatement showing the wrong statement - DBD::Gofer handles UTF8 STDIN/STDOUT correctly - Fix no-column fetchall_arrayref({}) failing to bind_columns by returning an empty set instead - Fix memory leak with tied CachedKids attribute cache - Fix commit() or rollback() raising fatal "panic: attempt to copy freed scalar" in non-null context. - Avoid spurious extra warning when passing undef to DBI::Profile as a Path. - SQL::Nano parser now ignores trailing semicolon - New dbh->selectall_array method akin for simplifed dereferencing. - Killed DBI::FAQ Package-Manager: portage-2.3.2
* dev-perl/DBD-mysql: Bump to version 4.38.0Kent Fredric2016-11-062-0/+70
| | | | | | | | | | | | | | | | | Upstream: - Fixes for MySQL 8 support - Fixes for Win32 with new libmysqlclient - Fix unit test crashes on windows - Add support for storing MYSQL_TYPE_LONG as native 64 bit integers instead of strings when Perl is built with 64bit int support. - Use _WIN32 Macro instead of __WIN__ to support newer libmysqlclient - Avoid use of unsafe sprintf with variable length - Change bind-parameter logic to avoid buffer overflows with incorret parameter type (rt#61849) Bug: https://rt.cpan.org/Ticket/Display.html?id=61849 Package-Manager: portage-2.3.2
* dev-perl/JSON-Parse: Bump to 0.430.0Kent Fredric2016-11-062-0/+24
| | | | | | | | | Upstream: - Remove dependency on Path::Tiny - Update unicode decoding logic - Increase clarity of validation Package-Manager: portage-2.3.2
* dev-perl/XML-Simple: add ~amd64-fbsd, ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=595562
* dev-perl/XML-SAX-Expat: add ~amd64-fbsd, ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=595562
* dev-perl/Test-Warnings: add ~amd64-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=580268
* dev-perl/CPAN-Meta-Check: add ~amd64-fbsd, ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=580268
* dev-perl/Test-Deep: add ~amd64-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=580268
* dev-perl/Archive-Zip: add ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=569868
* dev-perl/Test-MockModule: add ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=569868
* dev-perl/SUPER: add ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
|
* dev-perl/Sub-Identify: add ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
|
* dev-perl/Google-Ads-AdWords-Client: Bump to version 4.11.0Kent Fredric2016-11-053-0/+100
| | | | | | | | | | - EAPI6 - Add USE=examples - Restore tests (working) - Upstream -> CPAN instead of GoogleCode - Deps cleaned up Package-Manager: portage-2.3.2
* dev-perl/JSON-Parse: Added at version 0.420.0Kent Fredric2016-11-053-0/+40
| | | | | | Required by newer Google-Ads-Adwords-Client Package-Manager: portage-2.3.2
* dev-perl/google-api-adwords-perl: Remove, mv'd to ↵Kent Fredric2016-11-053-62/+0
| | | | dev-perl/Google-Ads-AdWords-Client
* dev-perl/Google-Ads-AdWords-Client: Copy from dev-perl/google-api-adwords-perlKent Fredric2016-11-053-0/+62
| | | | | | Migrating to CPAN naming scheme as upstream origins are changing. Package-Manager: portage-2.3.2
* dev-perl/XML-LibXML: keyword for ~amd64-fbsd.Yuta Satoh2016-11-051-1/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/581590 Closes: https://github.com/gentoo/gentoo/pull/2747 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-perl/Test-LeakTrace: keyword for ~amd64-fbsd and ~x86-fbsd.Yuta Satoh2016-11-051-1/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/581590 Closes: https://github.com/gentoo/gentoo/pull/2747 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-perl/Lab-Measurement: Remove oldAndreas K. Hüttel2016-11-055-264/+0
| | | | Package-Manager: portage-2.3.2
* dev-perl/Lab-Measurement: Version bumpAndreas K. Hüttel2016-11-053-1/+81
| | | | Package-Manager: portage-2.3.2
* dev-perl/Image-Info: Stable for PPC64 (bug #598766).Jeroen Roovers2016-11-041-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches
* dev-perl/DBD-mysql: Stable for PPC64 (bug #596424).Jeroen Roovers2016-11-041-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches
* dev-perl/Image-Info: x86 stable wrt bug #598766Agostino Sarubbo2016-11-041-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Image-Info: amd64 stable wrt bug #598766Agostino Sarubbo2016-11-041-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Mozilla-CA: Restore ~arch keywords for stub versionAndreas K. Hüttel2016-11-031-1/+1
| | | | Package-Manager: portage-2.3.2
* dev-perl/Search-Xapian: remove proxied maintainer per his requestGöktürk Yüksek2016-11-031-8/+0
| | | | Package-Manager: portage-2.2.28
* dev-perl/Image-Info: Bump to 1.390.0 re bug #598766Kent Fredric2016-11-032-0/+27
| | | | | | | | | | | | | | | - EAPI6 - Add USE=examples - Fixed incorrect dependencies for IO::String - Removed bad author tests Upstream: - Fixed for RT#118099 XML eXternal Entity Attack in SVG files. Bug: https://bugs.gentoo.org/598766 Bug: https://rt.cpan.org/Ticket/Display.html?id=118099 Package-Manager: portage-2.3.2
* dev-perl/Mozilla-CA: Add gentoo stub, untested, without keywordsAndreas K. Hüttel2016-11-022-0/+21
| | | | Package-Manager: portage-2.3.2