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>
* app-cdr: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-cdr/nrg2iso: x86 stable (bug #646972)Thomas Deutschmann2018-04-121-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-cdr/nrg2iso: stable 0.4-r2 for ppc, bug #646972Sergei Trofimovich2018-04-041-1/+1
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* app-cdr/nrg2iso: amd64 stableJason Zaman2018-02-221-1/+1
| | | | | Gentoo-bug: 646972 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-cdr/nrg2iso: stable 0.4-r2 for sparc, bug #646972Rolf Eike Beer2018-02-081-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* app-cdr/nrg2iso: EAPI 6 bump, keyword for ~x64-macos, fix LICENSE and ↵Yegor Timoshenko2017-05-311-0/+35
src_test phase. Closes: https://github.com/gentoo/gentoo/pull/4663