Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/
Date: Wed, 08 Jun 2022 06:13:11
Message-Id: 1654668237.33a7071a59672152ec0f7c6a2949c911ff78a849.juippis@gentoo
1 commit: 33a7071a59672152ec0f7c6a2949c911ff78a849
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 8 06:03:57 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 8 06:03:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a7071a
7
8 media-video/yle-dl: drop 20220518
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-video/yle-dl/Manifest | 1 -
13 media-video/yle-dl/yle-dl-20220518.ebuild | 54 -------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
17 index 789ca7075555..d4d9107e320c 100644
18 --- a/media-video/yle-dl/Manifest
19 +++ b/media-video/yle-dl/Manifest
20 @@ -1,2 +1 @@
21 -DIST yle-dl-20220518.tar.gz 68619 BLAKE2B f6c06541a2a86b2151123c087e2479c2baab06722e0412dfd2254432667298516266392e7e02751bd25e2e1dc2a477cb086b69bbb80b4b6927d75449d8eef231 SHA512 3e0a4fb456bcbae242384269918b4a98cd6a3351b6c6d85d350c312b29406ed15537e6bb57f351b80dfe57618c956d1d7eea149b30ea6f80572048e0828b9e20
22 DIST yle-dl-20220531.tar.gz 68985 BLAKE2B 66a011a741089aeb5a1247d9d4571341b0584b859831460c1ed39db8df0c0838e5271b5d5d9004f6c62134235cd881bc6a24752ef1a88ace95158b00803d5c13 SHA512 499929a8411c515259890fd228970718a357a19b221605cd882d9baa0c8ac688241a4cf8eeb2e75dbc26c28536579db1a5c0ae9db29fb4796b2ca1e093a8de36
23
24 diff --git a/media-video/yle-dl/yle-dl-20220518.ebuild b/media-video/yle-dl/yle-dl-20220518.ebuild
25 deleted file mode 100644
26 index 6c229c005229..000000000000
27 --- a/media-video/yle-dl/yle-dl-20220518.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit distutils-r1 optfeature
38 -
39 -DESCRIPTION="Download media files from Yle Areena"
40 -HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl"
41 -SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -IUSE="test"
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -# Requires an active internet connection during tests,
51 -PROPERTIES="test_network"
52 -RESTRICT="test"
53 -
54 -RDEPEND="media-video/ffmpeg
55 - net-misc/wget
56 - >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
57 - >=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}]
58 - dev-python/lxml[${PYTHON_USEDEP}]
59 - dev-python/progress[${PYTHON_USEDEP}]
60 - dev-python/requests[${PYTHON_USEDEP}]"
61 -BDEPEND="test? (
62 - ${RDEPEND}
63 - media-video/ffmpeg[gnutls]
64 - dev-python/pip[${PYTHON_USEDEP}]
65 - dev-python/pytest[${PYTHON_USEDEP}]
66 - dev-python/wheel[${PYTHON_USEDEP}]
67 - )"
68 -
69 -distutils_enable_tests pytest
70 -
71 -DOCS=( COPYING ChangeLog README.fi README.md yledl.conf.sample )
72 -
73 -src_install() {
74 - docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
75 - distutils-r1_src_install
76 -}
77 -
78 -pkg_postinst() {
79 - elog "Sample configuration file has been installed to "
80 - elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
81 - elog
82 - optfeature "youtube-dl download engine" net-misc/youtube-dl net-misc/yt-dlp
83 -}