summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/Dist-Zilla: Remove old re bug #613586Kent Fredric2017-10-154-454/+0
| | | | | | | Cleanup versions affected by '.' removal from @INC Closes: https://bugs.gentoo.org/613586 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/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/Dist-Zilla: Bump to version 6.10.0Kent Fredric2017-09-172-0/+152
| | | | | | | | Upstream: - Improve handling of non-interactive terminals - Empty file finders should return empty arrays consistently Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Dist-Zilla: Bump to version 6.9.0Kent Fredric2017-03-233-0/+153
| | | | | | | | | | | | Upstream: - Add [GatherFile] Plugin - Make "perl" config loader more reliable - :version in root section now found by authordeps - ./tmp now in default PruneCruft - Carp now hides Module::Runtime from dzil exception stacks - listdeps can now report --recommands, --requires, and --suggests Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Dist-Zilla: Add w/ version 6.8.0Kent Fredric2016-11-213-0/+301
required by app-admin/rex for doing VCS installs. NOTE: This perl module is an "authorside" module and as such it is not TYPICALLY used by anything for installation, as the point of Dist::Zilla is to create simplifed distributions that don't need a lot of install-time magic. It is subsequently *not* used on typical CPAN sources, and should only be used against VCS sources to create an analog of a published CPAN distrubition as part of the VCS build workflow. Previously maintained in ::perl-experimental by Torsten Veller, Michele Beltrame and myself since May 2009 Package-Manager: portage-2.3.2