From: Michał Górny Date: Wed, 5 Apr 2017 10:12:19 +0000 (+0200) Subject: net-misc/livestreamer: Remove last-rited pkg, #604858 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0dad151515e28aa930766f14d19c4c75735f8c9b;p=gentoo.git net-misc/livestreamer: Remove last-rited pkg, #604858 --- diff --git a/net-misc/livestreamer/Manifest b/net-misc/livestreamer/Manifest deleted file mode 100644 index 1425a1b659dc..000000000000 --- a/net-misc/livestreamer/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST livestreamer-1.11.1.tar.gz 864035 SHA256 69e2bc2a72fca682e5e328db18cefeef2f32ea59413fb0847dc478abca1f2cc2 SHA512 1edac388ee91540309c396bbc6a426b2008bbc0066fea7a5861517c9f0da49edc1a398e2bf3e8c9a3ab58bfaec9c15d57fff6d72dd8f9b8c8de9c4537f443429 WHIRLPOOL 393e20cb64873e84daf31ff543db7002306e7e37b68710729c024e78f9b566a75bae57220175fd3fae7331cb8c228d72698574c417ab0f93ea901601458e8f8b -DIST livestreamer-1.12.1.tar.gz 873050 SHA256 3255bc78adbdc233b9586d3b5348134ab5ae656580c9f2489d03068c369a0fb6 SHA512 40d959c0b0884519e6a2a45e28865e76def1ce15d5afaa79e506e552e189e3187e98d26c8dabde5734c2dce7fe2ec8215782e3b4bdd63132b02bc37ff42a4373 WHIRLPOOL a6b6d1e9e3cef7e14f3f50dfbc87653df1dfb155cf524ef936a05a86805ca339035ed13432e1da7f75a1aaf2d15ca52ee9b52fe030f8df6f8fb28b19a5684033 -DIST livestreamer-1.12.2.tar.gz 877052 SHA256 4d6e2954abff198dce082f34a19a54dbf6fb95ca53567d92a661e527fe68e3ba SHA512 547886b494a7562e479cf31db15b5b02545f2ebc5f8b70d0fe0006d3748c5c9f20517638c7642377e2bdc4083738829eacf272e8d68f332da212bf65300f5d12 WHIRLPOOL f898483137a2c3de15512938052cda516a531c1d02990811f8a65ac9c2c0c7f1a55608e659cdadce0dc939b0cf4f294a9133a7af814599787858d1a3435c2e3c diff --git a/net-misc/livestreamer/livestreamer-1.11.1.ebuild b/net-misc/livestreamer/livestreamer-1.11.1.ebuild deleted file mode 100644 index c74a01cee859..000000000000 --- a/net-misc/livestreamer/livestreamer-1.11.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" -HOMEPAGE="http://livestreamer.io/" -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 - -KEYWORDS="amd64 ~mips x86" -LICENSE="BSD-2 MIT-with-advertising" -SLOT="0" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] - >=dev-python/requests-1.0[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] - >media-video/rtmpdump-2.4" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/net-misc/livestreamer/livestreamer-1.12.1.ebuild b/net-misc/livestreamer/livestreamer-1.12.1.ebuild deleted file mode 100644 index fcda3ad82281..000000000000 --- a/net-misc/livestreamer/livestreamer-1.12.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" -HOMEPAGE="http://livestreamer.io/" -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 - -KEYWORDS="~amd64 ~mips ~x86" -LICENSE="BSD-2 MIT-with-advertising" -SLOT="0" -IUSE="doc test" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] - >=dev-python/requests-1.0[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] - >media-video/rtmpdump-2.4" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/net-misc/livestreamer/livestreamer-1.12.2.ebuild b/net-misc/livestreamer/livestreamer-1.12.2.ebuild deleted file mode 100644 index fcda3ad82281..000000000000 --- a/net-misc/livestreamer/livestreamer-1.12.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" -HOMEPAGE="http://livestreamer.io/" -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 - -KEYWORDS="~amd64 ~mips ~x86" -LICENSE="BSD-2 MIT-with-advertising" -SLOT="0" -IUSE="doc test" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] - >=dev-python/requests-1.0[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] - >media-video/rtmpdump-2.4" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/net-misc/livestreamer/metadata.xml b/net-misc/livestreamer/metadata.xml deleted file mode 100644 index 144557cb395e..000000000000 --- a/net-misc/livestreamer/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - the.telvanni@gmail.com - Guillaume Lespinasse - - - proxy-maint@gentoo.org - Proxy Maintainers - - - chrippa/livestreamer - - diff --git a/profiles/package.mask b/profiles/package.mask index 0a7db5615be4..27fd603773f1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -249,13 +249,6 @@ net-proxy/obfsproxy >=net-misc/rygel-0.33 >=games-puzzle/swell-foop-3.23 -# Michał Górny (04 Mar 2017) -# The program is abandoned upstream and reported to no longer work with -# Twitch and multiple other streaming sites. Working alternatives are -# net-misc/streamlink (which is a maintained fork) or media-video/orion. -# Removal in 30 days. Bug #604858. -net-misc/livestreamer - # Alexis Ballier (03 Mar 2017) # Beta release, some packages fail to build. >=dev-lang/ocaml-4.05.0_beta2