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/Git-Wrapper: Add remote-id's to metadata.xmlKent Fredric2017-10-241-0/+9
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Git-Wrapper: Fix missing dep on dev-vcs/git bug #633384Kent Fredric2017-10-041-0/+11
| | | | | | | | | Also adds a late src_compile test that asserts Git::Wrapper is loadable, and will fail if src_prepare fails silently like it did in bug #633384 due to the absence of `blib`. Closes: https://bugs.gentoo.org/633384 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Git-Wrapper: New package. Needed for Dist::Zilla::Plugin::Git.Andreas K. Hüttel2017-06-183-0/+45
Package-Manager: Portage-2.3.6, Repoman-2.3.2