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: Tue, 04 Aug 2020 16:50:55
Message-Id: 1596559838.5682ec649c7b70027340be4210b3939cca71ced5.juippis@gentoo
1 commit: 5682ec649c7b70027340be4210b3939cca71ced5
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 13:55:58 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 16:50:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5682ec64
7
8 media-video/yle-dl: remove old 2020-04-19
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-20200419.ebuild | 75 -------------------------------
14 2 files changed, 76 deletions(-)
15
16 diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
17 index 6d331af1489..a2bb9720d3e 100644
18 --- a/media-video/yle-dl/Manifest
19 +++ b/media-video/yle-dl/Manifest
20 @@ -1,2 +1 @@
21 -DIST yle-dl-20200419.tar.gz 87267 BLAKE2B 2637620758c1a083502eb9468bbe5e7353855051c3379d448f6a4b9adcf8113293e4a7a8887138df68fcfd16938ab3846034a8f57cb9d366467a22c23b53ebaa SHA512 3d064e080e0c9172e15134eaa179ae96240ed9fc74a7a8a9a9aa18049397e0fea62465f5768db488928f23af1fa1195d78a8a4a6bbafcab4bcda6d05cda70ccf
22 DIST yle-dl-20200628.tar.gz 61748 BLAKE2B 1de2d426e8d871aef8d9ad1ee896b28cc79601bd13712a9e646a313ec52cdb2e2e979b74ea612fdab0c309a8fa37e3c1226bac29461410dbc85f976b1277e1ca SHA512 0f6880779392a1f47138a3757cbd08158d6832b35dff15193faa8937338ef791e03f4e5308f71fe0b6f4515092f681f9dad6a41a9ed32254757a44af34486070
23
24 diff --git a/media-video/yle-dl/yle-dl-20200419.ebuild b/media-video/yle-dl/yle-dl-20200419.ebuild
25 deleted file mode 100644
26 index 8cc05814142..00000000000
27 --- a/media-video/yle-dl/yle-dl-20200419.ebuild
28 +++ /dev/null
29 @@ -1,75 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6..8} )
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -DISTUTILS_SINGLE_IMPL=true
38 -
39 -inherit distutils-r1 eutils
40 -
41 -DESCRIPTION="Download media files from Yle Areena"
42 -HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl"
43 -SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -IUSE="test"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -# Requires an active internet connection during tests,
53 -# FEATURES="-network-sandbox" to test.
54 -RESTRICT="test"
55 -
56 -RDEPEND="${PYTHON_DEPS}
57 - media-video/ffmpeg
58 - net-misc/wget
59 - $(python_gen_cond_dep '
60 - >=dev-python/attrs-18.1.0[${PYTHON_MULTI_USEDEP}]
61 - >=dev-python/configargparse-0.13.0[${PYTHON_MULTI_USEDEP}]
62 - dev-python/future[${PYTHON_MULTI_USEDEP}]
63 - dev-python/lxml[${PYTHON_MULTI_USEDEP}]
64 - dev-python/mini-amf[${PYTHON_MULTI_USEDEP}]
65 - dev-python/progress[${PYTHON_MULTI_USEDEP}]
66 - dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
67 - dev-python/requests[${PYTHON_MULTI_USEDEP}]
68 - ')
69 -"
70 -DEPEND="
71 - test? (
72 - ${RDEPEND}
73 - media-video/ffmpeg[gnutls]
74 - $(python_gen_cond_dep '
75 - dev-python/pytest[${PYTHON_MULTI_USEDEP}]
76 - ')
77 - )
78 -"
79 -BDEPEND="${PYTHON_DEPS}"
80 -
81 -distutils_enable_tests setup.py
82 -
83 -DOCS=( COPYING ChangeLog README.fi README.md yledl.conf.sample )
84 -
85 -src_prepare() {
86 - default
87 -
88 - # Gentoo doesn't ship pycryptodomex with pycryptodome
89 - sed -i 's/pycryptodomex/pycryptodome/g' setup.py || die
90 -}
91 -
92 -src_install() {
93 - docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
94 - distutils-r1_src_install
95 -}
96 -
97 -pkg_postinst() {
98 - elog "Sample configuration file has been installed to "
99 - elog " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample"
100 - elog ""
101 - elog "Optional download engines: "
102 - optfeature "php download engine using rtmpdump" "dev-lang/php:*[bcmath,cli,curl,simplexml] media-video/rtmpdump"
103 - optfeature "youtube-dl download engine" net-misc/youtube-dl
104 -}