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: Mon, 7 Aug 2023 12:51:47 +0000 (UTC) [thread overview]
Message-ID: <1691371991.39ba75acf9219b82553382518e00c75c40517c63.davidroman@gentoo> (raw)
commit: 39ba75acf9219b82553382518e00c75c40517c63
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Aug 7 01:33:11 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 7 01:33:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39ba75ac
app-admin/pulumi-bin: drop 3.74.0, 3.75.0
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
app-admin/pulumi-bin/Manifest | 2 --
app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild | 38 ---------------------------
app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild | 34 ------------------------
3 files changed, 74 deletions(-)
diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 07f826f24f..3417ea0928 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,5 +1,3 @@
-DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751 SHA512 8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded
-DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c SHA512 b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9
DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848 SHA512 02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e SHA512 d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11 SHA512 c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
diff --git a/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild
deleted file mode 100644
index 8e5eb8e906..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.74.0.ebuild
+++ /dev/null
@@ -1,38 +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 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/pulumi"
-
-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.75.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.75.0.ebuild
deleted file mode 100644
index febb59ec18..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.75.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
-}
next reply other threads:[~2023-08-07 12:51 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 12:51 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-03 15:10 [gentoo-commits] repo/proj/guru:master commit in: app-admin/pulumi-bin/ David Roman
2025-02-12 10:31 David Roman
2025-02-01 16:10 David Roman
2025-01-17 9:41 David Roman
2025-01-11 23:38 Julien Roy
2024-12-23 3:28 Rui Huang
2024-12-04 14:56 David Roman
2024-11-23 1:02 Julien Roy
2024-11-20 13:05 David Roman
2024-11-19 8:59 Julien Roy
2024-11-08 10:23 David Roman
2024-10-19 0:05 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-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-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=1691371991.39ba75acf9219b82553382518e00c75c40517c63.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