app-shells/zsh-history-substring-search: deprecated insinto -> newzshcomp

fixes the following pkgcheck warnings:

app-shells/zsh-history-substring-search
  DeprecatedInsinto: version 1.0.2: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 24: insinto /usr/share/zsh/site-functions
  DeprecatedInsinto: version 1.1.0: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 24: insinto /usr/share/zsh/site-functions

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-07-22 13:02:48 +06:00
parent a7a98b6707
commit f67ede4d19
2 changed files with 4 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit readme.gentoo-r1
inherit readme.gentoo-r1 shell-completion
DESCRIPTION="ZSH port of Fish history search (up arrow)"
HOMEPAGE="https://github.com/zsh-users/zsh-history-substring-search"
@@ -21,8 +21,7 @@ DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
at the end of your ~/.zshrc"
src_install() {
insinto /usr/share/zsh/site-functions
doins ${PN}.zsh
newzshcomp "${PN}.zsh" "_${PN}"
readme.gentoo_create_doc
einstalldocs

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit readme.gentoo-r1
inherit readme.gentoo-r1 shell-completion
DESCRIPTION="ZSH port of Fish history search (up arrow)"
HOMEPAGE="https://github.com/zsh-users/zsh-history-substring-search"
@@ -21,8 +21,7 @@ DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
at the end of your ~/.zshrc"
src_install() {
insinto /usr/share/zsh/site-functions
doins ${PN}.zsh
newzshcomp "${PN}.zsh" "_${PN}"
readme.gentoo_create_doc
einstalldocs