commit:     cf5b5a43462fb79e08f06a546db694c7111b2d23
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 06:59:29 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 08:42:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5b5a43

net-misc/ytfzf: drop 2.4.1

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

 net-misc/ytfzf/Manifest           |  1 -
 net-misc/ytfzf/ytfzf-2.4.1.ebuild | 59 ---------------------------------------
 2 files changed, 60 deletions(-)

diff --git a/net-misc/ytfzf/Manifest b/net-misc/ytfzf/Manifest
index 4a94a807b041..e3c3a4ca32c4 100644
--- a/net-misc/ytfzf/Manifest
+++ b/net-misc/ytfzf/Manifest
@@ -1,2 +1 @@
-DIST ytfzf-2.4.1.tar.gz 3256903 BLAKE2B 
e95fc86d1ed2099aeb96d8daf808861e279865e17758dc8b0b5fa4c349dd819371012d13073f89b94469f1d69f00b66bb01860e3190e324baadc30e2cbae8074
 SHA512 
f0be168d5fd32cc75f95d0533a093cb9e3aa238d39e024271d69f078b974da51504bd1fd65a34378085a148f1ddae68f6c2fdc15c7a56c2353ec3d6695451771
 DIST ytfzf-2.5.0.tar.gz 3260280 BLAKE2B 
33535afc6be18fe9efeddf666ccdc646db227fcb601a52baeaca91b9316b87b1300fdab50ceca5eb9e21fef5571a87e917f78f71b97e7ec2abbebf5158b4487d
 SHA512 
43e366694687be517a0b3da0d16e423f32046ab5de92368748e87c622f43e34bd1037f01b37fcb05ae8ce87ca536672cf3f5ca2b2608bab07ec9f4abeabb61ec

diff --git a/net-misc/ytfzf/ytfzf-2.4.1.ebuild 
b/net-misc/ytfzf/ytfzf-2.4.1.ebuild
deleted file mode 100644
index 36a2a31e9d01..000000000000
--- a/net-misc/ytfzf/ytfzf-2.4.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2021-2022 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="X minimal"
-
-RDEPEND="
-       app-misc/jq
-       net-misc/curl[ssl]
-       virtual/awk
-       !minimal? (
-               X? ( media-gfx/ueberzug )
-               app-shells/fzf
-               media-video/mpv[lua]
-               net-misc/yt-dlp
-       )"
-
-src_prepare() {
-       default
-
-       sed -i "/^: ...YTFZF_SYSTEM_ADDON_DIR/s|/usr/local|${EPREFIX}/usr|" 
ytfzf || die
-}
-
-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
-}

Reply via email to