From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C73115806E for ; Tue, 16 May 2023 15:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E5CE0819; Tue, 16 May 2023 15:58:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BBCFE0819 for ; Tue, 16 May 2023 15:58:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88AB5335DAF for ; Tue, 16 May 2023 15:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA0EA3F for ; Tue, 16 May 2023 15:58:45 +0000 (UTC) From: "Alexey Zapparov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" Message-ID: <1684252719.f43bdacc476e7735a18bc5dc0c05109611b40b59.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/pulumi-bin/Manifest app-admin/pulumi-bin/metadata.xml app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild X-VCS-Directories: app-admin/pulumi-bin/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: f43bdacc476e7735a18bc5dc0c05109611b40b59 X-VCS-Branch: dev Date: Tue, 16 May 2023 15:58:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa28548f-b3bd-4219-9e3c-c33b62d89838 X-Archives-Hash: 2c6eafea1667707ee23a16eadf360e30 commit: f43bdacc476e7735a18bc5dc0c05109611b40b59 Author: Alexey Zapparov zapparov com> AuthorDate: Tue May 16 15:57:19 2023 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Tue May 16 15:58:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f43bdacc app-admin/pulumi-bin: new package, add 3.67.1 Signed-off-by: Alexey Zapparov zapparov.com> app-admin/pulumi-bin/Manifest | 1 + app-admin/pulumi-bin/metadata.xml | 11 ++++++++ app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild | 36 +++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest new file mode 100644 index 000000000..ef27b3603 --- /dev/null +++ b/app-admin/pulumi-bin/Manifest @@ -0,0 +1 @@ +DIST pulumi-v3.67.1-linux-x64.tar.gz 130093581 BLAKE2B 812310702e92dc9a75bb686fc175ae1dad8a9a4b548b2c89b6f4e1d3a911455b4d8e1d0ec71971103412be5ab170c94044afe7bb881ef665bdf94ec4ccadfd11 SHA512 a4b031b44039cd8f653acbc84ea67755ec2dfa67ec152b45fcf31f1a4c71cc46339d6a7ae0b09daa883175e8ffe8edfdd59a08771573d0d99720725281a80850 diff --git a/app-admin/pulumi-bin/metadata.xml b/app-admin/pulumi-bin/metadata.xml new file mode 100644 index 000000000..87621ad9a --- /dev/null +++ b/app-admin/pulumi-bin/metadata.xml @@ -0,0 +1,11 @@ + + + + + alexey@zapparov.com + Alexey Zapparov + + + pulumi/pulumi + + diff --git a/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild new file mode 100644 index 000000000..7df1eca54 --- /dev/null +++ b/app-admin/pulumi-bin/pulumi-bin-3.67.1.ebuild @@ -0,0 +1,36 @@ +# 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" + +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 +}