app-admin/awscli-bin: Removed duplicate package and update the metadata

Signed-off-by: Marcin Woźniak <y0rune@aol.com>

Hi!
In the ticket 822285. The user inform us the package is duplicated.
So I:
- removed the `dev-util/aws-cli-bin`
- added the second maintainer into the `app-admin/awscli-bin`.
- updated the licence in the `app-admin/awscli-bin-2.3.2-r1.ebuild`
This commit is contained in:
Marcin Woźniak
2021-11-12 22:04:50 +01:00
parent 1eea9e6ad9
commit 93e5fe2c91
6 changed files with 5 additions and 57 deletions

View File

@@ -1 +0,0 @@
DIST aws-cli-bin-2.2.41.zip 44410083 BLAKE2B 7d70df6ef345044a86c76dd6fc8f73077de5c331b0ba24a6df83867418aca5adfce109733a1478ba44f02680cca3d71b576aaa8281ab18ae1e9b3067f5771151 SHA512 f843e713b67a54570e5d44560a3f65ab0b8726ca6272bdc2fc63aee2cd4b905c5fb867af865feae6cb05771d81ae27e47e6ad584deb44ef54b8c185a114d9b99

View File

@@ -1,26 +0,0 @@
# 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" || die
}

View File

@@ -1,8 +0,0 @@
<?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>