mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user