[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/, profiles/

2023-12-15 Thread Arthur Zamarin
commit: e59e18fe1b78da1161624f216e4709bd947aed40
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 21:13:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 21:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59e18fe

app-admin/aws-elb-tools: treeclean

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/aws-elb-tools/Manifest   |  1 -
 .../aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild | 58 --
 app-admin/aws-elb-tools/metadata.xml   |  5 --
 profiles/package.mask  |  6 ---
 4 files changed, 70 deletions(-)

diff --git a/app-admin/aws-elb-tools/Manifest b/app-admin/aws-elb-tools/Manifest
deleted file mode 100644
index bf014026b901..
--- a/app-admin/aws-elb-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ElasticLoadBalancing-1.0.15.1.zip 6717939 BLAKE2B 
deef8cfb32a9c0d3627af26f32430efbe27a7712acd7c5dd9b7e8947b7c16ac866cec64100dd1bc315c4a2729451d181da8d16f133ea81fc927452cce6cc4f9b
 SHA512 
813f00d632b483a5ec98632d830be4b02fc1bc71aa7bd845faa477f7d05bda7c801e5d83992c111dfc136bf5e1204bf96b00a1c24e5b19438decb356d0841725

diff --git a/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild 
b/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild
deleted file mode 100644
index c0f148a89237..
--- a/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Serves as the client interface to the Elastic Load Balancing web 
service"
-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"
-RESTRICT="mirror"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="virtual/jre"
-
-src_prepare() {
-   default
-   find . -name '*.cmd' -delete || die
-}
-
-src_install() {
-   insinto /opt/${PN}/lib
-   doins -r lib/.
-
-   exeinto /opt/${PN}/bin
-   doexe bin/*
-
-   cat > "${T}"/99${PN} <<- EOF || die
-   AWS_ELB_HOME=/opt/${PN}
-   PATH=/opt/${PN}/bin
-   ROOTPATH=/opt/${PN}/bin
-   EOF
-   doenvd "${T}"/99${PN}
-
-   dodoc THIRDPARTYLICENSE.TXT
-}
-
-pkg_postinst() {
-   ewarn "Remember to run: env-update && source /etc/profile if you plan"
-   ewarn "to use these tools in a shell before logging out (or restarting"
-   ewarn "your login manager)"
-
-   elog
-   elog "You need to put the following in your ~/.bashrc replacing the"
-   elog "values with the full path to your AWS credentials file."
-   elog
-   elog "  export 
AWS_CREDENTIAL_FILE=/path/and_filename_of_credential_file"
-   elog
-   elog "It should contains two lines: the first line lists the AWS 
Account's"
-   elog "AWS Access Key ID, and the second line lists the AWS Account's"
-   elog "Secret Access Key. For example:"
-   elog
-   elog "  AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE"
-   elog "  AWSSecretKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY"
-}

diff --git a/app-admin/aws-elb-tools/metadata.xml 
b/app-admin/aws-elb-tools/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..
--- a/app-admin/aws-elb-tools/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f421d94fbee..4075ad1428f0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -219,12 +219,6 @@ media-plugins/gst-transcoder
 # Performance regression. Bug #916713.
 =dev-db/mydumper-0.15.1.3
 
-# Michael Orlitzky  (2023-10-31)
-# Sabayon upstream (dead). No meaningful maintenance since we
-# switched to git. All other aws-*-tools packages were removed
-# in 2018. Removal on or after 2023-12-01.
-app-admin/aws-elb-tools
-
 # Michał Górny  (2023-10-27)
 # dev-games/cegui is unmaintained, does not support Python 3.11 and has
 # a ton of open bugs.  It is only used by games-rpg/sumwars.  CeGUI has



[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2023-09-12 Thread Sam James
commit: 9ad94ac0926a094609cb09d5c3e05317e6fb7c14
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Mon Sep  4 04:01:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 13 03:48:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad94ac0

app-admin/aws-elb-tools: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández  proton.me>
Signed-off-by: Sam James  gentoo.org>

 ...s-1.0.15.1-r1.ebuild => aws-elb-tools-1.0.15.1-r2.ebuild} | 12 +---
 1 file 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
similarity index 91%
rename from app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild
rename to 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



[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2020-10-06 Thread Sam James
commit: 25453bac8e257ee2b6c2f6735a24af5087fc63cb
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 13:25:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 13:25:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25453bac

app-admin/aws-elb-tools: Keyword 1.0.15.1-r1 arm64, #741864

Signed-off-by: Sam James  gentoo.org>

 app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r1.ebuild
index 7b678445606..ab4c2ae10a5 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-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://sabayon/${CATEGORY}/ElasticLoadBalancing-${PV}.zip"
 
 LICENSE="Amazon"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 RESTRICT="mirror"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2017-12-29 Thread David Seifert
commit: 8ef0f152a919c92245d5947a97c67546c3f68a76
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 19:28:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 22:32:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef0f152

app-admin/aws-elb-tools: [QA] Minor touchups

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild | 31 +++---
 1 file changed, 16 insertions(+), 15 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-r1.ebuild
index c1738a3ffad..7b678445606 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-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,15 +7,16 @@ DESCRIPTION="Serves as the client interface to the Elastic 
Load Balancing web se
 HOMEPAGE="http://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 ~x86"
 IUSE=""
+RESTRICT="mirror"
+
 DEPEND="app-arch/unzip"
 RDEPEND="virtual/jre"
-RESTRICT="mirror"
+
+S="${WORKDIR}/ElasticLoadBalancing-${PV}"
 
 src_prepare() {
default
@@ -23,27 +24,27 @@ src_prepare() {
 }
 
 src_install() {
-   dodir /opt/${PN}
insinto /opt/${PN}/lib
-   doins -r "${S}"/lib/*
+   doins -r lib/.
+
exeinto /opt/${PN}/bin
-   doexe "${S}"/bin/*
-
-   dodir /etc/env.d
-   cat - > "${T}"/99${PN} < "${T}"/99${PN} <<- EOF || die
+   AWS_ELB_HOME=/opt/${PN}
+   PATH=/opt/${PN}/bin
+   ROOTPATH=/opt/${PN}/bin
+   EOF
doenvd "${T}"/99${PN}
 
-   dodoc "THIRDPARTYLICENSE.TXT"
+   dodoc THIRDPARTYLICENSE.TXT
 }
 
 pkg_postinst() {
ewarn "Remember to run: env-update && source /etc/profile if you plan"
ewarn "to use these tools in a shell before logging out (or restarting"
ewarn "your login manager)"
+
elog
elog "You need to put the following in your ~/.bashrc replacing the"
elog "values with the full path to your AWS credentials file."



[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2017-12-29 Thread David Seifert
commit: 66489e366bb3881ac2251da2549399290bd80139
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 19:29:12 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 22:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66489e36

app-admin/aws-elb-tools: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../aws-elb-tools/aws-elb-tools-1.0.15.1.ebuild| 60 --
 1 file changed, 60 deletions(-)

diff --git a/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1.ebuild 
b/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1.ebuild
deleted file mode 100644
index 23ee15e13fe..000
--- a/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="Serves as the client interface to the Elastic Load Balancing web 
service"
-HOMEPAGE="http://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 ~x86"
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/jre"
-RESTRICT="mirror"
-
-src_unpack() {
-   unpack ${A}
-   cd "$S"
-   find . -name '*.cmd' -delete || die
-}
-
-src_install() {
-   dodir /opt/${PN}
-   insinto /opt/${PN}/lib
-   doins -r "${S}"/lib/*
-   exeinto /opt/${PN}/bin
-   doexe "${S}"/bin/*
-
-   dodir /etc/env.d
-   cat - > "${T}"/99${PN} <

[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2016-07-07 Thread Austin English
commit: 4c17243cb0ff2845f26bf0f98133e0a810383798
Author: Austin English  gentoo  org>
AuthorDate: Thu Jul  7 16:41:26 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jul  7 16:41:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c17243c

app-admin/aws-elb-tools: add missing call to eapply_user to 
aws-elb-tools-1.0.15.1-r1

Gentoo-Bug: https://bugs.gentoo.org/588240

Package-Manager: portage-2.2.28

 app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

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-r1.ebuild
index 8a0234b..1ea497c 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-r1.ebuild
@@ -19,6 +19,7 @@ RDEPEND="virtual/jre"
 RESTRICT="mirror"
 
 src_prepare() {
+   default
find . -name '*.cmd' -delete || die
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2016-07-07 Thread Austin English
commit: fc0ff80bd0f7d4fddf9ca4ad2f58a8bdeecf4de9
Author: Austin English  gentoo  org>
AuthorDate: Thu Jul  7 08:47:24 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jul  7 08:47:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0ff80b

app-admin/aws-elb-tools: update to EAPI 6

Package-Manager: portage-2.2.28

 .../aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild | 59 ++
 app-admin/aws-elb-tools/metadata.xml   |  1 +
 2 files changed, 60 insertions(+)

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-r1.ebuild
new file mode 100644
index 000..8a0234b
--- /dev/null
+++ b/app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Serves as the client interface to the Elastic Load Balancing web 
service"
+HOMEPAGE="http://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 ~x86"
+IUSE=""
+DEPEND="app-arch/unzip"
+RDEPEND="virtual/jre"
+RESTRICT="mirror"
+
+src_prepare() {
+   find . -name '*.cmd' -delete || die
+}
+
+src_install() {
+   dodir /opt/${PN}
+   insinto /opt/${PN}/lib
+   doins -r "${S}"/lib/*
+   exeinto /opt/${PN}/bin
+   doexe "${S}"/bin/*
+
+   dodir /etc/env.d
+   cat - > "${T}"/99${PN} <
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/

2016-05-29 Thread Pacho Ramos
commit: b8cb832157bec84b4276d66dc6d1b766ae91689d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 13:11:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 13:24:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cb8321

app-admin/aws-elb-tools: Cleanup due to #269417

Package-Manager: portage-2.3.0_rc1

 app-admin/aws-elb-tools/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-admin/aws-elb-tools/metadata.xml 
b/app-admin/aws-elb-tools/metadata.xml
index 97b78fe..097975e 100644
--- a/app-admin/aws-elb-tools/metadata.xml
+++ b/app-admin/aws-elb-tools/metadata.xml
@@ -1,7 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-lx...@gentoo.org
-