commit:     6697fe7cb4009c194a86840a2933d1acd93198ac
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 07:01:41 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 07:30:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6697fe7c

media-video/yle-dl: drop 20221015

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

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

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index 70ee9f0b9c69..9640169779b8 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1,2 +1 @@
-DIST yle-dl-20221015.tar.gz 74786 BLAKE2B 
b5b7ef72d7b572de5c4cf93b1eb45fbd6319d25e6abc26f6f7a7f80199b4ef2bb28959ebb066523805a45f5675d951a750006671e1d36b62d4f4ce16a83311eb
 SHA512 
06c338337d8cc012aa08730ec07eb3a10336e1df88475966359da128cbd24400ec7aae0240f48b5e67ef69c7e3f7d2de7d1214ae6ab81f7627444bad309a38bf
 DIST yle-dl-20221111.tar.gz 74708 BLAKE2B 
ecd0913ee1f50901932cc1218864157612633dd6490d2a0ebf6dd42e796b0a2bfd5bb07043c6ecf1dcfb936c597ec954c3c2676e7d893b38b2e77c09145a24a8
 SHA512 
52d8219235d1d17b7f646213afcbda44051af7aec0f0ec05b8162e1e40b1b32ad939f63d45af4d9179f22e2003c9707e7b640099b14e1ec7f3cbc83a747a36d0

diff --git a/media-video/yle-dl/yle-dl-20221015.ebuild 
b/media-video/yle-dl/yle-dl-20221015.ebuild
deleted file mode 100644
index 603424b77cf8..000000000000
--- a/media-video/yle-dl/yle-dl-20221015.ebuild
+++ /dev/null
@@ -1,67 +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} )
-DISTUTILS_USE_PEP517=flit
-
-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.md 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