From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 144A0158089 for ; Mon, 2 Oct 2023 12:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 424CE2BC036; Mon, 2 Oct 2023 12:24:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27B132BC036 for ; Mon, 2 Oct 2023 12:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D9D9335CB7 for ; Mon, 2 Oct 2023 12:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1AF92F for ; Mon, 2 Oct 2023 12:24:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696077521.6e2d753c00bd9e70eff974879599fb4a58c92c9f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/fzf-fish/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/fzf-fish/Manifest app-shells/fzf-fish/fzf-fish-10.0.ebuild X-VCS-Directories: app-shells/fzf-fish/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6e2d753c00bd9e70eff974879599fb4a58c92c9f X-VCS-Branch: master Date: Mon, 2 Oct 2023 12:24:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a286150a-3165-43f0-a5d3-607a63449829 X-Archives-Hash: 51bb1a9880736298414e7fda5a9b6734 commit: 6e2d753c00bd9e70eff974879599fb4a58c92c9f Author: Remigiusz Micielski purelymail com> AuthorDate: Sat Sep 30 12:38:07 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 30 12:38:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e2d753c app-shells/fzf-fish: add 10.0 Signed-off-by: Remigiusz Micielski purelymail.com> app-shells/fzf-fish/Manifest | 1 + app-shells/fzf-fish/fzf-fish-10.0.ebuild | 33 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/app-shells/fzf-fish/Manifest b/app-shells/fzf-fish/Manifest index 213abe2684..faba79e4ef 100644 --- a/app-shells/fzf-fish/Manifest +++ b/app-shells/fzf-fish/Manifest @@ -1,2 +1,3 @@ +DIST fzf-fish-10.0.tar.gz 19038 BLAKE2B 72b87f468e885ae9dcc28e223f2ed283c63cb66d5ddf58d4fe9147c2c46b3d0fc8ec532e191e833912404a941b6f9dd745813b69aa5c1b02aee5c77fae3b5cf8 SHA512 a451d822915cb58df5c0f9851174800c82b3776a190e73be454cc4ab93525718c14b8790868f19fa7c7fb9c68bc5b6d450a72baa28b133775320cb98fdc846c9 DIST fzf-fish-8.3.tar.gz 16448 BLAKE2B 913eb6ac2154905ee87356dfe26443ab2151221760e23587433736dc9b7f160a61f52b8e2c052fc2524cb079a87dd46563042c6759c937eaef6a4200d63d0c7d SHA512 eb79f4a458ca4daa4fdf56ff91f1609661a1f7f736709569ae1120addc4fb3f87134b2fbcedf760bab1e275e934bc40b975f9cedad15dac9a422ddd6c29b5b9b DIST fzf-fish-9.0.gh.tar.gz 16863 BLAKE2B 1ea0c289668c50235baaec643a018dca67d20ce7fa2bd2f1524e066fec62485507aec58caac3a652c48c572285a3f36b49dad943e51853afef0e2d97e55d4e25 SHA512 e6d4c7ea8307dd67defdf1c208a8b8662cae987585c980e2b26789cd82f4e1fe64941a43f92408710572f191e226386267490d102f80a4aa139af1619d04afd7 diff --git a/app-shells/fzf-fish/fzf-fish-10.0.ebuild b/app-shells/fzf-fish/fzf-fish-10.0.ebuild new file mode 100644 index 0000000000..eb26cfeca7 --- /dev/null +++ b/app-shells/fzf-fish/fzf-fish-10.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shell-completion + +DESCRIPTION="Augment your fish command line with fzf key bindings" +HOMEPAGE="https://github.com/PatrickF1/fzf.fish" +SRC_URI="https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v${PV}.tar.gz -> fzf-fish-${PV}.tar.gz" +S="${WORKDIR}/${PN/-/.}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=app-shells/fish-3.4.0 + >=app-shells/fzf-0.33 + >=sys-apps/bat-0.16.0 + >=sys-apps/fd-8.5.0 +" +DEPEND="${RDEPEND}" +BDEPEND="" + +src_install() { + dofishcomp completions/* + insinto "/usr/share/fish/vendor_conf.d" + doins conf.d/* + insinto "/usr/share/fish/vendor_functions.d" + doins functions/* + einstalldocs +}