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 0559C1396D0 for ; Tue, 22 Aug 2017 21:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F3D31FC075; Tue, 22 Aug 2017 21:41:32 +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 0CB191FC075 for ; Tue, 22 Aug 2017 21:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 179E4341CCE for ; Tue, 22 Aug 2017 21:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABF77F1B for ; Tue, 22 Aug 2017 21:41:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503438060.1e5d87bae3ac1f1db612368e6c5d68cda902c804.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/awscli/awscli-1.10.51.ebuild dev-python/awscli/awscli-1.10.53.ebuild dev-python/awscli/awscli-1.10.59.ebuild dev-python/awscli/awscli-1.11.0.ebuild dev-python/awscli/awscli-1.11.81.ebuild X-VCS-Directories: dev-python/awscli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e5d87bae3ac1f1db612368e6c5d68cda902c804 X-VCS-Branch: master Date: Tue, 22 Aug 2017 21:41:28 +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: 88dfd227-2eb9-446d-8ef7-3f83779e879e X-Archives-Hash: 7a501514c81b37298551fac9897d829d commit: 1e5d87bae3ac1f1db612368e6c5d68cda902c804 Author: David Hicks hicks id au> AuthorDate: Tue Aug 22 12:37:01 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 22 21:41:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5d87ba dev-python/awscli: HOMEPAGE 301 redirect to HTTPS Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-python/awscli/awscli-1.10.51.ebuild | 4 ++-- dev-python/awscli/awscli-1.10.53.ebuild | 4 ++-- dev-python/awscli/awscli-1.10.59.ebuild | 4 ++-- dev-python/awscli/awscli-1.11.0.ebuild | 4 ++-- dev-python/awscli/awscli-1.11.81.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/awscli/awscli-1.10.51.ebuild b/dev-python/awscli/awscli-1.10.51.ebuild index c409cc3a4c2..e3944893caa 100644 --- a/dev-python/awscli/awscli-1.10.51.ebuild +++ b/dev-python/awscli/awscli-1.10.51.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Universal Command Line Environment for AWS" -HOMEPAGE="http://pypi.python.org/pypi/awscli" +HOMEPAGE="https://pypi.python.org/pypi/awscli" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/awscli/awscli-1.10.53.ebuild b/dev-python/awscli/awscli-1.10.53.ebuild index c409cc3a4c2..e3944893caa 100644 --- a/dev-python/awscli/awscli-1.10.53.ebuild +++ b/dev-python/awscli/awscli-1.10.53.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Universal Command Line Environment for AWS" -HOMEPAGE="http://pypi.python.org/pypi/awscli" +HOMEPAGE="https://pypi.python.org/pypi/awscli" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/awscli/awscli-1.10.59.ebuild b/dev-python/awscli/awscli-1.10.59.ebuild index c409cc3a4c2..e3944893caa 100644 --- a/dev-python/awscli/awscli-1.10.59.ebuild +++ b/dev-python/awscli/awscli-1.10.59.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Universal Command Line Environment for AWS" -HOMEPAGE="http://pypi.python.org/pypi/awscli" +HOMEPAGE="https://pypi.python.org/pypi/awscli" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/awscli/awscli-1.11.0.ebuild b/dev-python/awscli/awscli-1.11.0.ebuild index a9b95aad256..d52c26c522b 100644 --- a/dev-python/awscli/awscli-1.11.0.ebuild +++ b/dev-python/awscli/awscli-1.11.0.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Universal Command Line Environment for AWS" -HOMEPAGE="http://pypi.python.org/pypi/awscli" +HOMEPAGE="https://pypi.python.org/pypi/awscli" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/awscli/awscli-1.11.81.ebuild b/dev-python/awscli/awscli-1.11.81.ebuild index 1c0e3b7e24b..d52c26c522b 100644 --- a/dev-python/awscli/awscli-1.11.81.ebuild +++ b/dev-python/awscli/awscli-1.11.81.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Universal Command Line Environment for AWS" -HOMEPAGE="http://pypi.python.org/pypi/awscli" +HOMEPAGE="https://pypi.python.org/pypi/awscli" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"