mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-admin/pulumi-bin: add 3.185.0-r1, drop 3.185.0
Remove shell completions installation, as new version of Pulumi does network calls upon execution. Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit shell-completion
|
|
||||||
|
|
||||||
DESCRIPTION="Infrastructure as code in any programming language"
|
DESCRIPTION="Infrastructure as code in any programming language"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://www.pulumi.com/
|
https://www.pulumi.com/
|
||||||
@@ -24,10 +22,4 @@ QA_PREBUILT="*"
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin pulumi*
|
dobin pulumi*
|
||||||
|
|
||||||
./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot generate bash completions"
|
|
||||||
newbashcomp pulumi.bash-completion pulumi
|
|
||||||
|
|
||||||
./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot generate zsh completions"
|
|
||||||
newzshcomp pulumi.zsh-completion _pulumi
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user