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 65EC9138334 for ; Wed, 13 Jun 2018 11:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 491DEE082D; Wed, 13 Jun 2018 11:00:22 +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 17D7EE082D for ; Wed, 13 Jun 2018 11:00:21 +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 809C4335C76 for ; Wed, 13 Jun 2018 11:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F18672D5 for ; Wed, 13 Jun 2018 11:00:18 +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: <1528887236.5954d9bb4d3c44aead94d48245edc0d4bdcfc384.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cdist/cdist-4.6.1.ebuild app-admin/cdist/cdist-4.7.3.ebuild X-VCS-Directories: app-admin/cdist/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5954d9bb4d3c44aead94d48245edc0d4bdcfc384 X-VCS-Branch: master Date: Wed, 13 Jun 2018 11:00:18 +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: bdd85b73-382d-403d-8a22-e62d9041ff51 X-Archives-Hash: 354df75a283b4635aa0009502465b30c commit: 5954d9bb4d3c44aead94d48245edc0d4bdcfc384 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 12 18:42:32 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 13 10:53:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5954d9bb app-admin/cdist: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8818 app-admin/cdist/cdist-4.6.1.ebuild | 4 ++-- app-admin/cdist/cdist-4.7.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/cdist/cdist-4.6.1.ebuild b/app-admin/cdist/cdist-4.6.1.ebuild index 0b4d8a0c981..52491eaacc4 100644 --- a/app-admin/cdist/cdist-4.6.1.ebuild +++ b/app-admin/cdist/cdist-4.6.1.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,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" +HOMEPAGE="https://www.nico.schottelius.org/software/cdist/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-admin/cdist/cdist-4.7.3.ebuild b/app-admin/cdist/cdist-4.7.3.ebuild index 76d5a153a58..52491eaacc4 100644 --- a/app-admin/cdist/cdist-4.7.3.ebuild +++ b/app-admin/cdist/cdist-4.7.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" +HOMEPAGE="https://www.nico.schottelius.org/software/cdist/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3"