Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/flexget/
Date: Sun, 07 May 2017 16:27:17
Message-Id: 1494174431.faa11984b8cfc69bee6a491982251987ddd65acc.floppym@gentoo
1 commit: faa11984b8cfc69bee6a491982251987ddd65acc
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 16:23:22 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 16:27:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa11984
7
8 net-misc/flexget: remove
9
10 Bug: https://bugs.gentoo.org/614758
11
12 net-misc/flexget/Manifest | 2 -
13 net-misc/flexget/flexget-1.2.315.ebuild | 75 -----------------------------
14 net-misc/flexget/flexget-1.2.346-r1.ebuild | 76 ------------------------------
15 net-misc/flexget/flexget-9999.ebuild | 58 -----------------------
16 net-misc/flexget/metadata.xml | 11 -----
17 profiles/package.mask | 8 ----
18 6 files changed, 230 deletions(-)
19
20 diff --git a/net-misc/flexget/Manifest b/net-misc/flexget/Manifest
21 deleted file mode 100644
22 index 58500247ac6..00000000000
23 --- a/net-misc/flexget/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST FlexGet-1.2.315.tar.gz 885048 SHA256 eae388a8f30096c6eb54ee96509e418d3e2633d05cbef9517a4c94607cdddafa SHA512 65d11bf568eaaa043dea2911dda63e21b2fcb648efef6e7c7a1d9976ad1901f2d3771d4ced21212c14c2b52674b64bfd9654412619e75d7f66fe797264cd51c2 WHIRLPOOL b88491c329130f75c1cffad9ada73c582f4795ec4fdd28aff9a50a25b8a8ef5a6e7f576855c0b2d52759a40861342c745a44ab12e56248fc1b55ef83ebb8a32b
27 -DIST FlexGet-1.2.346.tar.gz 894866 SHA256 0dc4daae0b77959cf886dbbf9d29864797472f532d8eb593909c551589c4485d SHA512 8c40043cf3cdecd42e48eb8cea23f91119459516119973135bedfc5dfea7c0018ce656755e9c3536d5d0c2f1f44e8ab1d895eea382e5106c4545d4aa457eb40e WHIRLPOOL 9ecd142de79265f05b7494944d0e9c8cddadb7624ca0ba560b4fb66c76e4a5c8b1dd124b2ca098ba6e289cd1caec08c8954e4d702cff103d784d7895a5058fae
28
29 diff --git a/net-misc/flexget/flexget-1.2.315.ebuild b/net-misc/flexget/flexget-1.2.315.ebuild
30 deleted file mode 100644
31 index 8309c3c8d15..00000000000
32 --- a/net-misc/flexget/flexget-1.2.315.ebuild
33 +++ /dev/null
34 @@ -1,75 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1 eutils
43 -
44 -if [[ ${PV} != 9999 ]]; then
45 - MY_P="FlexGet-${PV}"
46 - SRC_URI="mirror://pypi/F/FlexGet/${MY_P}.tar.gz"
47 - KEYWORDS="~amd64 ~x86"
48 -else
49 - inherit git-r3
50 - EGIT_REPO_URI="git://github.com/Flexget/Flexget.git
51 - https://github.com/Flexget/Flexget.git"
52 -fi
53 -
54 -DESCRIPTION="Multipurpose automation tool for content like torrents, nzbs, podcasts, comics"
55 -HOMEPAGE="http://flexget.com/"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -IUSE="test transmission"
60 -
61 -DEPEND="
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - >=dev-python/feedparser-5.1.3[${PYTHON_USEDEP}]
64 - >=dev-python/sqlalchemy-0.7.5[${PYTHON_USEDEP}]
65 - <dev-python/sqlalchemy-0.9.99
66 - dev-python/pyyaml[${PYTHON_USEDEP}]
67 - >=dev-python/beautifulsoup-4.1:4[${PYTHON_USEDEP}]
68 - <dev-python/beautifulsoup-4.4:4[${PYTHON_USEDEP}]
69 - !~dev-python/beautifulsoup-4.2.0
70 - >=dev-python/html5lib-0.11[${PYTHON_USEDEP}]
71 - dev-python/PyRSS2Gen[${PYTHON_USEDEP}]
72 - dev-python/pynzb[${PYTHON_USEDEP}]
73 - dev-python/progressbar[${PYTHON_USEDEP}]
74 - dev-python/rpyc[${PYTHON_USEDEP}]
75 - dev-python/jinja[${PYTHON_USEDEP}]
76 - >=dev-python/requests-1.0[${PYTHON_USEDEP}]
77 - <dev-python/requests-2.99[${PYTHON_USEDEP}]
78 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
79 - !~dev-python/python-dateutil-2.2
80 - >=dev-python/jsonschema-2.0[${PYTHON_USEDEP}]
81 - dev-python/python-tvrage[${PYTHON_USEDEP}]
82 - dev-python/tmdb3[${PYTHON_USEDEP}]
83 - dev-python/path-py[${PYTHON_USEDEP}]
84 - >=dev-python/guessit-0.9.3[${PYTHON_USEDEP}]
85 - dev-python/APScheduler[${PYTHON_USEDEP}]
86 -"
87 -RDEPEND="${DEPEND}
88 - transmission? ( dev-python/transmissionrpc[${PYTHON_USEDEP}] )
89 -"
90 -DEPEND+=" test? ( dev-python/nose[${PYTHON_USEDEP}] )"
91 -
92 -if [[ ${PV} == 9999 ]]; then
93 - DEPEND+=" dev-python/paver[${PYTHON_USEDEP}]"
94 -else
95 - S="${WORKDIR}/${MY_P}"
96 -fi
97 -
98 -python_prepare_all() {
99 - # Prevent setup from grabbing nose from pypi
100 - sed -e /setup_requires/d -i pavement.py || die
101 -
102 - distutils-r1_python_prepare_all
103 -}
104 -
105 -python_test() {
106 - cp -lr tests setup.cfg "${BUILD_DIR}" || die
107 - run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \
108 - || die "Tests fail with ${EPYTHON}"
109 -}
110
111 diff --git a/net-misc/flexget/flexget-1.2.346-r1.ebuild b/net-misc/flexget/flexget-1.2.346-r1.ebuild
112 deleted file mode 100644
113 index a4e6b405ddf..00000000000
114 --- a/net-misc/flexget/flexget-1.2.346-r1.ebuild
115 +++ /dev/null
116 @@ -1,76 +0,0 @@
117 -# Copyright 1999-2016 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=5
121 -
122 -PYTHON_COMPAT=( python2_7 )
123 -
124 -inherit distutils-r1 eutils
125 -
126 -if [[ ${PV} != 9999 ]]; then
127 - MY_P="FlexGet-${PV}"
128 - SRC_URI="mirror://pypi/F/FlexGet/${MY_P}.tar.gz"
129 - KEYWORDS="~amd64 ~x86"
130 -else
131 - inherit git-r3
132 - EGIT_REPO_URI="git://github.com/Flexget/Flexget.git
133 - https://github.com/Flexget/Flexget.git"
134 -fi
135 -
136 -DESCRIPTION="Multipurpose automation tool for content like torrents, nzbs, podcasts, comics"
137 -HOMEPAGE="http://flexget.com/"
138 -
139 -LICENSE="MIT"
140 -SLOT="0"
141 -IUSE="test transmission"
142 -
143 -DEPEND="
144 - dev-python/setuptools[${PYTHON_USEDEP}]
145 - >=dev-python/feedparser-5.1.3[${PYTHON_USEDEP}]
146 - >=dev-python/sqlalchemy-0.7.5[${PYTHON_USEDEP}]
147 - <dev-python/sqlalchemy-1.999[${PYTHON_USEDEP}]
148 - dev-python/pyyaml[${PYTHON_USEDEP}]
149 - >=dev-python/beautifulsoup-4.1:4[${PYTHON_USEDEP}]
150 - <dev-python/beautifulsoup-4.4:4[${PYTHON_USEDEP}]
151 - !~dev-python/beautifulsoup-4.2.0
152 - >=dev-python/html5lib-0.11[${PYTHON_USEDEP}]
153 - dev-python/PyRSS2Gen[${PYTHON_USEDEP}]
154 - dev-python/pynzb[${PYTHON_USEDEP}]
155 - dev-python/progressbar[${PYTHON_USEDEP}]
156 - dev-python/rpyc[${PYTHON_USEDEP}]
157 - dev-python/jinja[${PYTHON_USEDEP}]
158 - >=dev-python/requests-1.0[${PYTHON_USEDEP}]
159 - <dev-python/requests-2.99[${PYTHON_USEDEP}]
160 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
161 - !~dev-python/python-dateutil-2.2
162 - >=dev-python/jsonschema-2.0[${PYTHON_USEDEP}]
163 - dev-python/python-tvrage[${PYTHON_USEDEP}]
164 - dev-python/tmdb3[${PYTHON_USEDEP}]
165 - dev-python/path-py[${PYTHON_USEDEP}]
166 - >=dev-python/guessit-0.9.3[${PYTHON_USEDEP}]
167 - <dev-python/guessit-2[${PYTHON_USEDEP}]
168 - dev-python/APScheduler[${PYTHON_USEDEP}]
169 -"
170 -RDEPEND="${DEPEND}
171 - transmission? ( dev-python/transmissionrpc[${PYTHON_USEDEP}] )
172 -"
173 -DEPEND+=" test? ( dev-python/nose[${PYTHON_USEDEP}] )"
174 -
175 -if [[ ${PV} == 9999 ]]; then
176 - DEPEND+=" dev-python/paver[${PYTHON_USEDEP}]"
177 -else
178 - S="${WORKDIR}/${MY_P}"
179 -fi
180 -
181 -python_prepare_all() {
182 - # Prevent setup from grabbing nose from pypi
183 - sed -e /setup_requires/d -i pavement.py || die
184 -
185 - distutils-r1_python_prepare_all
186 -}
187 -
188 -python_test() {
189 - cp -lr tests setup.cfg "${BUILD_DIR}" || die
190 - run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \
191 - || die "Tests fail with ${EPYTHON}"
192 -}
193
194 diff --git a/net-misc/flexget/flexget-9999.ebuild b/net-misc/flexget/flexget-9999.ebuild
195 deleted file mode 100644
196 index 2a9e969f8c5..00000000000
197 --- a/net-misc/flexget/flexget-9999.ebuild
198 +++ /dev/null
199 @@ -1,58 +0,0 @@
200 -# Copyright 1999-2016 Gentoo Foundation
201 -# Distributed under the terms of the GNU General Public License v2
202 -
203 -EAPI=6
204 -
205 -PYTHON_COMPAT=( python2_7 )
206 -# TODO: Add python3_5 once deps have it
207 -
208 -inherit distutils-r1
209 -
210 -if [[ ${PV} != 9999 ]]; then
211 - MY_P="FlexGet-${PV}"
212 - SRC_URI="mirror://pypi/F/FlexGet/${MY_P}.tar.gz"
213 - KEYWORDS="~amd64 ~x86"
214 -else
215 - inherit git-r3
216 - EGIT_REPO_URI="git://github.com/Flexget/Flexget.git
217 - https://github.com/Flexget/Flexget.git"
218 -fi
219 -
220 -DESCRIPTION="Multipurpose automation tool for content like torrents, nzbs, podcasts, comics"
221 -HOMEPAGE="http://flexget.com/"
222 -
223 -LICENSE="MIT"
224 -SLOT="0"
225 -IUSE="test transmission"
226 -
227 -DEPEND="
228 - dev-python/setuptools[${PYTHON_USEDEP}]
229 - >=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
230 - >=dev-python/sqlalchemy-0.7.5[${PYTHON_USEDEP}]
231 - <dev-python/sqlalchemy-1.999[${PYTHON_USEDEP}]
232 - dev-python/pyyaml[${PYTHON_USEDEP}]
233 - >=dev-python/beautifulsoup-4.1:4[${PYTHON_USEDEP}]
234 - <dev-python/beautifulsoup-4.5:4[${PYTHON_USEDEP}]
235 - !~dev-python/beautifulsoup-4.2.0
236 - >=dev-python/html5lib-0.11[${PYTHON_USEDEP}]
237 - dev-python/PyRSS2Gen[${PYTHON_USEDEP}]
238 - dev-python/pynzb[${PYTHON_USEDEP}]
239 - dev-python/rpyc[${PYTHON_USEDEP}]
240 - dev-python/jinja[${PYTHON_USEDEP}]
241 - >=dev-python/requests-2.8.0[${PYTHON_USEDEP}]
242 - <dev-python/requests-3.0[${PYTHON_USEDEP}]
243 - >=dev-python/python-dateutil-2.5.2[${PYTHON_USEDEP}]
244 - >=dev-python/jsonschema-2.0[${PYTHON_USEDEP}]
245 - dev-python/path-py[${PYTHON_USEDEP}]
246 - >=dev-python/pathlib-1.0[${PYTHON_USEDEP}]
247 - <=dev-python/guessit-2.0.4[${PYTHON_USEDEP}]
248 - >=dev-python/APScheduler-3.0.3[${PYTHON_USEDEP}]
249 -"
250 -RDEPEND="${DEPEND}
251 - transmission? ( dev-python/transmissionrpc[${PYTHON_USEDEP}] )
252 -"
253 -DEPEND+=" test? ( dev-python/nose[${PYTHON_USEDEP}] )"
254 -
255 -if [[ ${PV} != 9999 ]]; then
256 - S="${WORKDIR}/${MY_P}"
257 -fi
258
259 diff --git a/net-misc/flexget/metadata.xml b/net-misc/flexget/metadata.xml
260 deleted file mode 100644
261 index 2fc6355e0d0..00000000000
262 --- a/net-misc/flexget/metadata.xml
263 +++ /dev/null
264 @@ -1,11 +0,0 @@
265 -<?xml version="1.0" encoding="UTF-8"?>
266 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
267 -<pkgmetadata>
268 - <!-- maintainer-needed -->
269 - <use>
270 - <flag name="transmission">Support comminucation with <pkg>net-p2p/transmission</pkg></flag>
271 - </use>
272 - <upstream>
273 - <remote-id type="pypi">FlexGet</remote-id>
274 - </upstream>
275 -</pkgmetadata>
276
277 diff --git a/profiles/package.mask b/profiles/package.mask
278 index 7bb994ac373..d05acd841cc 100644
279 --- a/profiles/package.mask
280 +++ b/profiles/package.mask
281 @@ -236,14 +236,6 @@ app-emulation/wine-any
282 # Part of the JDK since Java 6. Removal in 30 days.
283 dev-java/jaxme
284
285 -# Mike Gilbert <floppym@gentoo> (05 Apr 2017)
286 -# Unmaintained.
287 -# Pinned dependencies cause conflicts with other packages.
288 -# Live ebuild is broken, and requires packaging several new deps.
289 -# Removal in 30 days.
290 -# Bug: https://bugs.gentoo.org/614758
291 -net-misc/flexget
292 -
293 # Mart Raudsepp <leio@g.o> (04 Apr 2017)
294 # Masked for removal in 30 days. Does not work with new
295 # gnome-base/gnome-shell.