Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/livestreamer/, profiles/
Date: Wed, 05 Apr 2017 10:15:34
Message-Id: 1491387322.0dad151515e28aa930766f14d19c4c75735f8c9b.mgorny@gentoo
1 commit: 0dad151515e28aa930766f14d19c4c75735f8c9b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 10:12:19 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 10:15:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dad1515
7
8 net-misc/livestreamer: Remove last-rited pkg, #604858
9
10 net-misc/livestreamer/Manifest | 3 --
11 net-misc/livestreamer/livestreamer-1.11.1.ebuild | 23 --------------
12 net-misc/livestreamer/livestreamer-1.12.1.ebuild | 38 ------------------------
13 net-misc/livestreamer/livestreamer-1.12.2.ebuild | 38 ------------------------
14 net-misc/livestreamer/metadata.xml | 15 ----------
15 profiles/package.mask | 7 -----
16 6 files changed, 124 deletions(-)
17
18 diff --git a/net-misc/livestreamer/Manifest b/net-misc/livestreamer/Manifest
19 deleted file mode 100644
20 index 1425a1b659d..00000000000
21 --- a/net-misc/livestreamer/Manifest
22 +++ /dev/null
23 @@ -1,3 +0,0 @@
24 -DIST livestreamer-1.11.1.tar.gz 864035 SHA256 69e2bc2a72fca682e5e328db18cefeef2f32ea59413fb0847dc478abca1f2cc2 SHA512 1edac388ee91540309c396bbc6a426b2008bbc0066fea7a5861517c9f0da49edc1a398e2bf3e8c9a3ab58bfaec9c15d57fff6d72dd8f9b8c8de9c4537f443429 WHIRLPOOL 393e20cb64873e84daf31ff543db7002306e7e37b68710729c024e78f9b566a75bae57220175fd3fae7331cb8c228d72698574c417ab0f93ea901601458e8f8b
25 -DIST livestreamer-1.12.1.tar.gz 873050 SHA256 3255bc78adbdc233b9586d3b5348134ab5ae656580c9f2489d03068c369a0fb6 SHA512 40d959c0b0884519e6a2a45e28865e76def1ce15d5afaa79e506e552e189e3187e98d26c8dabde5734c2dce7fe2ec8215782e3b4bdd63132b02bc37ff42a4373 WHIRLPOOL a6b6d1e9e3cef7e14f3f50dfbc87653df1dfb155cf524ef936a05a86805ca339035ed13432e1da7f75a1aaf2d15ca52ee9b52fe030f8df6f8fb28b19a5684033
26 -DIST livestreamer-1.12.2.tar.gz 877052 SHA256 4d6e2954abff198dce082f34a19a54dbf6fb95ca53567d92a661e527fe68e3ba SHA512 547886b494a7562e479cf31db15b5b02545f2ebc5f8b70d0fe0006d3748c5c9f20517638c7642377e2bdc4083738829eacf272e8d68f332da212bf65300f5d12 WHIRLPOOL f898483137a2c3de15512938052cda516a531c1d02990811f8a65ac9c2c0c7f1a55608e659cdadce0dc939b0cf4f294a9133a7af814599787858d1a3435c2e3c
27
28 diff --git a/net-misc/livestreamer/livestreamer-1.11.1.ebuild b/net-misc/livestreamer/livestreamer-1.11.1.ebuild
29 deleted file mode 100644
30 index c74a01cee85..00000000000
31 --- a/net-misc/livestreamer/livestreamer-1.11.1.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player"
40 -HOMEPAGE="http://livestreamer.io/"
41 -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -PYTHON_COMPAT=( python{2_7,3_4} )
44 -inherit distutils-r1
45 -
46 -KEYWORDS="amd64 ~mips x86"
47 -LICENSE="BSD-2 MIT-with-advertising"
48 -SLOT="0"
49 -
50 -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
51 - >=dev-python/requests-1.0[${PYTHON_USEDEP}]
52 - virtual/python-futures[${PYTHON_USEDEP}]
53 - virtual/python-singledispatch[${PYTHON_USEDEP}]
54 - >media-video/rtmpdump-2.4"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]"
57
58 diff --git a/net-misc/livestreamer/livestreamer-1.12.1.ebuild b/net-misc/livestreamer/livestreamer-1.12.1.ebuild
59 deleted file mode 100644
60 index fcda3ad8228..00000000000
61 --- a/net-misc/livestreamer/livestreamer-1.12.1.ebuild
62 +++ /dev/null
63 @@ -1,38 +0,0 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI="5"
68 -
69 -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player"
70 -HOMEPAGE="http://livestreamer.io/"
71 -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
72 -
73 -PYTHON_COMPAT=( python{2_7,3_4} )
74 -inherit distutils-r1
75 -
76 -KEYWORDS="~amd64 ~mips ~x86"
77 -LICENSE="BSD-2 MIT-with-advertising"
78 -SLOT="0"
79 -IUSE="doc test"
80 -
81 -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
82 - >=dev-python/requests-1.0[${PYTHON_USEDEP}]
83 - virtual/python-futures[${PYTHON_USEDEP}]
84 - virtual/python-singledispatch[${PYTHON_USEDEP}]
85 - >media-video/rtmpdump-2.4"
86 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
87 - test? ( ${RDEPEND} )
88 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
89 -
90 -python_compile_all() {
91 - use doc && emake -C docs html
92 -}
93 -
94 -python_test() {
95 - esetup.py test
96 -}
97 -
98 -python_install_all() {
99 - use doc && local HTML_DOCS=( docs/_build/html/. )
100 - distutils-r1_python_install_all
101 -}
102
103 diff --git a/net-misc/livestreamer/livestreamer-1.12.2.ebuild b/net-misc/livestreamer/livestreamer-1.12.2.ebuild
104 deleted file mode 100644
105 index fcda3ad8228..00000000000
106 --- a/net-misc/livestreamer/livestreamer-1.12.2.ebuild
107 +++ /dev/null
108 @@ -1,38 +0,0 @@
109 -# Copyright 1999-2016 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI="5"
113 -
114 -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player"
115 -HOMEPAGE="http://livestreamer.io/"
116 -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
117 -
118 -PYTHON_COMPAT=( python{2_7,3_4} )
119 -inherit distutils-r1
120 -
121 -KEYWORDS="~amd64 ~mips ~x86"
122 -LICENSE="BSD-2 MIT-with-advertising"
123 -SLOT="0"
124 -IUSE="doc test"
125 -
126 -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
127 - >=dev-python/requests-1.0[${PYTHON_USEDEP}]
128 - virtual/python-futures[${PYTHON_USEDEP}]
129 - virtual/python-singledispatch[${PYTHON_USEDEP}]
130 - >media-video/rtmpdump-2.4"
131 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
132 - test? ( ${RDEPEND} )
133 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
134 -
135 -python_compile_all() {
136 - use doc && emake -C docs html
137 -}
138 -
139 -python_test() {
140 - esetup.py test
141 -}
142 -
143 -python_install_all() {
144 - use doc && local HTML_DOCS=( docs/_build/html/. )
145 - distutils-r1_python_install_all
146 -}
147
148 diff --git a/net-misc/livestreamer/metadata.xml b/net-misc/livestreamer/metadata.xml
149 deleted file mode 100644
150 index 144557cb395..00000000000
151 --- a/net-misc/livestreamer/metadata.xml
152 +++ /dev/null
153 @@ -1,15 +0,0 @@
154 -<?xml version="1.0" encoding="UTF-8"?>
155 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
156 -<pkgmetadata>
157 - <maintainer type="person">
158 - <email>the.telvanni@×××××.com</email>
159 - <name>Guillaume Lespinasse</name>
160 - </maintainer>
161 - <maintainer type="project">
162 - <email>proxy-maint@g.o</email>
163 - <name>Proxy Maintainers</name>
164 - </maintainer>
165 - <upstream>
166 - <remote-id type="github">chrippa/livestreamer</remote-id>
167 - </upstream>
168 -</pkgmetadata>
169
170 diff --git a/profiles/package.mask b/profiles/package.mask
171 index 0a7db5615be..27fd603773f 100644
172 --- a/profiles/package.mask
173 +++ b/profiles/package.mask
174 @@ -249,13 +249,6 @@ net-proxy/obfsproxy
175 >=net-misc/rygel-0.33
176 >=games-puzzle/swell-foop-3.23
177
178 -# Michał Górny <mgorny@g.o> (04 Mar 2017)
179 -# The program is abandoned upstream and reported to no longer work with
180 -# Twitch and multiple other streaming sites. Working alternatives are
181 -# net-misc/streamlink (which is a maintained fork) or media-video/orion.
182 -# Removal in 30 days. Bug #604858.
183 -net-misc/livestreamer
184 -
185 # Alexis Ballier <aballier@g.o> (03 Mar 2017)
186 # Beta release, some packages fail to build.
187 >=dev-lang/ocaml-4.05.0_beta2