summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/buildbot: Remove oldMichał Górny2020-01-271-148/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [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>
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/buildbot: dropped ~x86-interixFabian Groffen2017-01-291-1/+1
| | | | Package-Manager: portage-2.3.3
* dev-util/buildbot: Update homepagesBrian Dolbec2017-01-121-2/+2
| | | | Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
* dev-util/buildbot: Use python2 in the buildmaster.initd startup (bug 591150)Brian Dolbec2016-08-171-0/+148
This allows a proper startup if a python3 version is the system default. Package-Manager: portage-2.3.0 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>