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-perl/Test2-Plugin-NoWarnings: Add ~riscv keyword wrt bug #690140Mikle Kolyada2019-07-191-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="~riscv"
* dev-perl/Test2-Plugin-NoWarnings: Add ~m68k keyword wrt bug #665088Mikle Kolyada2019-01-171-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/Test2-Plugin-NoWarnings: Add ~sh keyword wrt bug #665088Mikle Kolyada2019-01-171-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/Test2-Plugin-NoWarnings: added Prefix keywords, bug #665088Fabian Groffen2018-10-161-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/Test2-Plugin-NoWarnings: Add ~s390 keyword wrt bug #652718Mikle Kolyada2018-08-041-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Test2-Plugin-NoWarnings-0.60.0: added ~mipsMatt Turner2018-03-281-1/+1
|
* dev-perl/Test2-Plugin-NoWarnings: Bump to version 0.60.0Kent Fredric2018-03-091-0/+27
Upstream: - Emit warnings as Ok events instead of Warning events to work around limitations in the core TAP formatter not emitting warnings in subtests Package-Manager: Portage-2.3.18, Repoman-2.3.6