Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Wed, 13 Jun 2018 11:00:23
Message-Id: 1528887236.5954d9bb4d3c44aead94d48245edc0d4bdcfc384.mgorny@gentoo
1 commit: 5954d9bb4d3c44aead94d48245edc0d4bdcfc384
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 12 18:42:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 10:53:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5954d9bb
7
8 app-admin/cdist: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8818
11
12 app-admin/cdist/cdist-4.6.1.ebuild | 4 ++--
13 app-admin/cdist/cdist-4.7.3.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-admin/cdist/cdist-4.6.1.ebuild b/app-admin/cdist/cdist-4.6.1.ebuild
17 index 0b4d8a0c981..52491eaacc4 100644
18 --- a/app-admin/cdist/cdist-4.6.1.ebuild
19 +++ b/app-admin/cdist/cdist-4.6.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} )
27 inherit distutils-r1
28
29 DESCRIPTION="A usable configuration management system"
30 -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/"
31 +HOMEPAGE="https://www.nico.schottelius.org/software/cdist/"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="GPL-3"
35
36 diff --git a/app-admin/cdist/cdist-4.7.3.ebuild b/app-admin/cdist/cdist-4.7.3.ebuild
37 index 76d5a153a58..52491eaacc4 100644
38 --- a/app-admin/cdist/cdist-4.7.3.ebuild
39 +++ b/app-admin/cdist/cdist-4.7.3.ebuild
40 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} )
41 inherit distutils-r1
42
43 DESCRIPTION="A usable configuration management system"
44 -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/"
45 +HOMEPAGE="https://www.nico.schottelius.org/software/cdist/"
46 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47
48 LICENSE="GPL-3"