public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/pulumi-bin/
Date: Thu, 26 Oct 2023 01:24:29 +0000 (UTC)	[thread overview]
Message-ID: <1698191659.00276a0aaee8d87b4ff80836edb83ad70f0995e7.lanodan@gentoo> (raw)

commit:     00276a0aaee8d87b4ff80836edb83ad70f0995e7
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Tue Oct 24 23:54:19 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Oct 24 23:54:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00276a0a

app-admin/pulumi-bin: drop 3.86.0

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

 app-admin/pulumi-bin/Manifest                 |  2 +-
 app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild | 34 ---------------------------
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 139a4a4494..a1c154f3f7 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.86.0-linux-x64.tar.gz 163524936 BLAKE2B 9a5865f85a6e835c91ac4b2b3a66a8eb97b6f85026cdd314614d9ffea9a3a7ec01d8d6571d9b2a8cbb13cd26c4b5df73cf4bef443ece841ce31d78a8147b5ffd SHA512 6328207c6cbddd08824334a55906ad37c724335757298586fd9e0a3f50979b08bbb4754e1b34745f559b7fd285a99f8d0d615c49f9ca2fba43d7e3e25f28a93f
 DIST pulumi-v3.88.0-linux-x64.tar.gz 168130870 BLAKE2B 876f03ae240f338a5a258cd0ddfca089837b55a29d1ded333b5c89cdcf5abcc4f7561cd31ccb7bd5a679d2a7e29dec1102e3a77cff5061d90e48570c0bfb3688 SHA512 bc85f4362cf0665b706aab731d079797e1eca9a064d5cf411891e5aa2e2cf50eefb76a7f1e156799754ec51548db17e9438ee6e0be077e692e0b25a6e0017d96
 DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4 SHA512 cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e
+DIST pulumi-v3.90.1-linux-x64.tar.gz 154431830 BLAKE2B 9316928d17b05fa93086b4a056f999ce0f66de0a5c9c13051c624777a50faa75c93534c899cb472cce7328f5d9b5d249133d1242d36944094b861e6a511dc234 SHA512 b5e1d9036361968eb07e20a5f8e31fc4526bae64ef2f914345b81e553843f735d66515832220dadafc9719c90d610f69745e1753d23da2eb4ff9fb0161d3941b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.86.0.ebuild
deleted file mode 100644
index febb59ec18..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.86.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
-}


             reply	other threads:[~2023-10-26  1:24 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-26  1:24 Haelwenn Monnier [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-18 10:26 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-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=1698191659.00276a0aaee8d87b4ff80836edb83ad70f0995e7.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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