summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/whipper: remove unused patchMichael Mair-Keimberger2019-12-231-69/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/14099 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* media-sound/whipper: Remove oldDavid Seifert2019-12-122-64/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* media-sound/whipper: bump version to 0.9.0Quentin Retornaz2019-12-122-0/+47
| | | | | | | | Closes: https://bugs.gentoo.org/702002 Closes: https://github.com/gentoo/gentoo/pull/13930 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> 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: Revert bump version to 0.9.0Andreas Sturmlechner2019-12-092-62/+0
| | | | | | | | Accidental push. This reverts commit 8de4332b76e1e21f77e5c26747a21ff87368402d. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/whipper: bump version to 0.9.0Quentin Retornaz2019-12-092-0/+62
| | | | | | | | Closes: https://bugs.gentoo.org/702002 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/13925 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/whipper: remove oldMart Raudsepp2019-08-122-64/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-sound/whipper: remove version 0.7.3-r0Quentin Retornaz2019-08-041-63/+0
| | | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/12619 Signed-off-by: Aaron Bauman <bman@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>
* media-sound/whipper: bump version to 0.7.3Quentin Retornaz2019-01-102-0/+64
| | | | | | | Bug: https://bugs.gentoo.org/673294 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/whipper: remove dev-libs/gobject-introspection dependencyQuentin Retornaz2019-01-101-3/+2
| | | | | | | Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10406 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/whipper: update HOMEPAGE.Quentin Retornaz2018-11-081-2/+2
| | | | | | Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/10303 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-sound/whipper: New packageQuentin Retornaz2018-08-235-0/+202
Closes: https://github.com/gentoo/gentoo/pull/9525