commit:     0dda3ef7ddc41e252644ed5c12c2bab3f791e6f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  6 20:13:08 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  6 20:13:08 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dda3ef7

app-shells/fzf: drop 0.65.2, 0.66.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-shells/fzf/Manifest          |  4 ---
 app-shells/fzf/fzf-0.65.2.ebuild | 71 ----------------------------------------
 app-shells/fzf/fzf-0.66.1.ebuild | 60 ---------------------------------
 3 files changed, 135 deletions(-)

diff --git a/app-shells/fzf/Manifest b/app-shells/fzf/Manifest
index cbd3be35283c..0b9c7941142c 100644
--- a/app-shells/fzf/Manifest
+++ b/app-shells/fzf/Manifest
@@ -1,6 +1,2 @@
-DIST fzf-0.65.2-deps.tar.xz 5911688 BLAKE2B 
53dd8e6321188d565778eeb7e46a15cf147f183e31769d8158e4520d6dc2ba8a385c674d959adf5c0292a411ecf57fee68dd436370a7ff12ccc435a6c0766d3d
 SHA512 
8788cea3f9fde02ef148bb08519535af5226d8fb6f9b81f73f22f545867092653694101c402aa08d33170e30e05eefcc0e62b530b7d306f10607aae945567d60
-DIST fzf-0.65.2.tar.gz 347841 BLAKE2B 
4e148f15d48571ea27b9723797682828b8c8b2c341ed09c4d82c6ba378f5d9d2e215198afab6e93180e12a818241e88053a368a4007a18972ba3049ce00a0b90
 SHA512 
5d8a872ad041946f30a000361ae26dbfe66050bfba38462b816ffee54d63dfe1d99103e326193511204268dbc165ccb2efd7c5be1debbec82b5ba70e8d05365d
-DIST fzf-0.66.1-vendor.tar.xz 1180112 BLAKE2B 
6b593b9e8183f8f1e089893238cd7439639bd15164ed2f2d3224d31739fb2f7691e971b1e89a8c646cbe3f7df17cf1deb6caea66332de1656bbf061d0f57ea3b
 SHA512 
d0eec5267861ad83a629544e7320d6e15cdf9d206137985911ccaec3cc66e37a086aab8b6176b621584f7fe60847a98dafe9b74aa3662276f6b2138dacf494fe
-DIST fzf-0.66.1.tar.gz 361208 BLAKE2B 
90b05b1a666291f0e366a0aa3f7b7fa488d1a49e4e0de8702c768909d9e13ff129665128af0cf524e3a32a5eb795b4c9e9daca047a48c06f52be8e03197a5179
 SHA512 
3ad5e605cd8aa8f708642eaf2525ce8c279d15da0b648c8f608e886a5b3b1e29b90e37f311b82fd478b1cd17befdfbb9a0560d0c213ad216ba9282e06bf69e0c
 DIST fzf-0.67.0-vendor.tar.xz 1180216 BLAKE2B 
127f53a105ada6853ddd397933c4a33e5e3f6ce02a04542934f020ffe37b8954d9b7248c2b37b68741122fb56fb87e31d416f42d05c34c47795b66ec06f0e501
 SHA512 
75358a76be08527973a403598b7c631ba97537b6d2d37ae9c7790ccdef73496c83cecb150b5322281299ee367ac70e8af4ae51293097983694a4cd8763d762b9
 DIST fzf-0.67.0.tar.gz 363116 BLAKE2B 
71eec56917aa9962d3ef3ecbde77045ea5afe6b9b4d96640e3699d9b9ddc42c0ea1cb750bd20a5661d899b40218ffa5a4fceb17e9eee4f884c78790bf94f8bc2
 SHA512 
548879bb9a70b8e138277715a7cd3334c4313c93d1d35315e69618ccc2ea5e5bd955369261bf566ce3282f2ea5de752b5346fbfadb5b77ad5508b40fb603d926

diff --git a/app-shells/fzf/fzf-0.65.2.ebuild b/app-shells/fzf/fzf-0.65.2.ebuild
deleted file mode 100644
index 32c5d6746c6d..000000000000
--- a/app-shells/fzf/fzf-0.65.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2019-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION="General-purpose command-line fuzzy finder, written in Golang"
-HOMEPAGE="https://github.com/junegunn/fzf";
-
-# For fancy versioning only. Bump on the next release!
-# MY_GIT_REV is the first 7 characters of release commit, we truncate it
-# after to make it easier to copy/paste.
-MY_GIT_REV=416aff86e9d550d0a34af9d3cc12dfede25354c3
-MY_GIT_REV=${MY_GIT_REV:0:7}
-
-SRC_URI="https://github.com/junegunn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${P}-deps.tar.xz";
-
-LICENSE="MIT BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-src_prepare() {
-       default
-       sed -i 's/-s -w //' Makefile || die # bug #795225
-}
-
-src_compile() {
-       emake PREFIX="${EPREFIX}"/usr VERSION=${PV} REVISION=${MY_GIT_REV} 
bin/${PN}
-}
-
-src_install() {
-       dobin bin/${PN}
-       doman man/man1/${PN}.1
-
-       dobin bin/${PN}-tmux
-       doman man/man1/${PN}-tmux.1
-
-       insinto /usr/share/vim/vimfiles/plugin
-       doins plugin/${PN}.vim
-
-       insinto /usr/share/nvim/runtime/plugin
-       doins plugin/${PN}.vim
-
-       newbashcomp shell/completion.bash ${PN}
-
-       newzshcomp shell/completion.zsh _${PN}
-
-       insinto /usr/share/fzf
-       doins shell/key-bindings.bash
-       doins shell/key-bindings.fish
-       doins shell/key-bindings.zsh
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "To add fzf support to your shell, make sure to use the 
right file"
-               elog "from ${EROOT}/usr/share/fzf."
-               elog
-               elog "For bash, add the following line to ~/.bashrc:"
-               elog
-               elog "  # source 
${EROOT}/usr/share/bash-completion/completions/fzf"
-               elog "  # source ${EROOT}/usr/share/fzf/key-bindings.bash"
-               elog
-               elog "Plugins for Vim and Neovim are installed to respective 
directories"
-               elog "and will work out of the box."
-               elog
-               elog "For fzf support in tmux see fzf-tmux(1)."
-       fi
-}

diff --git a/app-shells/fzf/fzf-0.66.1.ebuild b/app-shells/fzf/fzf-0.66.1.ebuild
deleted file mode 100644
index b0af2e96a59a..000000000000
--- a/app-shells/fzf/fzf-0.66.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2019-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module readme.gentoo-r1 shell-completion
-
-DESCRIPTION="General-purpose command-line fuzzy finder, written in Golang"
-HOMEPAGE="https://github.com/junegunn/fzf";
-
-MY_GIT_REV=c1b259c042c0855a0cbb547192fcdbb1940248db
-
-SRC_URI="https://github.com/junegunn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-vendor.tar.xz";
-
-LICENSE="MIT BSD-with-disclosure"
-# Dependent licenses
-LICENSE+=" BSD MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-src_compile() {
-       local go_ldflags=(
-               -X main.version=${PV}
-               -X main.revision=${MY_GIT_REV:0:7}
-       )
-       ego build -trimpath -ldflags "${go_ldflags[*]}" -o bin/${PN} .
-}
-
-src_test() {
-       ego test -v github.com/junegunn/fzf/src{,/algo,/tui,/util}
-}
-
-src_install() {
-       dobin bin/${PN}
-       doman man/man1/${PN}.1
-
-       dobin bin/${PN}-tmux
-       doman man/man1/${PN}-tmux.1
-
-       newbashcomp shell/completion.bash ${PN}
-       newzshcomp shell/completion.zsh _${PN}
-
-       insinto /usr/share/vim/vimfiles/plugin
-       doins plugin/${PN}.vim
-
-       insinto /usr/share/nvim/runtime/plugin
-       doins plugin/${PN}.vim
-
-       insinto /usr/share/fzf
-       doins shell/key-bindings.bash
-       doins shell/key-bindings.fish
-       doins shell/key-bindings.zsh
-
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-}

Reply via email to