summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/whipper: Remove oldDavid Seifert2019-12-121-63/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [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>
* media-sound/whipper: use non-deprecated pygobjectMart Raudsepp2019-08-041-0/+62
whipper/extern/task/task.py uses pygobject:3 with a fallback to pygobject:2. Prefer the modern version instead of the last rites candidate. This also gets rid of the gobject-introspection dep (pygobject:3 will pull it in), which had a wrong PYTHON_USEDEP (gobject-introspection is a python-single-r1 ebuild and consumers mustn't USEDEP), which will cause problems with an upcoming gobject-introspection bump, as it drops python2 support - but it doesn't matter for consumers, because it's only for its own use by the g-ir-scanner tool, so python2 consumers will continue to work fine if they don't wrongly PYTHON_USEDEP on this. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>