net-misc/livestreamer: Remove last-rited pkg, #604858
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Apr 2017 10:12:19 +0000 (12:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Apr 2017 10:15:22 +0000 (12:15 +0200)
net-misc/livestreamer/Manifest [deleted file]
net-misc/livestreamer/livestreamer-1.11.1.ebuild [deleted file]
net-misc/livestreamer/livestreamer-1.12.1.ebuild [deleted file]
net-misc/livestreamer/livestreamer-1.12.2.ebuild [deleted file]
net-misc/livestreamer/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-misc/livestreamer/Manifest b/net-misc/livestreamer/Manifest
deleted file mode 100644 (file)
index 1425a1b..0000000
+++ /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 (file)
index c74a01c..0000000
+++ /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 (file)
index fcda3ad..0000000
+++ /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 (file)
index fcda3ad..0000000
+++ /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 (file)
index 144557c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>the.telvanni@gmail.com</email>
-               <name>Guillaume Lespinasse</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">chrippa/livestreamer</remote-id>
-       </upstream>
-</pkgmetadata>
index 0a7db5615be46da3971f34be816a6c08b9271090..27fd603773f1b7ee3ce18ab7c01c1891021a1f2d 100644 (file)
@@ -249,13 +249,6 @@ net-proxy/obfsproxy
 >=net-misc/rygel-0.33
 >=games-puzzle/swell-foop-3.23
 
-# Michał Górny <mgorny@gentoo.org> (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 <aballier@gentoo.org> (03 Mar 2017)
 # Beta release, some packages fail to build.
 >=dev-lang/ocaml-4.05.0_beta2