From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AC211382F6 for ; Thu, 7 Jul 2016 09:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61532941C2; Thu, 7 Jul 2016 09:09:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02D88941C2 for ; Thu, 7 Jul 2016 09:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21657340C8D for ; Thu, 7 Jul 2016 09:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39BD22484 for ; Thu, 7 Jul 2016 08:50:23 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1467881244.fc0ff80bd0f7d4fddf9ca4ad2f58a8bdeecf4de9.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/aws-elb-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/aws-elb-tools/aws-elb-tools-1.0.15.1-r1.ebuild app-admin/aws-elb-tools/metadata.xml X-VCS-Directories: app-admin/aws-elb-tools/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: fc0ff80bd0f7d4fddf9ca4ad2f58a8bdeecf4de9 X-VCS-Branch: master Date: Thu, 7 Jul 2016 08:50:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 473792f4-aee0-4597-8e07-cc1eacd33875 X-Archives-Hash: b1dbd399df4edaeee88efb15f065a729 commit: fc0ff80bd0f7d4fddf9ca4ad2f58a8bdeecf4de9 Author: Austin English gentoo org> AuthorDate: Thu Jul 7 08:47:24 2016 +0000 Commit: Austin English gentoo org> CommitDate: Thu Jul 7 08:47:24 2016 +0000 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 0000000..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} < +