public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/fzf-fish/
Date: Thu, 13 Apr 2023 07:02:18 +0000 (UTC)	[thread overview]
Message-ID: <1681364168.d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488.flow@gentoo> (raw)

commit:     d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Thu Apr 13 05:36:08 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 05:36:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7e5f9e7

app-shells/fzf-fish: Make use of 'shell-completion' eclass

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 app-shells/fzf-fish/fzf-fish-9.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-shells/fzf-fish/fzf-fish-9.0.ebuild b/app-shells/fzf-fish/fzf-fish-9.0.ebuild
index 685caca23..3d90aebdf 100644
--- a/app-shells/fzf-fish/fzf-fish-9.0.ebuild
+++ b/app-shells/fzf-fish/fzf-fish-9.0.ebuild
@@ -3,6 +3,8 @@
 
 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 -> ${P}.gh.tar.gz"
@@ -34,8 +36,7 @@ DOCS=( README.md )
 RESTRICT="test" # how to run tests?
 
 src_install() {
-	insinto "/usr/share/fish/vendor_completions.d"
-	doins completions/*
+	dofishcomp completions/*
 	insinto "/usr/share/fish/vendor_conf.d"
 	doins conf.d/*
 	insinto "/usr/share/fish/vendor_functions.d"


             reply	other threads:[~2023-04-13  7:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13  7:02 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-02 12:24 [gentoo-commits] repo/proj/guru:master commit in: app-shells/fzf-fish/ David Roman
2024-01-29 10:48 David Roman
2024-01-29 10:48 David Roman
2024-04-07 15:46 Julien Roy
2024-04-07 15:46 Julien Roy

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=1681364168.d7e5f9e79d93060bcbf8af1f5a7e5ac5b50bd488.flow@gentoo \
    --to=flow@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