Commit Graph

7 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
7bf585ea6d dev-python/deprecated: Bump to 1.2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-11-12 07:35:34 +01:00
Agostino Sarubbo
11cde60086 dev-python/deprecated: x86 stable wrt bug #690880
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-07-31 13:02:13 +02:00
Agostino Sarubbo
33427fbd2a dev-python/deprecated: amd64 stable wrt bug #690880
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-07-31 12:59:22 +02:00
Michał Górny
2c5019a441 dev-python/deprecated: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-28 08:41:13 +02:00
Michał Górny
c38701a179 dev-python/deprecated: Bump to 1.2.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-19 04:32:52 +02:00
Michał Górny
cbf5e0813c dev-python/deprecated: New package
A package to handle deprecations in API.  Required for PyGithub bump.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-18 09:07:34 +02:00