x11-terms/alacritty: Fix DeprecatedInsinto with shell-completion.eclass

Signed-off-by: Jesse De Haan <dehaanjesses@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44031
Closes: https://github.com/gentoo/gentoo/pull/44031
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jesse De Haan
2025-10-03 18:50:14 -04:00
committed by Sam James
parent 9e31ae6597
commit 325a066063
2 changed files with 7 additions and 11 deletions

View File

@@ -285,7 +285,7 @@ MY_PV="${PV//_rc/-rc}"
RUST_MIN_VER="1.74.1"
inherit bash-completion-r1 cargo desktop
inherit cargo desktop shell-completion
DESCRIPTION="GPU-accelerated terminal emulator"
HOMEPAGE="https://alacritty.org"
@@ -378,11 +378,9 @@ src_install() {
newbashcomp extra/completions/alacritty.bash alacritty
insinto /usr/share/fish/vendor_completions.d/
doins extra/completions/alacritty.fish
dofishcomp extra/completions/alacritty.fish
insinto /usr/share/zsh/site-functions
doins extra/completions/_alacritty
dozshcomp extra/completions/_alacritty
domenu extra/linux/Alacritty.desktop
newicon extra/logo/compat/alacritty-term.svg Alacritty.svg

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2024 Gentoo Authors
# Copyright 2017-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ MY_PV="${PV//_rc/-rc}"
RUST_MIN_VER="1.74.1"
inherit bash-completion-r1 cargo desktop
inherit cargo desktop shell-completion
DESCRIPTION="GPU-accelerated terminal emulator"
HOMEPAGE="https://alacritty.org"
@@ -100,11 +100,9 @@ src_install() {
newbashcomp extra/completions/alacritty.bash alacritty
insinto /usr/share/fish/vendor_completions.d/
doins extra/completions/alacritty.fish
dofishcomp extra/completions/alacritty.fish
insinto /usr/share/zsh/site-functions
doins extra/completions/_alacritty
dozshcomp extra/completions/_alacritty
domenu extra/linux/Alacritty.desktop
newicon extra/logo/compat/alacritty-term.svg Alacritty.svg