summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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-java/jflex: arm64 stableAaron Bauman2019-05-171-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* dev-java/jflex: Dekeyword *-fbsdMichał Górny2018-03-011-2/+2
|
* dev-java/jflex: keyword ~arm64Alexis Ballier2017-07-131-2/+2
| | | | Package-Manager: Portage-2.3.6, 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-java/jflex: Mark 1.6.1 stable on amd64, ppc64, x86 using ALLARCHESJames Le Cuirot2016-04-241-1/+1
| | | | Package-Manager: portage-2.2.28
* Drop support for Java on ppc across the treeJames Le Cuirot2016-01-161-2/+2
| | | | Sorry! *sniff*
* dev-java/jflex: Add ~ppc64 keywordJames Le Cuirot2015-11-221-1/+1
| | | | Package-Manager: portage-2.2.25
* dev-java/jflex: Rewrite for version bump to 1.6.1James Le Cuirot2015-11-021-0/+121
Rewritten using java-pkg-simple to give us more control over this tricky package. javacup has become a PDEPEND, meaning that the bundled version is automatically used on the first build instead of it having a system-jflex USE flag. ~arm keyword added with workarounds for different problems encountered with both IcedTea and Oracle. ~ppc64 keyword temporarily dropped until it gets Java 7, which the newer javacup requires. Please stabilise this at the same time as dev-java/qdox-1.12.1-r1. Package-Manager: portage-2.2.20.1