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 D352115800A for ; Wed, 30 Aug 2023 07:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 221B82BC034; Wed, 30 Aug 2023 07:52:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C56652BC034 for ; Wed, 30 Aug 2023 07:52:30 +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 BFAD734095A for ; Wed, 30 Aug 2023 07:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9DE10E7 for ; Wed, 30 Aug 2023 07:52:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693381932.98ed7c8056f453c915461c45ad4d54ddf9c712ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/exa/exa-0.10.1.ebuild X-VCS-Directories: sys-apps/exa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98ed7c8056f453c915461c45ad4d54ddf9c712ac X-VCS-Branch: master Date: Wed, 30 Aug 2023 07:52:28 +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: 695c46d7-fac0-4086-bd58-2f6ec3e63aea X-Archives-Hash: 397997b6a98e4477cd97ce354ac39cde commit: 98ed7c8056f453c915461c45ad4d54ddf9c712ac Author: Leonardo Hernández Hernández proton me> AuthorDate: Wed Aug 30 06:47:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 30 07:52:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ed7c80 sys-apps/exa: use shell-completion.eclass Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> sys-apps/exa/exa-0.10.1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild index 27fe0bd020a3..dc36faac84b0 100644 --- a/sys-apps/exa/exa-0.10.1.ebuild +++ b/sys-apps/exa/exa-0.10.1.ebuild @@ -50,7 +50,7 @@ CRATES=" zoneinfo_compiled@0.5.1 " -inherit bash-completion-r1 cargo +inherit shell-completion cargo DESCRIPTION="A modern replacement for 'ls' written in Rust" HOMEPAGE="https://the.exa.website/" @@ -98,12 +98,8 @@ src_install() { cargo_src_install $(usex git "" --no-default-features) newbashcomp completions/completions.bash exa - - insinto /usr/share/zsh/site-functions - newins completions/completions.zsh _exa - - insinto /usr/share/fish/vendor_completions.d - newins completions/completions.fish exa.fish + newzshcomp completions/completions.zsh _exa + newfishcomp completions/completions.fish exa.fish if use man; then doman contrib/man/*