From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/emlop/
Date: Thu, 27 Jul 2023 19:34:16 +0000 (UTC) [thread overview]
Message-ID: <1690486447.680a238aa37b3d6f6ba368bb32e3d44c61bf33f1.flow@gentoo> (raw)
commit: 680a238aa37b3d6f6ba368bb32e3d44c61bf33f1
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 19:34:07 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 19:34:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680a238a
app-portage/emlop: switch to shell-completion.eclass
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-portage/emlop/emlop-0.6.1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-portage/emlop/emlop-0.6.1.ebuild b/app-portage/emlop/emlop-0.6.1.ebuild
index 0effbdae154c..9feb0c79cf59 100644
--- a/app-portage/emlop/emlop-0.6.1.ebuild
+++ b/app-portage/emlop/emlop-0.6.1.ebuild
@@ -75,7 +75,7 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
-inherit cargo bash-completion-r1
+inherit cargo shell-completion
DESCRIPTION="A fast, accurate, ergonomic emerge.log parser"
HOMEPAGE="https://github.com/vincentdephily/emlop"
@@ -104,10 +104,8 @@ src_install() {
dobashcomp emlop
# zsh
./target/$(usex debug debug release)/emlop complete zsh > _emlop || die
- insinto /usr/share/zsh/site-functions
- doins _emlop
+ dozshcomp _emlop
# fish
./target/$(usex debug debug release)/emlop complete fish > emlop.fish || die
- insinto /usr/share/fish/vendor_completions.d
- doins emlop.fish
+ dofishcomp emlop.fish
}
next reply other threads:[~2023-07-27 19:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 19:34 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 12:47 [gentoo-commits] repo/gentoo:master commit in: app-portage/emlop/ Sam James
2024-12-22 16:31 Florian Schmaus
2024-12-22 16:31 Florian Schmaus
2024-10-08 19:33 Florian Schmaus
2024-10-08 19:33 Florian Schmaus
2024-10-08 19:33 Florian Schmaus
2024-06-17 9:39 James Le Cuirot
2024-03-05 11:23 Florian Schmaus
2024-02-17 9:06 Florian Schmaus
2024-02-17 9:06 Florian Schmaus
2023-07-27 19:34 Florian Schmaus
2023-07-27 19:34 Florian Schmaus
2023-06-07 6:06 Sam James
2023-06-07 4:52 Sam James
2023-06-07 4:52 Sam James
2023-06-07 4:52 Sam James
2023-06-07 4:52 Sam James
2023-06-07 4:52 Sam James
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=1690486447.680a238aa37b3d6f6ba368bb32e3d44c61bf33f1.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