9 Commits

Author SHA1 Message Date
Michał Górny
064af661d0
*/*: [QA] Fix trivial cases of MissingTestRestrict
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>
2019-12-11 00:22:38 +01:00
Michał Górny
2db67a589e
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Zac Medico
63d4571c31
dev-python/google-api-python-client: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-03-17 13:02:40 -07:00
Robin H. Johnson
61b861acd7
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Markus Meier
e98ace1f27
dev-python/google-api-python-client: arm stable, bug #606074
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
2017-02-20 19:15:17 +01:00
Agostino Sarubbo
d6f93b261b
dev-python/google-api-python-client: x86 stable wrt bug #606074
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2017-01-18 12:57:02 +01:00
Agostino Sarubbo
e08c4f5797
dev-python/google-api-python-client: amd64 stable wrt bug #606074
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2017-01-18 12:28:44 +01:00
Robin H. Johnson
78f66aa19c
dev-python/google-api-python-client: cleanup googlecode references.
Package-Manager: portage-2.3.2
2016-11-05 16:54:24 -07:00
Zac Medico
41b1a6fdcc
dev-python/google-api-python-client: version bump to 1.5.3
Package-Manager: portage-2.3.2
2016-10-12 04:14:09 -07:00