Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ytfzf/
Date: Thu, 13 Jan 2022 08:06:40
Message-Id: 1642061179.639993a40a644628041934275d77207d80b02a43.ionen@gentoo
1 commit: 639993a40a644628041934275d77207d80b02a43
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 05:04:14 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 08:06:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639993a4
7
8 net-misc/ytfzf: drop 1.2.0_p20211208
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 net-misc/ytfzf/Manifest | 1 -
13 net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild | 44 -----------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/net-misc/ytfzf/Manifest b/net-misc/ytfzf/Manifest
17 index 169ad433b577..23b6d80b921d 100644
18 --- a/net-misc/ytfzf/Manifest
19 +++ b/net-misc/ytfzf/Manifest
20 @@ -1,2 +1 @@
21 -DIST ytfzf-1.2.0_p20211208.tar.gz 3230303 BLAKE2B eb1cc05945bc91226d9a3f893edfcfcc5d8544ac2607d6bec7bfc5dd4a8f4b0c01e7387a73d82d148e908e727a1f2809765c9e21e13ca9e7de947c68c1a28f10 SHA512 f87dea2afb706ec9ea23fab3fa02833ddeff7261807f8e2e77471829fe05d293644c6b1d75660cbaae798cfdaede5553d1eabcf6b608a08a7a9d2de825ab92a2
22 DIST ytfzf-2.0.tar.gz 3227372 BLAKE2B fa67fdc44174e1a0bbbf581f51fc0010230a6de37a38f54bd6c3b5dc1a8ae19790486db90ab0ab1f15fa1a70b544dd7888ec88c6f53ec5c2543235f64dc1ab94 SHA512 43c43b6a446335a7eef9d206864069df1e075d49151b359ead47de6e7234efc1042ce0557233e53c303d3c38572fd33a955e229c457561211250ddd0df5ccb0e
23
24 diff --git a/net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild b/net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild
25 deleted file mode 100644
26 index 0ba10e67d3ae..000000000000
27 --- a/net-misc/ytfzf/ytfzf-1.2.0_p20211208.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit optfeature
36 -
37 -MY_COMMIT="dc7b0056e9b84cf786e6e4adda7f91564d1d012f"
38 -
39 -DESCRIPTION="Posix script to find and watch youtube videos from the terminal"
40 -HOMEPAGE="https://github.com/pystardust/ytfzf/"
41 -SRC_URI="https://github.com/pystardust/ytfzf/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
42 -S="${WORKDIR}/${PN}-${MY_COMMIT}"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="minimal"
48 -
49 -# fzf/mpv "can" be optfeatures depending on configuration, but depend
50 -# on them so it works as expected out-of-the-box and allow to disable.
51 -RDEPEND="
52 - app-misc/jq
53 - net-misc/curl[ssl]
54 - net-misc/yt-dlp
55 - !minimal? (
56 - app-shells/fzf
57 - media-video/mpv[lua]
58 - )"
59 -
60 -src_compile() { :; }
61 -
62 -src_install() {
63 - dobin ytfzf
64 -
65 - dodoc README.md docs/{USAGE.md,conf.sh}
66 -}
67 -
68 -pkg_postinst() {
69 - optfeature "external menu support" x11-misc/dmenu x11-misc/rofi
70 - optfeature "in-terminal thumbnails on X11" \
71 - "media-gfx/ueberzug dev-python/pillow[jpeg]"
72 - optfeature "desktop notifications" x11-libs/libnotify
73 -}