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>
* sci-misc/nco: Port to EAPI 6David Seifert2018-01-011-23/+28
| | | | | | * Remove use of `built_with_use` function Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-misc/nco: dropped ppc keywordsMatt Turner2017-09-121-1/+1
|
* sci-misc/nco: x86 stable (bugs #607728)Thomas Deutschmann2017-08-191-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sci-misc/nco-4.5.1-r2: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 607728
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-misc/nco: antlr-cpp should be in RDEPENDJames Le Cuirot2016-01-021-0/+50
I commented that antlr should have been in RDEPEND before and forgot to put antlr-cpp there myself. D'oh! Package-Manager: portage-2.2.26