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>
* dev-perl/Test-TCP: added Prefix keywords, bug #665088Fabian Groffen2018-10-271-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/Test-TCP-2.190.0-r1: alpha stableTobias Klausmann2018-06-261-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/657690
* dev-perl/Test-TCP: stable 2.190.0-r1 for sparcRolf Eike Beer2018-06-111-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657690 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/Test-TCP: stable 2.190.0-r1 for ia64, bug #657690Sergei Trofimovich2018-06-111-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657690 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-perl/Test-TCP-2.190.0-r1: hppa stable, bug 648792Matt Turner2018-03-201-1/+1
|
* dev-perl/Test-TCP-2.190.0-r1: ppc64 stable, bug 648792Matt Turner2018-03-201-1/+1
|
* dev-perl/Test-TCP-2.190.0-r1: ppc stable, bug 648792Matt Turner2018-03-201-1/+1
|
* dev-perl/Test-TCP: x86 stable (bug #648792)Thomas Deutschmann2018-03-041-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Test-TCP: amd64 stableJason Zaman2018-02-261-1/+1
| | | | | Gentoo-bug: 648792 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-perl/Test-TCP: Add fix for '.' in @INC bug #614342Kent Fredric2018-01-111-0/+32
Bug: https://bugs.gentoo.org/614342 Package-Manager: Portage-2.3.18, Repoman-2.3.6