summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-09-03 22:01:26 -0600
committerSam James <sam@gentoo.org>2023-09-13 04:48:02 +0100
commit9ad94ac0926a094609cb09d5c3e05317e6fb7c14 (patch)
tree4496ab7d8e3f901a1f76082557f9dc501b637140 /app-admin/aws-elb-tools
parentapp-admin/amazon-ec2-init: update EAPI 6 -> 8 (diff)
downloadgentoo-9ad94ac0926a094609cb09d5c3e05317e6fb7c14.tar.gz
gentoo-9ad94ac0926a094609cb09d5c3e05317e6fb7c14.tar.bz2
gentoo-9ad94ac0926a094609cb09d5c3e05317e6fb7c14.zip
app-admin/aws-elb-tools: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/aws-elb-tools')
-rw-r--r--app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild (renamed from app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild)12
1 files changed, 5 insertions, 7 deletions
diff --git a/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild b/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild
index ab4c2ae10a56..c0f148a89237 100644
--- a/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild
+++ b/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Serves as the client interface to the Elastic Load Balancing web service"
-HOMEPAGE="http://aws.amazon.com/developertools/Amazon-EC2/2536"
+HOMEPAGE="https://aws.amazon.com/developertools/Amazon-EC2/2536"
SRC_URI="mirror://sabayon/${CATEGORY}/ElasticLoadBalancing-${PV}.zip"
+S="${WORKDIR}/ElasticLoadBalancing-${PV}"
LICENSE="Amazon"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
RESTRICT="mirror"
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
RDEPEND="virtual/jre"
-S="${WORKDIR}/ElasticLoadBalancing-${PV}"
-
src_prepare() {
default
find . -name '*.cmd' -delete || die