From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ytfzf/, net-misc/ytfzf/files/
Date: Sun, 23 Oct 2022 06:31:11 +0000 (UTC) [thread overview]
Message-ID: <1666506661.139136d85a8ae519a0ff2a4912c7fe8cc43cbb77.ionen@gentoo> (raw)
commit: 139136d85a8ae519a0ff2a4912c7fe8cc43cbb77
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 06:27:47 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 06:31:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139136d8
net-misc/ytfzf: add 2.5.2, drop 2.5.1
Identical to 2.5.1 given had a patch for the regression,
this just allows to drop the short lived patch.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/ytfzf/Manifest | 2 +-
net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch | 10 ----------
net-misc/ytfzf/{ytfzf-2.5.1.ebuild => ytfzf-2.5.2.ebuild} | 4 ----
3 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/net-misc/ytfzf/Manifest b/net-misc/ytfzf/Manifest
index 322f9374caca..096082e1ce76 100644
--- a/net-misc/ytfzf/Manifest
+++ b/net-misc/ytfzf/Manifest
@@ -1,2 +1,2 @@
DIST ytfzf-2.5.0.tar.gz 3260280 BLAKE2B 33535afc6be18fe9efeddf666ccdc646db227fcb601a52baeaca91b9316b87b1300fdab50ceca5eb9e21fef5571a87e917f78f71b97e7ec2abbebf5158b4487d SHA512 43e366694687be517a0b3da0d16e423f32046ab5de92368748e87c622f43e34bd1037f01b37fcb05ae8ce87ca536672cf3f5ca2b2608bab07ec9f4abeabb61ec
-DIST ytfzf-2.5.1.tar.gz 3263331 BLAKE2B 690a108e7b2e744a33acc67ea73ec28af87050c27af0e1cf274b163aa3f9699ee22b10ea7ecf88559c56c57443e686ad5e03ea61dc21571310425280de24d764 SHA512 00ec6a17c465f1590f61590ff45763d4e58cd7a281868817987b199b62c463f38c0543a0f6a71b983bd256f07f8c3cd25a0211945db2a74dada2078a42b69a51
+DIST ytfzf-2.5.2.tar.gz 3263326 BLAKE2B aa0e6b01ba90217df1e488cfbe74f44baadee0fa5f6e29f45ef79af9a0d9587ef394b345ddf6b8a86282f57f097c6728adccba2e444eda38d1746ae95438900f SHA512 aa87d2f3c50bfed3c49d363b23bdf17c6c5307116648f3042148d828d204cc9f1ce61888a82fade26e46dc46991cb2c8f559f5f9aa671d8bcf425d343fdff389
diff --git a/net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch b/net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch
deleted file mode 100644
index 5ebb36564f42..000000000000
--- a/net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-https://github.com/pystardust/ytfzf/issues/592
---- a/ytfzf
-+++ b/ytfzf
-@@ -1698,4 +1698,4 @@
- mkfifo "$UEBERZUG_FIFO"
-- ueberzug layer --parser json < "$UEBERZUG_FIFO" &
-- exec 3> "$UEBERZUG_FIFO" > "$thumbnail_debug_log" 2>&1 # to keep the fifo open
-+ ueberzug layer --parser json < "$UEBERZUG_FIFO" > "$thumbnail_debug_log" 2>&1 &
-+ exec 3> "$UEBERZUG_FIFO" # to keep the fifo open
- ;;
diff --git a/net-misc/ytfzf/ytfzf-2.5.1.ebuild b/net-misc/ytfzf/ytfzf-2.5.2.ebuild
similarity index 96%
rename from net-misc/ytfzf/ytfzf-2.5.1.ebuild
rename to net-misc/ytfzf/ytfzf-2.5.2.ebuild
index 82ded86e3370..36a2a31e9d01 100644
--- a/net-misc/ytfzf/ytfzf-2.5.1.ebuild
+++ b/net-misc/ytfzf/ytfzf-2.5.2.ebuild
@@ -25,10 +25,6 @@ RDEPEND="
net-misc/yt-dlp
)"
-PATCHES=(
- "${FILESDIR}"/${P}-ueberzug.patch
-)
-
src_prepare() {
default
next reply other threads:[~2022-10-23 6:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-23 6:31 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-01 20:39 [gentoo-commits] repo/gentoo:master commit in: net-misc/ytfzf/, net-misc/ytfzf/files/ Ionen Wolkens
2022-10-23 6:09 Ionen Wolkens
2022-09-14 4:05 Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1666506661.139136d85a8ae519a0ff2a4912c7fe8cc43cbb77.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox