diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-13 00:04:14 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-13 03:06:19 -0500 |
commit | 639993a40a644628041934275d77207d80b02a43 (patch) | |
tree | 6dd86e2f5eb36614ed206c0e1980d2b2e1969015 /net-misc/ytfzf | |
parent | x11-terms/kitty: drop 0.24.0-r1 (diff) | |
download | gentoo-639993a40a644628041934275d77207d80b02a43.tar.gz gentoo-639993a40a644628041934275d77207d80b02a43.tar.bz2 gentoo-639993a40a644628041934275d77207d80b02a43.zip |
net-misc/ytfzf: drop 1.2.0_p20211208
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-misc/ytfzf')
-rw-r--r-- | net-misc/ytfzf/Manifest | 1 | ||||
-rw-r--r-- | net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/net-misc/ytfzf/Manifest b/net-misc/ytfzf/Manifest index 169ad433b577..23b6d80b921d 100644 --- a/net-misc/ytfzf/Manifest +++ b/net-misc/ytfzf/Manifest @@ -1,2 +1 @@ -DIST ytfzf-1.2.0_p20211208.tar.gz 3230303 BLAKE2B eb1cc05945bc91226d9a3f893edfcfcc5d8544ac2607d6bec7bfc5dd4a8f4b0c01e7387a73d82d148e908e727a1f2809765c9e21e13ca9e7de947c68c1a28f10 SHA512 f87dea2afb706ec9ea23fab3fa02833ddeff7261807f8e2e77471829fe05d293644c6b1d75660cbaae798cfdaede5553d1eabcf6b608a08a7a9d2de825ab92a2 DIST ytfzf-2.0.tar.gz 3227372 BLAKE2B fa67fdc44174e1a0bbbf581f51fc0010230a6de37a38f54bd6c3b5dc1a8ae19790486db90ab0ab1f15fa1a70b544dd7888ec88c6f53ec5c2543235f64dc1ab94 SHA512 43c43b6a446335a7eef9d206864069df1e075d49151b359ead47de6e7234efc1042ce0557233e53c303d3c38572fd33a955e229c457561211250ddd0df5ccb0e diff --git a/net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild b/net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild deleted file mode 100644 index 0ba10e67d3ae..000000000000 --- a/net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature - -MY_COMMIT="dc7b0056e9b84cf786e6e4adda7f91564d1d012f" - -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/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -# fzf/mpv "can" be optfeatures depending on configuration, but depend -# on them so it works as expected out-of-the-box and allow to disable. -RDEPEND=" - app-misc/jq - net-misc/curl[ssl] - net-misc/yt-dlp - !minimal? ( - app-shells/fzf - media-video/mpv[lua] - )" - -src_compile() { :; } - -src_install() { - dobin ytfzf - - dodoc README.md docs/{USAGE.md,conf.sh} -} - -pkg_postinst() { - optfeature "external menu support" x11-misc/dmenu x11-misc/rofi - optfeature "in-terminal thumbnails on X11" \ - "media-gfx/ueberzug dev-python/pillow[jpeg]" - optfeature "desktop notifications" x11-libs/libnotify -} |