commit:     4bcdd8887f161b3b9259e4936b28874abc882d14
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Fri Jul 25 15:21:04 2025 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Fri Jul 25 15:21:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bcdd888

app-admin/pulumi-bin: add 3.186.0; drop 3.175.0

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 app-admin/pulumi-bin/Manifest                  |  3 +--
 app-admin/pulumi-bin/pulumi-bin-3.175.0.ebuild | 35 --------------------------
 app-admin/pulumi-bin/pulumi-bin-3.186.0.ebuild | 25 ++++++++++++++++++
 3 files changed, 26 insertions(+), 37 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 634b957c59..d32831b806 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.175.0-linux-arm64.tar.gz 83856098 BLAKE2B 
6bfe9dd970e9ea1eec45ab247cff3e799ea49f3c04898abbb3a809a451cda581f2bfeba5708b494fe7886670eaa1845bccba28e831b844cfcf4678e12f464598
 SHA512 
21a90dd4d87db1269da83dddf88915687c2174cd293983915b6a9e45e3fb847caa88a13644ce8385b67fd6120e257616b27a4b5e28421cfb54c85805d76bb5f4
-DIST pulumi-v3.175.0-linux-x64.tar.gz 91289993 BLAKE2B 
7746a0c5eb1c43f81cbb624eb9c57714c5c3f37c47bea889e4dcd4b75193836c5b252ce338b0ccfd328626f8e09db89942f0594e5572fede277e653c28d8c8f8
 SHA512 
72bd9e201c81554ebf1edc72dc216a912d2c762d474a4c5d7ac0cbf896b7671bb065d7a8202006ef1bddd2f8b9c30cc541d8e3ca5c5d15d636bbabcd2c858664
 DIST pulumi-v3.184.0-linux-x64.tar.gz 92144862 BLAKE2B 
6a9f6bcfc77f851490bc59f5c1754f8b023301574e1795ee660c4586612e5872b5ee173d9eb0d75610946c8bb2d6afbf1bb6fff3ef2214a69617c6c9a43e997c
 SHA512 
99e46f6b63709008aaf3832ff6471da4cae76480c680c505a79b5078c1c588d2761ef508391f3f0765787021e9a0ea35bf75dc0732b3694ccd18fe5c2308dbb1
 DIST pulumi-v3.185.0-linux-x64.tar.gz 92138902 BLAKE2B 
d381cd48fcb5fe6e9d78895b5a5989a3657b49efad1f483abf391b74e4bf971dbc1817907970c7a8536b6fa7061d7fc0ec1b30de78a2c9a59b6804ace1008386
 SHA512 
009f3c2cefe564953ffb1fc5a9545254cd2e44fdb5b5936c1c9106c80689fde39c801ebcdfe637f8246e90297a7d2be0118e96dafc5f974acffb4e2fb2aa69a2
+DIST pulumi-v3.186.0-linux-x64.tar.gz 92155047 BLAKE2B 
57d1a4ce245dcff93d60cee52bbbcb09ef7d67396c095f1ffb75d0523e197b88ced7c3f47d71f426daeb5e4260489141a6d075ec602cc2a3fad0575fd0917a5d
 SHA512 
014dfa37dc572215cb9acf7f5b4b4f2a72ea4f6de2003a8cca5867c6b1c80f8be023d250dd5047755bca97d4922b229adb502cfe6dcf68a7ae024e46aa51cd42

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.175.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.175.0.ebuild
deleted file mode 100644
index d90830910d..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.175.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit shell-completion
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-       https://www.pulumi.com/
-       https://github.com/pulumi/pulumi
-"
-SRC_URI="
-       amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-       arm64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-arm64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-# This is written in golang; rename to pulumi-bin and build this properly.
-QA_PREBUILT="*"
-
-src_install() {
-       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
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.186.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.186.0.ebuild
new file mode 100644
index 0000000000..f5c9b2f44d
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.186.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+       https://www.pulumi.com/
+       https://github.com/pulumi/pulumi
+"
+SRC_URI="
+       amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+       dobin pulumi*
+}

Reply via email to