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: Fri, 1 Sep 2023 22:48:47 +0000 (UTC) [thread overview]
Message-ID: <1693608522.6db684fe127e398866ce17eb4b4ffafdfffef9ab.alexey@gentoo> (raw)
commit: 6db684fe127e398866ce17eb4b4ffafdfffef9ab
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Fri Sep 1 22:48:30 2023 +0000
Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Fri Sep 1 22:48:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6db684fe
app-admin/pulumi-bin: drop 3.77.1, 3.78.1
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
app-admin/pulumi-bin/Manifest | 2 --
app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild | 34 ---------------------------
app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild | 34 ---------------------------
3 files changed, 70 deletions(-)
diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 0065cfdb13..eb65234f7f 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,2 @@
-DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11 SHA512 c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
-DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a SHA512 cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153
DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75 SHA512 971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6
DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3 SHA512 9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f
diff --git a/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
deleted file mode 100644
index febb59ec18..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.77.1.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.78.1.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
deleted file mode 100644
index febb59ec18..0000000000
--- a/app-admin/pulumi-bin/pulumi-bin-3.78.1.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-09-01 22:48 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 22:48 Alexey Zapparov [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 4:46 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/ Alexey Zapparov
2024-10-18 18:16 Alexey Zapparov
2024-10-08 16:02 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-11-06 22:41 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-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=1693608522.6db684fe127e398866ce17eb4b4ffafdfffef9ab.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