mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:
@@ -7,7 +7,7 @@ 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"
|
||||
LICENSE="Apache-2.0 MIT LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# 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"
|
||||
}
|
||||
@@ -5,6 +5,10 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user