From: "Wolfgang E. Sanyer" <ezzieyguywuf@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/aws-cli-bin/
Date: Tue, 28 Sep 2021 01:27:15 +0000 (UTC) [thread overview]
Message-ID: <1632792417.837f6ea194c9e29916f713a3488c978f487f1b77.ezzieyguywuf@gentoo> (raw)
commit: 837f6ea194c9e29916f713a3488c978f487f1b77
Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue Sep 28 01:26:57 2021 +0000
Commit: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
CommitDate: Tue Sep 28 01:26:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=837f6ea1
dev-util/aws-cli-bin: new package, aws-cli v2
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
dev-util/aws-cli-bin/Manifest | 1 +
dev-util/aws-cli-bin/aws-cli-bin-2.2.41.ebuild | 26 ++++++++++++++++++++++++++
dev-util/aws-cli-bin/metadata.xml | 8 ++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-util/aws-cli-bin/Manifest b/dev-util/aws-cli-bin/Manifest
new file mode 100644
index 000000000..4b5068e8c
--- /dev/null
+++ b/dev-util/aws-cli-bin/Manifest
@@ -0,0 +1 @@
+DIST aws-cli-bin-2.2.41.zip 44410083 BLAKE2B 7d70df6ef345044a86c76dd6fc8f73077de5c331b0ba24a6df83867418aca5adfce109733a1478ba44f02680cca3d71b576aaa8281ab18ae1e9b3067f5771151 SHA512 f843e713b67a54570e5d44560a3f65ab0b8726ca6272bdc2fc63aee2cd4b905c5fb867af865feae6cb05771d81ae27e47e6ad584deb44ef54b8c185a114d9b99
diff --git a/dev-util/aws-cli-bin/aws-cli-bin-2.2.41.ebuild b/dev-util/aws-cli-bin/aws-cli-bin-2.2.41.ebuild
new file mode 100644
index 000000000..948ed4f7c
--- /dev/null
+++ b/dev-util/aws-cli-bin/aws-cli-bin-2.2.41.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN_BASE="$(ver_cut 1 ${PN})"
+MY_PN="${MY_PN_BASE}$(ver_cut 2 ${PN})"
+
+DESCRIPTION="A unified command line interface to Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/cli/"
+SRC_URI="https://awscli.amazonaws.com/${MY_PN}-exe-linux-x86_64-${PV}.zip -> ${P}.zip"
+
+LICENSE="Apache-2.0 MIT LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!!app-admin/awscli"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN_BASE}"
+
+src_install() {
+ local install_dir="${D}/${EPREFIX}/opt/${PN}"
+
+ ./install -i ${install_dir} -b "${D}/${EPREFIX}/usr/bin"
+}
diff --git a/dev-util/aws-cli-bin/metadata.xml b/dev-util/aws-cli-bin/metadata.xml
new file mode 100644
index 000000000..132632716
--- /dev/null
+++ b/dev-util/aws-cli-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ezzieyguywuf@gmail.com</email>
+ <name>Wolfgang E. Sanyer</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2021-09-28 1:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-28 1:27 Wolfgang E. Sanyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-28 14:59 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/aws-cli-bin/ Wolfgang E. Sanyer
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=1632792417.837f6ea194c9e29916f713a3488c978f487f1b77.ezzieyguywuf@gentoo \
--to=ezzieyguywuf@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