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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFD9F15806E for ; Thu, 25 May 2023 20:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35FE2E0845; Thu, 25 May 2023 20:35:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EEB3E0845 for ; Thu, 25 May 2023 20:35:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25CB333BE0A for ; Thu, 25 May 2023 20:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86701A5A for ; Thu, 25 May 2023 20:35:09 +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: <1685046905.4e8ea73b669491dc4f135b266d3b9454b74cdf19.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/pulumi-bin-3.68.0.ebuild X-VCS-Directories: app-admin/pulumi-bin/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: 4e8ea73b669491dc4f135b266d3b9454b74cdf19 X-VCS-Branch: dev Date: Thu, 25 May 2023 20:35:09 +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: 01f079de-0093-499f-ad43-5bf160d6ccb0 X-Archives-Hash: 2797b6da4ffe04a8a7166a6f0fbf7eda commit: 4e8ea73b669491dc4f135b266d3b9454b74cdf19 Author: Alexey Zapparov zapparov com> AuthorDate: Thu May 25 20:35:05 2023 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Thu May 25 20:35:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e8ea73b app-admin/pulumi-bin: add 3.68.0 Signed-off-by: Alexey Zapparov zapparov.com> app-admin/pulumi-bin/Manifest | 1 + app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild | 36 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest index ef27b3603..29fc92d22 100644 --- a/app-admin/pulumi-bin/Manifest +++ b/app-admin/pulumi-bin/Manifest @@ -1 +1,2 @@ DIST pulumi-v3.67.1-linux-x64.tar.gz 130093581 BLAKE2B 812310702e92dc9a75bb686fc175ae1dad8a9a4b548b2c89b6f4e1d3a911455b4d8e1d0ec71971103412be5ab170c94044afe7bb881ef665bdf94ec4ccadfd11 SHA512 a4b031b44039cd8f653acbc84ea67755ec2dfa67ec152b45fcf31f1a4c71cc46339d6a7ae0b09daa883175e8ffe8edfdd59a08771573d0d99720725281a80850 +DIST pulumi-v3.68.0-linux-x64.tar.gz 129684338 BLAKE2B 2cf7cd405fb99184af34d96eb87bd0ed82c802cf71ae3ccfef4d4bd50c9c493a3cacf43e509af0feedfea7d97b0addc050a0070c8559eed8e3898d7f715d8739 SHA512 4b8c6e64c61eef312639e94cff3b4866ce47e555a4ebd14e1e4d8b296beddf66f0d5edffa60e07475339adfb23c5545b2a0141557750da29c9707bee70cf93b9 diff --git a/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.68.0.ebuild new file mode 100644 index 000000000..886d0e992 --- /dev/null +++ b/app-admin/pulumi-bin/pulumi-bin-3.68.0.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 +}