app-shells/zsh-async: use newzshcomp instead of deprecated insinto

fixes the follwoing pkgcheck warnings:

app-shells/zsh-async
  DeprecatedInsinto: version 1.8.5_p20211005: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 40: insinto /usr/share/zsh/site-functions
  DeprecatedInsinto: version 1.8.6: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 38: insinto /usr/share/zsh/site-functions

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-07-22 07:53:53 +06:00
parent 2007048923
commit 63ec6c8ef8
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
MY_COMMIT="3ba6e2d1ea874bfb6badb8522ab86c1ae272923d"
DESCRIPTION="Run multiple asynchronous jobs with callbacks"
@@ -37,8 +37,7 @@ src_test() {
}
src_install() {
insinto /usr/share/zsh/site-functions
doins async.zsh
newzshcomp "async.zsh" "_async"
readme.gentoo_create_doc
einstalldocs

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit readme.gentoo-r1
inherit readme.gentoo-r1 shell-completion
DESCRIPTION="Run multiple asynchronous jobs with callbacks"
HOMEPAGE="https://github.com/mafredri/zsh-async"
@@ -35,8 +35,7 @@ src_test() {
}
src_install() {
insinto /usr/share/zsh/site-functions
doins async.zsh
newzshcomp "async.zsh" "_async"
readme.gentoo_create_doc
einstalldocs