mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-admin/awscli-bin: treeclean (moved to ::gentoo tree)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST awscli-exe-linux-aarch64-2.7.9.zip 46346746 BLAKE2B 6e80e508ab107c8b61db307e558bfc54a84c41a9939d113b7d8ab2fde26434b38021b5ac01ac3f08906b34ae504fa58efc00a838178af8a60b58388aab3f000b SHA512 05e3b2aa83d26fefaf6722d7d4b19e7e68b5859a3794ba7578abfbf6d9c507d6641cbc17bffba950606b908af2a6703a391a9757e860d083ef1ba446f07c1160
|
||||
DIST awscli-exe-linux-x86_64-2.7.9.zip 47162780 BLAKE2B afe1db8044e967cdf547a20575912eed231e8091966a0448d5740556c9a95984a5e353782cf31fd5bbc6463e4d4081ed46a7492a858ed7461c3c7d6526ce2537 SHA512 0074fe707a87bc1d63eb0a3f01502b4e0811db6d4fd711240d314c9a370a898f76f8ab351a886a98847468b814c170a10f71f0e6bf8a39896601751248d0e9dc
|
||||
@@ -1,28 +0,0 @@
|
||||
# Copyright 2022 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="
|
||||
amd64? ( https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${PV}.zip )
|
||||
arm64? ( https://awscli.amazonaws.com/awscli-exe-linux-aarch64-${PV}.zip )
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0 MIT LGPL-2.1+ BSD GPL-2+-with-Pyinstaller-Bootloader-exception openssl PSF-2 BSD-2 GPL-3+ public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
|
||||
RDEPEND="!app-admin/awscli"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
QA_PRESTRIPPED="*"
|
||||
|
||||
S="${WORKDIR}/aws"
|
||||
|
||||
src_install() {
|
||||
./install --install-dir "${D}/opt/awscli" --bin-dir "${D}/usr/bin" \
|
||||
|| die "install failed"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alexey@zapparov.com</email>
|
||||
<name>Alexey Zapparov</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>ezzieyguywuf@gmail.com</email>
|
||||
<name>Wolfgang E. Sanyer</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/aws/aws-cli/issues</bugs-to>
|
||||
<changelog>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst</changelog>
|
||||
<remote-id type="github">aws/aws-cli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user