summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/streamlink: Replace virtual/ffmpegDavid Seifert2020-04-263-3/+3
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/streamlink: Remove py2 virtualsMichał Górny2020-03-163-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/streamlink: bump to 1.3.1Mart Raudsepp2020-02-222-0/+83
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-092-38/+46
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/streamlink: remove oldMart Raudsepp2020-01-194-218/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: bump to 1.3.0Mart Raudsepp2020-01-192-0/+79
| | | | | | Closes: https://bugs.gentoo.org/697662 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: Set DISTUTILS_USE_SETUPTOOLSMart Raudsepp2020-01-191-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: port to EAPI-7Mart Raudsepp2020-01-191-7/+7
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: allow python:3.7Mart Raudsepp2020-01-191-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: drop py2 supportMart Raudsepp2020-01-191-3/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink-9999: make copyable to release versionsMart Raudsepp2020-01-191-3/+11
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink-9999: updates from release versionsMart Raudsepp2020-01-191-9/+21
| | | | | | | | | Fixes to ebuild were done only to releases before - apply them to live ebuild too finally. Closes: https://bugs.gentoo.org/682382 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+4
| | | | | | | | | | | | | | | | | | 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>
* net-misc/streamlink: 1.1.1 bumpMatthew Thode2019-06-262-0/+72
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/streamlink: bump to 1.0.0Mart Raudsepp2019-02-112-0/+72
| | | | | | Closes: https://bugs.gentoo.org/677192 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/streamlink: add missing isodate dependencyMart Raudsepp2018-09-141-0/+1
| | | | | Closes: https://bugs.gentoo.org/666158 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-misc/streamlink: remove oldMart Raudsepp2018-09-127-319/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-misc/streamlink: bump to 0.14.2, fix test deps, python-singleMart Raudsepp2018-09-122-0/+70
| | | | | | | | | | | | | * Use proper release tarball, which is much smaller * Use python-single, as the modules are only used by the main streamlink executable * Fix backports-shutil_which dep to be only for python2 * Adjust test and doc deps (some might be new deps, some were probably used and missing from earlier versions too) Closes: https://bugs.gentoo.org/662266 Closes: https://bugs.gentoo.org/645932 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-misc/streamlink: Add myself as maintainerMart Raudsepp2018-07-191-1/+4
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-misc/streamlink: Maintainer retiredJonas Stein2018-07-181-8/+1
| | | | | | Proxied maintainer retired. Bug: https://bugs.gentoo.org/602110 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* net-misc/streamlink: add python 3_6 compat to 9999 ebuildPiotr Staroszczyk2018-03-241-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/7486
* net-misc/streamlink: bump version to 0.11.0Piotr Staroszczyk2018-03-242-0/+60
|
* net-misc/streamlink: version bump to 0.9.0soredake2017-12-232-0/+60
|
* net-misc/streamlink: drop 0.8.1 versionsoredake2017-12-232-55/+0
|
* net-misc/streamlink: improve live versionsoredake2017-12-231-5/+10
| | | | | Closes: https://bugs.gentoo.org/637142 Closes: https://github.com/gentoo/gentoo/pull/6174
* net-misc/*: Update Manifest hashesMichał Górny2017-12-101-5/+5
|
* net-misc/streamlink: version bump to 0.8.1.soredake2017-11-052-0/+55
| | | | Closes: https://github.com/gentoo/gentoo/pull/6118
* net-misc/streamlink: build and install man when +doc in live versionsoredake2017-09-021-2/+5
| | | | Closes: https://github.com/gentoo/gentoo/pull/5489
* net-misc/streamlink: version bump to 0.7.0soredake2017-09-022-0/+55
|
* net-misc/streamlink: version bump to 0.6.0soredake2017-06-142-0/+52
| | | | Closes: https://github.com/gentoo/gentoo/pull/4380
* net-misc/streamlink: version bump to 0.4.0soredake2017-03-162-1/+1
|
* net-misc/streamlink: replace MIT license -> Apache-2.0, bug #601378soredake2017-03-052-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/4126
* net-misc/streamlink: version bump to 0.3.2soredake2017-03-052-0/+52
| | | | Closes: https://github.com/gentoo/gentoo/pull/2975
* net-misc/streamlink: update live ebuildsoredake2017-03-051-6/+18
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-misc/streamlink: new packagesoredake2016-11-264-0/+96
Closes: https://github.com/gentoo/gentoo/pull/2912