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 85012158086 for ; Fri, 29 Oct 2021 02:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A637FE0894; Fri, 29 Oct 2021 02:22:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8E921E0894 for ; Fri, 29 Oct 2021 02:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E00F343A94 for ; Fri, 29 Oct 2021 02:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9AC717D for ; Fri, 29 Oct 2021 02:22:17 +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: <1635474130.9ddcbb5d75a169ed92d2eb519d4ea55d76437805.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/awscli-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/awscli-bin/Manifest app-admin/awscli-bin/awscli-bin-2.3.2.ebuild app-admin/awscli-bin/metadata.xml X-VCS-Directories: app-admin/awscli-bin/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: 9ddcbb5d75a169ed92d2eb519d4ea55d76437805 X-VCS-Branch: dev Date: Fri, 29 Oct 2021 02:22:17 +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: b55597e3-4f15-4ff1-b918-70ef23abeb2c X-Archives-Hash: ebcb88b998c931158e72411c9f61fb73 commit: 9ddcbb5d75a169ed92d2eb519d4ea55d76437805 Author: Alexey Zapparov zapparov com> AuthorDate: Fri Oct 29 02:17:23 2021 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Fri Oct 29 02:22:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ddcbb5d app-admin/awscli-bin: add 2.3.2 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov zapparov.com> app-admin/awscli-bin/Manifest | 1 + app-admin/awscli-bin/awscli-bin-2.3.2.ebuild | 21 +++++++++++++++++++++ app-admin/awscli-bin/metadata.xml | 13 +++++++++++++ 3 files changed, 35 insertions(+) diff --git a/app-admin/awscli-bin/Manifest b/app-admin/awscli-bin/Manifest new file mode 100644 index 000000000..dd7fa83ef --- /dev/null +++ b/app-admin/awscli-bin/Manifest @@ -0,0 +1 @@ +DIST awscli-bin-2.3.2.zip 44955907 BLAKE2B dd5331e3a7944f2910fdbb1539fac9773a751b655620cc014db638cb6bc2f87b8e8889bf861bad8c0e36d7e315ad863f56c762b51fe4737c6c344bd085e5b3cf SHA512 b435f9352c910ebf7daf3ae641135b06024fefa17596780ae0c1b4d20f5d5400e930ea5643072a15fee404c093914f394acf990c5483cfeff4edc248f67932a8 diff --git a/app-admin/awscli-bin/awscli-bin-2.3.2.ebuild b/app-admin/awscli-bin/awscli-bin-2.3.2.ebuild new file mode 100644 index 000000000..dd9781c59 --- /dev/null +++ b/app-admin/awscli-bin/awscli-bin-2.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Universal Command Line Interface for Amazon Web Services version 2" +HOMEPAGE="https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html" +SRC_URI="https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${PV}.zip -> ${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="!app-admin/awscli" +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/aws" + +src_install() { + ./install --install-dir "${D}/opt/awscli" --bin-dir "${D}/usr/bin" +} diff --git a/app-admin/awscli-bin/metadata.xml b/app-admin/awscli-bin/metadata.xml new file mode 100644 index 000000000..e40c46a6b --- /dev/null +++ b/app-admin/awscli-bin/metadata.xml @@ -0,0 +1,13 @@ + + + + + alexey@zapparov.com + Alexey Zapparov + + + https://github.com/aws/aws-cli/issues + https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst + aws/aws-cli + +