summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/XML-DOM: Fix tests for '.' in @INC removal bug #623186Kent Fredric2018-03-252-0/+183
| | | | | Bug: https://bugs.gentoo.org/623186 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Template-DBI: Mark stableMikle Kolyada2018-03-241-1/+1
| | | | | Closes: https://bugs.gentoo.org/648978 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/XML-LibXML: Bump to version 2.13.200Kent Fredric2018-03-242-0/+70
| | | | | | | | | | | | - Cleanup more author tests Upstream: - Fix test failures w/ libxml2-2.9.6 - Fix bug in Node::replaceChild() Bug: https://bugs.gentoo.org/635318 Bug: https://bugs.gentoo.org/630934 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/IO-All: Cleanup old re bug #614632Kent Fredric2018-03-242-26/+0
| | | | | Closes: https://bugs.gentoo.org/614632 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Net-SSLeay: arm stable, bug #643346Markus Meier2018-03-231-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-perl/Net-Daemon: arm stable, bug #643290Markus Meier2018-03-231-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-perl/Module-Runtime: arm stable, bug #643282Markus Meier2018-03-231-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-perl/XML-Simple-2.220.0: arm64 stable (bug #623194)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/XML-SAX-Expat-0.510.0: arm64 stable (bug #623194)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/libintl-perl-1.240.0-r2: arm64 stable (bug #621642)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/Wx-Scintilla: EAPI6 + testsKent Fredric2018-03-221-0/+41
| | | | | | | | - EAPI6ify - Enable tests (w/ virtualx handling) - Stop using deprecated wxwidgets.eclass API Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Perl-Critic: Cleanup old re bug #615706Kent Fredric2018-03-223-128/+0
| | | | | Closes: https://bugs.gentoo.org/615706 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Parse-RecDescent-1.967.15: arm64 stable (bug #619074)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/XML-SAX-Base-1.90.0: arm64 stable (bug #619066)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/Sub-Uplevel-0.280.0: arm64 stable (bug #618980)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/Tk-804.33.0: arm64 stableMart Raudsepp2018-03-211-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-perl/Wx-Perl-ProcessStream: EAPI6 + testsKent Fredric2018-03-211-0/+29
| | | | | | | | - EAPI6ify - Enable tests (w/ virtualx) - Stop using deprecated wxwidgets.eclass API Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/WordNet-QueryData: EAPI6 + TestsKent Fredric2018-03-214-0/+144
| | | | | | | | | | - EAPI6ify - Actually make it work at runtime with paths - Fix tests to not be madness against different wordnet datasets - Fix tests to be TAP::Harness friendly - Enable tests Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/WWW-RobotRules: EAPI6 + testsKent Fredric2018-03-211-0/+19
| | | | | | | - EAPI6ify - Enable tests ( don't actually require internet ) Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/WWW-Curl: EAPI6 + testsKent Fredric2018-03-213-0/+241
| | | | | | | | | | - EAPI6ify - Enable tests - Purge unwanted POD tests - Add network controls to network tests - Patchify dot-inc fix. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/WWW-Bugzilla: EAPI6 + testsKent Fredric2018-03-211-0/+50
| | | | | | | | | | | | | | | | | | | | - EAPI6 - Fix DESCRIPTION - Add very arbitrary minimal tests Note: - Builtin tests are well broken for a long time as they rely on connecting to the landfill bugzilla server, and then, they only support Bugzilla 3.4, which no longer runs on the landfill server. - The code in question doesn't support working on Bugzilla >3.4 So the tests in place here only confirm it works as far as Perl can compile it, but doesn't demonstrate the library is actually usable. A package-mask and tree-removal request are next on the todo list. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Test-TCP-2.190.0-r1: hppa stable, bug 648792Matt Turner2018-03-201-1/+1
|
* dev-perl/PadWalker-2.300.0: hppa stable, bug 648580Matt Turner2018-03-201-1/+1
|
* dev-perl/XML-Simple-2.220.0: hppa stable, bug 623194Matt Turner2018-03-201-1/+1
|
* dev-perl/XML-SAX-Expat-0.510.0: hppa stable, bug 623194Matt Turner2018-03-201-1/+1
|
* dev-perl/GnuPG-Interface-0.520.0-r2: hppa stable, bug 622882Matt Turner2018-03-201-1/+1
|
* dev-perl/WebService-MusicBrainz: Bump to version 1.0.4Kent Fredric2018-03-212-0/+22
| | | | | | | Upstream: - Add support to query for a discid Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/PadWalker-2.300.0: ppc64 stable, bug 648580Matt Turner2018-03-201-1/+1
|
* dev-perl/Test-TCP-2.190.0-r1: ppc64 stable, bug 648792Matt Turner2018-03-201-1/+1
|
* dev-perl/Test-TCP-2.190.0-r1: ppc stable, bug 648792Matt Turner2018-03-201-1/+1
|
* dev-perl/Type-Tiny-XS-0.12.0: added ~hppa, bug 620768Matt Turner2018-03-201-1/+1
|
* dev-perl/Type-Tiny-1.2.1: added ~hppa, bug 620768Matt Turner2018-03-201-1/+1
|
* dev-perl/Type-Tie-0.9.0: added ~hppa, bug 620768Matt Turner2018-03-201-1/+1
|
* dev-perl/Regexp-Util-0.3.0: added ~hppa, bug 620768Matt Turner2018-03-201-1/+1
|
* dev-perl/Hash-FieldHash-0.150.0: added ~hppa, bug 620768Matt Turner2018-03-201-1/+1
|
* dev-perl/common-sense-3.740.0-r1: added ~hppa, bug 620108Matt Turner2018-03-201-1/+1
|
* dev-perl/Types-Serialiser-1.0.0-r1: added ~hppa, bug 620108Matt Turner2018-03-201-1/+1
|
* dev-perl/JSON-XS-3.40.0: added ~hppa, bug 620108Matt Turner2018-03-201-1/+1
|
* dev-perl/JSON-2.940.0: added ~hppa, bug 620108Matt Turner2018-03-201-1/+1
|
* dev-perl/WWW-Mechanize: Bump to version 1.870.0Kent Fredric2018-03-212-0/+44
| | | | | | | | | | | | | | | | Upstream: - Use 127.0.0.1 instead of localhost to avoid ipv6 issues in tests - Remove private logic for taint checking - Fix intermittent taint.t failures - Print section titles if mech-dump --all is invoked - Override _agent() method - Make .pm file versions consistent - Return form number in list context - Overload "post" to set "base" - Allow multiple file paths/uri's in mech-dump - Misc doc and test fixes Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/WWW-Mechanize-FormFiller: Bump to version 0.120.0 re bug #633482Kent Fredric2018-03-212-0/+27
| | | | | | | | | | | | | - EAPI6 - Fix problematic incorrect dependency conditional now long redundant (bug #633482) - Enable parallel tests Upstream: - Kill user-side author-testing (<3) Bug: https://bugs.gentoo.org/633482 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Weather-Com: Fix for '.' in @INC re bug #623148Kent Fredric2018-03-213-0/+155
| | | | | | | | | | - EAPI6ify - Fix tests for Perl 5.26+ without '.' in @INC - Disable Network IO unless DIST_TEST_OVERRIDE=~network - Add USE="examples" Bug: https://bugs.gentoo.org/623148 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Wx: Force newer Alien-wxWidgets to avoid wxgtk build issuesKent Fredric2018-03-211-0/+46
| | | | | | | | | | | | Older EAPI6 versions of Alien-wxWidgets could build against versions of wxGTK that eventually lead to dev-perl/Wx failing to compile. Also avoids using deprecated API of wxwidgets.eclass Bug: https://bugs.gentoo.org/615246 Closes: https://bugs.gentoo.org/627180 Closes: https://bugs.gentoo.org/623042 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Alien-wxWidgets: Fix use of wxwidgets eclassKent Fredric2018-03-211-0/+37
| | | | | | | | | | | | | | | EAPI5 auto-setup the wxwidgets magic, but EAPI6 requires explicit invocation to function. This omission means Alien-wxWidgets would get built with whatever was currently selected with "eselect wxwidgets", ultimately resulting in compilation failure in dev-perl/Wx when the wx implementation was either wxGTK 2.8, or the GTK3 version of wxGTK3 Bug: https://bugs.gentoo.org/623042 Bug: https://bugs.gentoo.org/627180 Bug: https://bugs.gentoo.org/615246 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Video-ivtv: EAPI6 + testsKent Fredric2018-03-201-0/+39
| | | | | | | | - EAPI6ify - Add rudimentary tests - Add "I'm an adult" features to force test Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Video-Frequencies: EAPI6 + testsKent Fredric2018-03-201-0/+35
| | | | | | | - EAPI6ify - Add basic compile tests Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Video-Info: EAPI6 + testsKent Fredric2018-03-202-0/+39
| | | | | | | | | | - EAPI6ify - Enable tests. ( Note, 2 tests had to be euthanised for various reasons, but its better we do this and at least have *some* tests in place to detect critical regressions ) - Add missing CPAN remote-id's Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Version-Next: Add missing CPAN remote-id'sKent Fredric2018-03-201-0/+4
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/VM-EC2-Security-CredentialCache: Add missing CPAN remote-id'sKent Fredric2018-03-201-4/+8
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/VM-EC2: Add missing CPAN remote-id'sKent Fredric2018-03-201-4/+186
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6