commit:     991c8860d3d935af204395ade7c0d7dc3a9c1126
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 06:01:03 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 06:27:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991c8860

media-video/yle-dl: drop 20220830

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-video/yle-dl/Manifest               |  1 -
 media-video/yle-dl/yle-dl-20220830.ebuild | 66 -------------------------------
 2 files changed, 67 deletions(-)

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index 3b913a38158b..7300f18a6417 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1,2 +1 @@
-DIST yle-dl-20220830.tar.gz 72087 BLAKE2B 
1ee31b399daca34ed1ec5bb51fcb38ce439249a4b205e2f0f7219ddd3a438e3a8719c92836ad165112acb7506a5501bb53bb8073960bc2a26635d8eff90dfa8f
 SHA512 
e3ec7c81259901a243f19689666eef415a23f264a04b7f281be11e200f914a0fddea871637afa1e85169bc565f01cbcc0ff91dd800bb07af5b0e6e577041b940
 DIST yle-dl-20221015.tar.gz 74786 BLAKE2B 
b5b7ef72d7b572de5c4cf93b1eb45fbd6319d25e6abc26f6f7a7f80199b4ef2bb28959ebb066523805a45f5675d951a750006671e1d36b62d4f4ce16a83311eb
 SHA512 
06c338337d8cc012aa08730ec07eb3a10336e1df88475966359da128cbd24400ec7aae0240f48b5e67ef69c7e3f7d2de7d1214ae6ab81f7627444bad309a38bf

diff --git a/media-video/yle-dl/yle-dl-20220830.ebuild 
b/media-video/yle-dl/yle-dl-20220830.ebuild
deleted file mode 100644
index 609c0838be62..000000000000
--- a/media-video/yle-dl/yle-dl-20220830.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Download media files from Yle Areena"
-HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl";
-SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Requires an active internet connection during tests,
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="media-video/ffmpeg
-       net-misc/wget
-       >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
-       >=dev-python/ConfigArgParse-0.13.0[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/progress[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-               ${RDEPEND}
-               media-video/ffmpeg[gnutls]
-               dev-python/pip[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/wheel[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-DOCS=( COPYING ChangeLog README.fi README.md yledl.conf.sample )
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # Skip 404'd files.
-       sed -i -e "/def 
test_radio_series_redirect():/[email protected](reason='Video expired.')" \
-               -e "/def 
test_radio_metadata_2020():/[email protected](reason='Video expired.')" \
-               -e "/def 
test_radio_episodes_sort_order_latest_last_source():/[email protected](reason='Video
 expired.')" \
-               -e "/def 
test_radio_episodes_sort_order_latest_first_source():/[email protected](reason='Video
 expired.')" \
-               -e "/def 
test_radio_latest():/[email protected](reason='Video expired.')" \
-               tests/integration/test_areena_radio_it.py || die
-}
-
-src_install() {
-       docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
-       distutils-r1_src_install
-}
-
-pkg_postinst() {
-       elog "Sample configuration file has been installed to "
-       elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
-       elog
-       optfeature "youtube-dl download engine" net-misc/youtube-dl 
net-misc/yt-dlp
-}

Reply via email to