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 61F18138334 for ; Sat, 20 Oct 2018 18:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F33E08AE; Sat, 20 Oct 2018 18:52:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86B26E08BD for ; Sat, 20 Oct 2018 18:52:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84AAA335D02 for ; Sat, 20 Oct 2018 18:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4456450 for ; Sat, 20 Oct 2018 18:52:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540061476.c22f7111873a9aad3dc54558ecb9da8ef85bce27.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ec2-ami-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild X-VCS-Directories: app-admin/ec2-ami-tools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c22f7111873a9aad3dc54558ecb9da8ef85bce27 X-VCS-Branch: master Date: Sat, 20 Oct 2018 18:52:07 +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: 432feb0e-f111-4772-a534-e32c02ae69d7 X-Archives-Hash: 01a8fb0977ecbdcb79ea77ab79c18aa3 commit: c22f7111873a9aad3dc54558ecb9da8ef85bce27 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 18:41:59 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 18:51:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22f7111 app-admin/ec2-ami-tools: Update HOMEPAGE Closes: https://bugs.gentoo.org/668332 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild index 5e2638f231a..75de729d04c 100644 --- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild +++ b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ USE_RUBY="ruby23 ruby24 ruby25" inherit ruby-single versionator DESCRIPTION="Command-line tools that serve as client interface to the Amazon EC2 web service" -HOMEPAGE="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368&categoryID=88" +HOMEPAGE="https://aws.amazon.com/en/tools/" SRC_URI="http://s3.amazonaws.com/ec2-downloads/${P}.zip" LICENSE="Amazon