commit: 570b0a8e9165181b72c9251ec35ec198348d2884 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 24 04:07:51 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 24 04:07:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570b0a8e
net-misc/ytfzf: treeclean Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-misc/ytfzf/Manifest | 1 - net-misc/ytfzf/metadata.xml | 16 ----------- net-misc/ytfzf/ytfzf-2.6.2.ebuild | 59 --------------------------------------- profiles/package.mask | 7 ----- 4 files changed, 83 deletions(-) diff --git a/net-misc/ytfzf/Manifest b/net-misc/ytfzf/Manifest deleted file mode 100644 index 7971dc2aff2a..000000000000 --- a/net-misc/ytfzf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ytfzf-2.6.2.tar.gz 3279051 BLAKE2B d2517915e3025bf32b5db4a17f6afe218cd1693e611a76627a87193f0403e86d021c58717f627191b5979142799e6c4d0d3f9864812d8dc3d22f9a28fe379eaf SHA512 9c2d6d6fbd6a21385531523401c113b681d8fd3e3bc0f6566730e0de55a4e70a4d86bebced7cdf472cb145cc1247b79b25ba502ec7a79aee0d89ad816ba434ef diff --git a/net-misc/ytfzf/metadata.xml b/net-misc/ytfzf/metadata.xml deleted file mode 100644 index 153b2385848c..000000000000 --- a/net-misc/ytfzf/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Ionen Wolkens</name> - </maintainer> - <stabilize-allarches/> - <use> - <flag name="minimal">Skip all optional dependencies (may no longer work out-of-the-box and require custom setting up)</flag> - <flag name="thumbnails">Pull <pkg>media-gfx/ueberzugpp</pkg> or <pkg>media-gfx/ueberzug</pkg> for viewing thumbnails (default method when using -t)</flag> - </use> - <upstream> - <remote-id type="github">pystardust/ytfzf</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/ytfzf/ytfzf-2.6.2.ebuild b/net-misc/ytfzf/ytfzf-2.6.2.ebuild deleted file mode 100644 index 9d4d962ea69d..000000000000 --- a/net-misc/ytfzf/ytfzf-2.6.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature - -DESCRIPTION="Posix script to find and watch youtube videos from the terminal" -HOMEPAGE="https://github.com/pystardust/ytfzf/" -SRC_URI="https://github.com/pystardust/ytfzf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="minimal +thumbnails" - -RDEPEND=" - app-misc/jq - net-misc/curl[ssl] - app-alternatives/awk - !minimal? ( - app-shells/fzf - media-video/mpv[lua] - net-misc/yt-dlp - thumbnails? ( - || ( - media-gfx/ueberzugpp - media-gfx/ueberzug - ) - ) - ) -" - -src_compile() { :; } - -src_install() { - local emakeargs=( - DESTDIR="${D}" - PREFIX="${EPREFIX}"/usr - DOCDIR="${EPREFIX}"/usr/share/doc/${PF} - ) - - emake "${emakeargs[@]}" addons doc install - einstalldocs - - rm -r "${ED}"/usr/share/licenses || die -} - -pkg_postinst() { - optfeature "external menu support" x11-misc/dmenu - optfeature "desktop notifications" x11-libs/libnotify - - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "Note that ${PN} supports many methods to display menus/thumbnails." - elog "This ebuild primarily covers defaults and major features, additional" - elog "dependencies may be needed for others. Set USE=minimal if want full" - elog "control over optional dependencies (e.g. fzf is optional if use dmenu)." - fi -} diff --git a/profiles/package.mask b/profiles/package.mask index e47de74c47dd..dea1c74b756f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -263,13 +263,6 @@ x11-terms/roxterm # media-video/ccextractor-0.89 is available for ~amd64 and ~x86. <media-video/ccextractor-0.89 -# Ionen Wolkens <[email protected]> (2025-09-23) -# Abandoned and barely functional, and will just keep getting worse if -# it does not keep up with website changes. net-misc/youtube-viewer -# can be used as an alternative albeit it requires a YouTube API key. -# Removal on 2025-10-23. -net-misc/ytfzf - # Sam James <[email protected]> (2025-09-21) # Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting # not just network. See bug #963106.
