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 D0384138331 for ; Thu, 12 Apr 2018 04:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A70E08BB; Thu, 12 Apr 2018 04:25:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B69BEE089E for ; Thu, 12 Apr 2018 04:25:15 +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 CED58335C76 for ; Thu, 12 Apr 2018 04:25:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E73260 for ; Thu, 12 Apr 2018 04:25:12 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1523507056.203862a906e1209028ffd35f5baa6a62a0c9b430.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.4.2.0-r1.ebuild app-admin/ansible/ansible-2.4.2.0.ebuild app-admin/ansible/ansible-2.4.3.0.ebuild app-admin/ansible/ansible-2.4.4.0.ebuild app-admin/ansible/ansible-2.5.0.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 203862a906e1209028ffd35f5baa6a62a0c9b430 X-VCS-Branch: master Date: Thu, 12 Apr 2018 04:25:12 +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: b2fbbfb8-e4e0-43a7-b1c2-7a8bac88e513 X-Archives-Hash: 2d76ab814076783fb60bf2734cc66c8f commit: 203862a906e1209028ffd35f5baa6a62a0c9b430 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Apr 9 13:08:06 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Apr 12 04:24:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203862a9 app-admin/ansible: use HTTPS Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.4.2.0-r1.ebuild | 4 ++-- app-admin/ansible/ansible-2.4.2.0.ebuild | 6 +++--- app-admin/ansible/ansible-2.4.3.0.ebuild | 4 ++-- app-admin/ansible/ansible-2.4.4.0.ebuild | 4 ++-- app-admin/ansible/ansible-2.5.0.ebuild | 4 ++-- app-admin/ansible/ansible-9999.ebuild | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-admin/ansible/ansible-2.4.2.0-r1.ebuild b/app-admin/ansible/ansible-2.4.2.0-r1.ebuild index 346b2f5aea9..573d04b3580 100644 --- a/app-admin/ansible/ansible-2.4.2.0-r1.ebuild +++ b/app-admin/ansible/ansible-2.4.2.0-r1.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="http://ansible.com/" -SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz" +HOMEPAGE="https://ansible.com/" +SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/ansible/ansible-2.4.2.0.ebuild b/app-admin/ansible/ansible-2.4.2.0.ebuild index bbe7fb86b29..096299da9d6 100644 --- a/app-admin/ansible/ansible-2.4.2.0.ebuild +++ b/app-admin/ansible/ansible-2.4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="http://ansible.com/" -SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz" +HOMEPAGE="https://ansible.com/" +SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/ansible/ansible-2.4.3.0.ebuild b/app-admin/ansible/ansible-2.4.3.0.ebuild index 04013883c1a..eeb696f6cfd 100644 --- a/app-admin/ansible/ansible-2.4.3.0.ebuild +++ b/app-admin/ansible/ansible-2.4.3.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="http://ansible.com/" -SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz" +HOMEPAGE="https://ansible.com/" +SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/ansible/ansible-2.4.4.0.ebuild b/app-admin/ansible/ansible-2.4.4.0.ebuild index 346b2f5aea9..573d04b3580 100644 --- a/app-admin/ansible/ansible-2.4.4.0.ebuild +++ b/app-admin/ansible/ansible-2.4.4.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="http://ansible.com/" -SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz" +HOMEPAGE="https://ansible.com/" +SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/ansible/ansible-2.5.0.ebuild b/app-admin/ansible/ansible-2.5.0.ebuild index 346b2f5aea9..573d04b3580 100644 --- a/app-admin/ansible/ansible-2.5.0.ebuild +++ b/app-admin/ansible/ansible-2.5.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="http://ansible.com/" -SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz" +HOMEPAGE="https://ansible.com/" +SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 9e8e5bb04c6..cbb8b376728 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 git-r3 eutils DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="http://ansible.com/" +HOMEPAGE="https://ansible.com/" EGIT_REPO_URI="https://github.com/ansible/ansible.git" EGIT_BRANCH="devel"