From 968b586e2c7bacf4d244ec19f275620aac9f6e82 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Wed, 22 Oct 2025 06:37:59 +0200 Subject: [PATCH] dev-util/mise: Remove shell completions mise shell completions are generated with usage-cli that I can't figure out how to make work. Signed-off-by: Alexey Zapparov --- dev-util/mise/mise-2025.10.10-r3.ebuild | 8 +------- dev-util/mise/mise-2025.10.14.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/dev-util/mise/mise-2025.10.10-r3.ebuild b/dev-util/mise/mise-2025.10.10-r3.ebuild index 55342109d6..a8a5dcdcca 100644 --- a/dev-util/mise/mise-2025.10.10-r3.ebuild +++ b/dev-util/mise/mise-2025.10.10-r3.ebuild @@ -854,7 +854,7 @@ CRATES=" zstd@0.13.3 " -inherit cargo shell-completion +inherit cargo DESCRIPTION="The front-end to your dev env" HOMEPAGE="https://mise.jdx.dev" @@ -894,10 +894,4 @@ src_install() { # Auto-enable mise for Fish insinto /usr/share/fish/vendor_conf.d doins "${FILESDIR}"/mise.fish - - newbashcomp completions/mise.bash mise - - dozshcomp completions/_mise - - dofishcomp completions/mise.fish } diff --git a/dev-util/mise/mise-2025.10.14.ebuild b/dev-util/mise/mise-2025.10.14.ebuild index fddafe41c7..f8ffb17e1b 100644 --- a/dev-util/mise/mise-2025.10.14.ebuild +++ b/dev-util/mise/mise-2025.10.14.ebuild @@ -852,7 +852,7 @@ CRATES=" zstd@0.13.3 " -inherit cargo shell-completion +inherit cargo DESCRIPTION="The front-end to your dev env" HOMEPAGE="https://mise.jdx.dev" @@ -892,10 +892,4 @@ src_install() { # Auto-enable mise for Fish insinto /usr/share/fish/vendor_conf.d doins "${FILESDIR}"/mise.fish - - newbashcomp completions/mise.bash mise - - dozshcomp completions/_mise - - dofishcomp completions/mise.fish }