Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-o/
Date: Sun, 17 Feb 2019 18:29:43
Message-Id: 1550428170.2b2187c9a8da46359d56dd44bec30807b6c3180e.zmedico@gentoo
1 commit: 2b2187c9a8da46359d56dd44bec30807b6c3180e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 17 16:44:14 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 18:29:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2187c9
7
8 app-emulation/cri-o: HOMEPAGE: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/11087
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-emulation/cri-o/cri-o-1.10.1.ebuild | 4 ++--
15 app-emulation/cri-o/cri-o-1.10.6.ebuild | 4 ++--
16 app-emulation/cri-o/cri-o-1.13.0.ebuild | 2 +-
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-emulation/cri-o/cri-o-1.10.1.ebuild b/app-emulation/cri-o/cri-o-1.10.1.ebuild
20 index d0e7f55b7bb..d85dbb3f836 100644
21 --- a/app-emulation/cri-o/cri-o-1.10.1.ebuild
22 +++ b/app-emulation/cri-o/cri-o-1.10.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -9,7 +9,7 @@ EGO_PN="github.com/kubernetes-incubator/${PN}"
30 inherit golang-vcs-snapshot systemd
31
32 DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface"
33 -HOMEPAGE="http://cri-o.io/"
34 +HOMEPAGE="https://cri-o.io/"
35 SRC_URI="https://github.com/kubernetes-incubator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="Apache-2.0"
38
39 diff --git a/app-emulation/cri-o/cri-o-1.10.6.ebuild b/app-emulation/cri-o/cri-o-1.10.6.ebuild
40 index 6d2d5d4a82c..dbb1db95a32 100644
41 --- a/app-emulation/cri-o/cri-o-1.10.6.ebuild
42 +++ b/app-emulation/cri-o/cri-o-1.10.6.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Authors
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -9,7 +9,7 @@ EGO_PN="github.com/kubernetes-incubator/${PN}"
50 inherit golang-vcs-snapshot systemd
51
52 DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface"
53 -HOMEPAGE="http://cri-o.io/"
54 +HOMEPAGE="https://cri-o.io/"
55 SRC_URI="https://github.com/kubernetes-incubator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56
57 LICENSE="Apache-2.0"
58
59 diff --git a/app-emulation/cri-o/cri-o-1.13.0.ebuild b/app-emulation/cri-o/cri-o-1.13.0.ebuild
60 index 32f4f437430..6b934dd9e8e 100644
61 --- a/app-emulation/cri-o/cri-o-1.13.0.ebuild
62 +++ b/app-emulation/cri-o/cri-o-1.13.0.ebuild
63 @@ -9,7 +9,7 @@ EGO_PN="github.com/kubernetes-sigs/${PN}"
64 inherit golang-vcs-snapshot systemd
65
66 DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface"
67 -HOMEPAGE="http://cri-o.io/"
68 +HOMEPAGE="https://cri-o.io/"
69 SRC_URI="https://github.com/kubernetes-sigs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
70
71 LICENSE="Apache-2.0"