5 Commits

Author SHA1 Message Date
Michał Górny
064af661d0
*/*: [QA] Fix trivial cases of MissingTestRestrict
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>
2019-12-11 00:22:38 +01:00
Robin H. Johnson
61b861acd7
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
James Le Cuirot
706a9d085f
dev-java/stringtemplate: 4.0.8 stable on amd64, ppc64, x86 (ALLARCHES)
Package-Manager: portage-2.3.1
2016-10-07 21:55:06 +01:00
James Le Cuirot
d43d2c01dc
Drop support for Java on ppc across the tree
Sorry! *sniff*
2016-01-16 11:27:11 +00:00
James Le Cuirot
49d428bd9f
dev-java/stringtemplate: Version bump into new SLOT 4 (fixes #417895)
This is needed by newer versions of ANTLR.

Package-Manager: portage-2.2.26
2015-12-05 23:41:24 +00:00