mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
app-misc/nnn: Fix DeprecatedInsinto with shell-completion.eclass
Signed-off-by: Jesse De Haan <dehaanjesses@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44029 Closes: https://github.com/gentoo/gentoo/pull/44029 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
81173a4a1d
commit
1e906b6efe
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 flag-o-matic toolchain-funcs xdg
|
||||
inherit flag-o-matic shell-completion toolchain-funcs xdg
|
||||
|
||||
DESCRIPTION="The missing terminal file browser for X"
|
||||
HOMEPAGE="https://github.com/jarun/nnn"
|
||||
@ -60,11 +60,9 @@ src_install() {
|
||||
|
||||
newbashcomp misc/auto-completion/bash/nnn-completion.bash nnn
|
||||
|
||||
insinto /usr/share/fish/vendor_completions.d
|
||||
doins misc/auto-completion/fish/nnn.fish
|
||||
dofishcomp misc/auto-completion/fish/nnn.fish
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins misc/auto-completion/zsh/_nnn
|
||||
dozshcomp misc/auto-completion/zsh/_nnn
|
||||
|
||||
einstalldocs
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 flag-o-matic toolchain-funcs xdg
|
||||
inherit flag-o-matic shell-completion toolchain-funcs xdg
|
||||
|
||||
DESCRIPTION="The missing terminal file browser for X"
|
||||
HOMEPAGE="https://github.com/jarun/nnn"
|
||||
@ -56,11 +56,9 @@ src_install() {
|
||||
|
||||
newbashcomp misc/auto-completion/bash/nnn-completion.bash nnn
|
||||
|
||||
insinto /usr/share/fish/vendor_completions.d
|
||||
doins misc/auto-completion/fish/nnn.fish
|
||||
dofishcomp misc/auto-completion/fish/nnn.fish
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins misc/auto-completion/zsh/_nnn
|
||||
dozshcomp misc/auto-completion/zsh/_nnn
|
||||
|
||||
einstalldocs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user