summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/youtube-dl: treecleanIonen Wolkens2023-02-241-78/+0
| | | | | | Closes: https://bugs.gentoo.org/798237 Closes: https://bugs.gentoo.org/891917 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/youtube-dl: restrict testsIonen Wolkens2022-10-191-1/+5
| | | | | | | | | | see ebuild comment, upstream is still active but the direction is rather incompatible with us just being kept to give time to other packages to adapt, no reason to worry about tests in this state Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-misc/youtube-dl: warn about yt-dlp wrapper differencesIonen Wolkens2022-03-061-0/+8
| | | | | | | | | | | wrt bug #833872 comment #6 This is similar to what the yt-dlp ebuild itself warns about, but yt-dlp only does it once while here it wouldn't hurt to nag every time given the end goal is make people stop using youtube-dl. Bug: https://bugs.gentoo.org/833872 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-misc/youtube-dl: Stabilize 2021.12.17-r1 arm, #833872Arthur Zamarin2022-02-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/youtube-dl: Stabilize 2021.12.17-r1 x86, #833872Jakov Smolić2022-02-221-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/youtube-dl: Stabilize 2021.12.17-r1 ppc64, #833872Sam James2022-02-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/youtube-dl: Stabilize 2021.12.17-r1 ppc, #833872Sam James2022-02-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/youtube-dl: Stabilize 2021.12.17-r1 amd64, #833872Sam James2022-02-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/youtube-dl: adjust and semi-sync ebuild with yt-dlpIonen Wolkens2022-02-151-0/+66
* add ewarn that users should consider yt-dlp instead * use optfeature.eclass, but unlike yt-dlp keep the mention of mpv/rtmpdump for now (yt-dlp advertises being able to use ffmpeg for streamed content instead) * public-domain -> Unlicense (uses same as yt-dlp) * skip duplicate README.txt and install supportedsites.md * pep517 mode, planned to be used in next yt-dlp release as well * Add IUSE=+yt-dlp to allow concurrent install with yt-dlp: yt-dlp provides a compatibility mode for the "youtube-dl" command to have the same options which should typically work as a drop-in replacement, but can't do this for the python module. For packages that haven't migrated to yt-dlp and still depend on youtube-dl, IUSE=yt-dlp ensures that both the command and python module will be available while allowing users to pick which command they want to use (bug #829501). youtube-dl is likely still due for removal at some point, but at the moment upstream is still active and maintaining the project for these packages and there is little reason to rush removal. ebuilds should preferably depend on yt-dlp if all they need is the command to ease future removal. Closes: https://bugs.gentoo.org/829501 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>