From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/pulumi-bin/
Date: Thu, 18 Apr 2024 10:26:54 +0000 (UTC) [thread overview]
Message-ID: <1713379120.1809ef8b169760d44e8e9f6dcf9dcda0e35055e1.davidroman@gentoo> (raw)
commit: 1809ef8b169760d44e8e9f6dcf9dcda0e35055e1
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Wed Apr 17 18:38:40 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Apr 17 18:38:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1809ef8b
app-admin/pulumi-bin: add 3.113.0, drop 3.110.0, drop 3.109.0
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
app-admin/pulumi-bin/Manifest | 3 +-
app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild | 34 ----------------------
...in-3.109.0.ebuild => pulumi-bin-3.113.0.ebuild} | 2 +-
3 files changed, 2 insertions(+), 37 deletions(-)
diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index b9dfa59771..c7928819b6 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,3 @@
-DIST pulumi-v3.109.0-linux-x64.tar.gz 157925128 BLAKE2B 7288b1df31e6a1b73b4c6d827f3771c21c949c6bb01bf7de81011ecc59a60f66f48255dc65704cc4e54d7b162d9374865a9376e3a3f7a2e2f7512017bccff459 SHA512 027c0de16c02f04676639d1b5b1db0646d553fc80fe170f0df50a1d07bcf1582bf3a5f434338babe7b19ad8f58816d920c1afe0efd51624823bfdfe669b986d0
-DIST pulumi-v3.110.0-linux-x64.tar.gz 157562576 BLAKE2B 0f0af81794d0f72f48b954971037bce98ca65c7af60f45697484b3b45304c0aa5b12f0cd6f703274c88efb51a0eb98b224c4e5fd7465fb8438758eb26bb8f56f SHA512 131b085422933f428d4626fc094900e934c24b417c5d4d379a8f8ef56dc14b7b45c42876c639d01c29b83fecfa8cecb3ae83d42f6c4c8e5b4b93049a0cf8c65b
DIST pulumi-v3.111.1-linux-x64.tar.gz 157625915 BLAKE2B 4075460ddec136c9f9e298e6132802fbd0d07e00e8c8bce7186cf84bcae4354d9e200adf50b7b1c33a2df92fa4240ecbdb8f1901ef6379477849174bba94dd8a SHA512 e20f86964439d0087553ca9cdbdaa66d7c0f41911b45fdf0455000ae4e7429d5a5a5512ff4e8224fc3e21e4782a893cf95579b19d0a078e9af785f7d78d7b54b
DIST pulumi-v3.112.0-linux-x64.tar.gz 157900361 BLAKE2B 565823e6ad9d40eb5303596ec0b3bb96d316d2439b83e16b6401fc5486059d53ab092cd3ce202897e7ceb580d9688f354511c5be4dba347a5a771b4cbd61860c SHA512 a1c29de16caa2e41faede5533106b9b43eef007b249fedce3dc8a098ea508e2c248807e2a9206c810ccfdca3e362b600783d3b46b6afd1ca4cad725435929aed
+DIST pulumi-v3.113.0-linux-x64.tar.gz 159635620 BLAKE2B 724beb887fc90396ac00a13671d73ff0b531ee4a4a34d4277e8b3a982bd0b5246f71e048ff10eac5d9c816a5661b929ba32fb8b2fea675b7aeab8e575695b99d SHA512 0db068d8012f0daba59e092a4d9904cf4c15effb308f34489efa1bc2c9a448668432d4c2cf8f1e9482c7449cd39c38cc293788886890ea8dab420f9d2a9b9bda
diff --git a/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild
deleted file mode 100644
index febb59ec18..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.110.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-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*
-
- ./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"
- insinto /usr/share/zsh/site-functions
- newins pulumi.zsh-completion _pulumi
-}
diff --git a/app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.113.0.ebuild
similarity index 95%
rename from app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.113.0.ebuild
index febb59ec18..9b4f2f5dbb 100644
--- a/app-admin/pulumi-bin/pulumi-bin-3.109.0.ebuild
+++ b/app-admin/pulumi-bin/pulumi-bin-3.113.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
next reply other threads:[~2024-04-18 10:26 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 10:26 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 0:05 [gentoo-commits] repo/proj/guru:master commit in: app-admin/pulumi-bin/ David Roman
2024-10-09 15:39 David Roman
2024-10-03 9:43 Andrew Ammerlaan
2024-09-19 12:13 David Roman
2024-09-06 8:52 David Roman
2024-08-28 10:57 David Roman
2024-08-13 19:56 David Roman
2024-08-07 23:36 Lucio Sauer
2024-07-26 20:29 David Roman
2024-07-10 23:52 Haelwenn Monnier
2024-06-25 9:52 David Roman
2024-06-04 16:06 Viorel Munteanu
2024-05-08 12:16 David Roman
2024-04-28 21:05 David Roman
2024-04-04 10:09 Florian Schmaus
2024-03-23 13:16 Julien Roy
2024-03-15 7:10 Rui Huang
2024-03-15 7:10 Rui Huang
2024-03-11 17:31 David Roman
2024-03-02 7:10 Arthur Zamarin
2024-02-23 23:40 Julien Roy
2024-02-17 2:40 Rui Huang
2024-02-13 16:32 David Roman
2024-01-26 10:35 David Roman
2024-01-19 10:31 Arthur Zamarin
2024-01-11 11:57 David Roman
2023-12-14 22:21 David Roman
2023-11-21 15:05 David Roman
2023-11-09 3:11 Haelwenn Monnier
2023-10-28 1:15 David Roman
2023-10-26 1:24 Haelwenn Monnier
2023-10-21 11:08 David Roman
2023-10-10 15:41 Haelwenn Monnier
2023-09-28 10:01 David Roman
2023-09-09 12:26 David Roman
2023-09-03 12:27 Haelwenn Monnier
2023-09-03 12:27 Haelwenn Monnier
2023-08-29 5:39 Viorel Munteanu
2023-08-12 16:31 David Roman
2023-08-12 16:31 David Roman
2023-08-07 12:51 David Roman
2023-08-07 12:51 David Roman
2023-08-02 16:30 Florian Schmaus
2023-07-23 14:07 David Roman
2023-07-23 14:07 David Roman
2023-07-16 19:46 Haelwenn Monnier
2023-07-13 9:42 David Roman
2023-07-04 4:53 Viorel Munteanu
2023-07-04 4:53 Viorel Munteanu
2023-07-04 4:53 Viorel Munteanu
2023-06-26 11:24 Andrew Ammerlaan
2023-06-17 7:03 Viorel Munteanu
2023-06-17 7:03 Viorel Munteanu
2023-06-15 9:33 Florian Schmaus
2023-06-11 11:47 Viorel Munteanu
2023-06-11 11:47 Viorel Munteanu
2023-05-29 20:57 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713379120.1809ef8b169760d44e8e9f6dcf9dcda0e35055e1.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox