commit: 968b586e2c7bacf4d244ec19f275620aac9f6e82
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Wed Oct 22 04:37:59 2025 +0000
Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Wed Oct 22 04:43:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=968b586e
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 <alexey <AT> zapparov.com>
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="
[email protected]
"
-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="
[email protected]
"
-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
}