commit:     2a2a15c4bf25f52250abd94dd7812abb64701563
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 23:31:48 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 00:01:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2a15c4

net-misc/yt-dlp: drop 2023.09.24

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/yt-dlp/Manifest                 |  1 -
 net-misc/yt-dlp/yt-dlp-2023.09.24.ebuild | 71 --------------------------------
 2 files changed, 72 deletions(-)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
index 74c1afe2bb97..2e3aecb05f60 100644
--- a/net-misc/yt-dlp/Manifest
+++ b/net-misc/yt-dlp/Manifest
@@ -1,2 +1 @@
-DIST yt-dlp-2023.09.24.tar.gz 5494731 BLAKE2B 
558fc80691951ba33e591a9bf1820e3da45f265f9392d28c6dcab1c2feb9bac84a0143d8034dde8c772f227eb9896c6406974440bd141ac88de0899438f229e0
 SHA512 
37f1c5c9af9f8cdd66a2fa09771f018042c3efac61a657ea1573a68a77dce2f76fbd8bb7a59ed72942093ddfd80d57573305ec8b60d00e6b0ba50276e3df2dfd
 DIST yt-dlp-2023.10.07.tar.gz 5513194 BLAKE2B 
5d30895125eb2a67935e6f1b98fa93daf9230379309a19799b1813008075b1fe96811acc608baefb054b21f288cd4a8771d8b325b98a007097f0342111dc523e
 SHA512 
21dcb85807b87446faadbdd20206cf3a9da67a575bbb8bdbf40f7af34e7b1d2530c9e15f76a28d3021c91b68bb6762d46a66446ca43c83ac02880b710286435d

diff --git a/net-misc/yt-dlp/yt-dlp-2023.09.24.ebuild 
b/net-misc/yt-dlp/yt-dlp-2023.09.24.ebuild
deleted file mode 100644
index 1762c313c8eb..000000000000
--- a/net-misc/yt-dlp/yt-dlp-2023.09.24.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit bash-completion-r1 distutils-r1 optfeature wrapper
-
-DESCRIPTION="youtube-dl fork with additional features and fixes"
-HOMEPAGE="https://github.com/yt-dlp/yt-dlp/";
-SRC_URI="https://github.com/yt-dlp/yt-dlp/releases/download/${PV}/${PN}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       dev-python/pycryptodome[${PYTHON_USEDEP}]
-       !net-misc/youtube-dl[-yt-dlp(-)]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # adjust requires for pycryptodome and optional dependencies (bug 
#828466)
-       sed -ri requirements.txt \
-               -e "s/^(pycryptodome)x/\1/" \
-               -e "/^(brotli.*|certifi|mutagen|websockets)/d" || die
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # fails with FEATURES=distcc, bug #915614
-               
test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\]
-       )
-
-       epytest -m 'not download'
-}
-
-python_install_all() {
-       dodoc README.md Changelog.md supportedsites.md
-       doman yt-dlp.1
-
-       dobashcomp completions/bash/yt-dlp
-
-       insinto /usr/share/fish/vendor_completions.d
-       doins completions/fish/yt-dlp.fish
-
-       insinto /usr/share/zsh/site-functions
-       doins completions/zsh/_yt-dlp
-
-       rm -r "${ED}"/usr/share/doc/yt_dlp || die
-
-       make_wrapper youtube-dl "yt-dlp --compat-options youtube-dl"
-}
-
-pkg_postinst() {
-       optfeature "various features (merging tracks, streamed content)" 
media-video/ffmpeg
-       has_version media-video/atomicparsley || # allow fallback but don't 
advertise
-               optfeature "embedding metadata thumbnails in MP4/M4A files" 
media-libs/mutagen
-
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog 'A wrapper using "yt-dlp --compat-options youtube-dl" was 
installed'
-               elog 'as "youtube-dl". This is strictly for compatibility and 
it is'
-               elog 'recommended to use "yt-dlp" directly, it may be removed 
in the future.'
-       fi
-}

Reply via email to