public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Zapparov" <alexey@zapparov.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/
Date: Mon,  6 Nov 2023 22:41:14 +0000 (UTC)	[thread overview]
Message-ID: <1699310387.a48dcd46484f61d2ba1c3deb8eb822c90569e1f4.alexey@gentoo> (raw)

commit:     a48dcd46484f61d2ba1c3deb8eb822c90569e1f4
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Nov  6 22:39:47 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Mon Nov  6 22:39:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a48dcd46

app-admin/pulumi-bin: add 3.92.0, drop 3.89.0, drop 3.91.0

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

 app-admin/pulumi-bin/Manifest                      |  3 +-
 app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild      | 34 ----------------------
 ...-bin-3.89.0.ebuild => pulumi-bin-3.92.0.ebuild} |  0
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 1fc8f5e2c7..97abe10d66 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4 SHA512 cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e
-DIST pulumi-v3.91.0-linux-x64.tar.gz 154425596 BLAKE2B 3b11b8efcdc37063316cdf60f97edecebdd39e671ec6167a0d9fe6517d63575f8424cb935b9e41e6d41e98fb9b5d599d339b108566b7c76cad4b74b47f352e5d SHA512 f747f5d268266503d2cc49ed3ac42ef493c1f2da878714a51f607b233f157ff25126e242d01c8d83c439776293f6d1799709cf787ebff4ba15bb0b88af17290c
 DIST pulumi-v3.91.1-linux-x64.tar.gz 154427644 BLAKE2B 95d6ff946d6a1b74d293f6774329cc1f770f68f78e2f166320ffb2c2146fbda30521704cd32f4b8e1fc8d193aa9a6006c46819b53e2e123a2546435bf8008f0e SHA512 b954c2d627f67043b9e39227f7da9392afdb1621ac6c44fb0d7a58e3c6653b5e2bff0b858a40ebb7adabc4181f6aeaae81fc2284966906f24dbb531065b4dd5e
+DIST pulumi-v3.92.0-linux-x64.tar.gz 154831161 BLAKE2B 105f6d814b2832ec0cec7592e67fc9daf60302179bdc150f3387c07750433e7c24b7e68e1925649907b45fb7496bf056622b080d2f300188559cd08a12235656 SHA512 c42071df519559515acdc18318bc4cfbe38ef99935cad5ffae3b4c17fe1ca77bd23181762e7a00186f296c2ff107e3d42f63053d23db8391b50b5e605f083fda

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.91.0.ebuild
deleted file mode 100644
index febb59ec18..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.91.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.89.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.89.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.92.0.ebuild


             reply	other threads:[~2023-11-06 22:41 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-06 22:41 Alexey Zapparov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 16:02 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/ Alexey Zapparov
2024-10-02 22:19 Alexey Zapparov
2024-09-19  2:10 Alexey Zapparov
2024-09-06  4:09 Alexey Zapparov
2024-08-28  3:05 Alexey Zapparov
2024-08-13 17:08 Alexey Zapparov
2024-08-07 20:36 Alexey Zapparov
2024-07-26 15:28 Alexey Zapparov
2024-07-15 22:54 Alexey Zapparov
2024-07-10 17:08 Alexey Zapparov
2024-06-23 23:58 Alexey Zapparov
2024-06-13 19:09 Alexey Zapparov
2024-06-04 15:58 Alexey Zapparov
2024-05-26 15:29 Alexey Zapparov
2024-05-07 23:46 Alexey Zapparov
2024-04-27 19:06 Alexey Zapparov
2024-04-17 18:39 Alexey Zapparov
2024-04-04  0:03 Alexey Zapparov
2024-03-22 22:51 Alexey Zapparov
2024-03-15  5:22 Alexey Zapparov
2024-03-15  5:21 Alexey Zapparov
2024-03-11 17:23 Alexey Zapparov
2024-03-01 15:21 Alexey Zapparov
2024-02-23 17:23 Alexey Zapparov
2024-02-16 19:05 Alexey Zapparov
2024-02-12  3:52 Alexey Zapparov
2024-02-02  4:04 Alexey Zapparov
2024-01-25 19:23 Alexey Zapparov
2024-01-19  0:07 Alexey Zapparov
2024-01-11  4:02 Alexey Zapparov
2024-01-10  3:38 Alexey Zapparov
2024-01-06 12:30 Alexey Zapparov
2023-12-28 22:16 Alexey Zapparov
2023-12-14 19:21 Alexey Zapparov
2023-12-04 20:33 Alexey Zapparov
2023-11-21  1:02 Alexey Zapparov
2023-10-30 16:05 Alexey Zapparov
2023-10-26 21:21 Alexey Zapparov
2023-10-24 23:54 Alexey Zapparov
2023-10-19 23:21 Alexey Zapparov
2023-10-10 12:28 Alexey Zapparov
2023-09-27 14:31 Alexey Zapparov
2023-09-07 21:08 Alexey Zapparov
2023-09-01 22:48 Alexey Zapparov
2023-09-01 22:48 Alexey Zapparov
2023-08-29  2:18 Alexey Zapparov
2023-08-11 19:52 Alexey Zapparov
2023-08-11 19:52 Alexey Zapparov
2023-08-07  1:33 Alexey Zapparov
2023-08-07  1:33 Alexey Zapparov
2023-08-02  3:25 Alexey Zapparov
2023-07-23  2:45 Alexey Zapparov
2023-07-23  2:45 Alexey Zapparov
2023-07-16 14:16 Alexey Zapparov
2023-07-13  0:36 Alexey Zapparov
2023-07-02 22:33 Alexey Zapparov
2023-07-02 22:33 Alexey Zapparov
2023-07-02 22:33 Alexey Zapparov
2023-06-24  0:02 Alexey Zapparov
2023-06-18 19:14 Alexey Zapparov
2023-06-16 15:13 Alexey Zapparov
2023-06-16 15:13 Alexey Zapparov
2023-06-13 16:32 Alexey Zapparov
2023-06-13 16:32 Alexey Zapparov
2023-06-10 22:55 Alexey Zapparov
2023-06-10 22:55 Alexey Zapparov
2023-06-02 15:33 Alexey Zapparov
2023-06-02 15:33 Alexey Zapparov
2023-05-29 17:30 Alexey Zapparov
2023-05-25 20:35 Alexey Zapparov
2023-05-25 20:23 Alexey Zapparov
2023-05-16 15:58 Alexey Zapparov

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=1699310387.a48dcd46484f61d2ba1c3deb8eb822c90569e1f4.alexey@gentoo \
    --to=alexey@zapparov.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