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