commit:     03d06639098e8c70b2d69c762da6dbd6a14eb4e7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu May 17 08:06:43 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 18 12:32:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d06639

www-apps/cgit: use HTTPS

 www-apps/cgit/cgit-0.12.ebuild | 6 +++---
 www-apps/cgit/cgit-1.1.ebuild  | 6 +++---
 www-apps/cgit/cgit-9999.ebuild | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-apps/cgit/cgit-0.12.ebuild b/www-apps/cgit/cgit-0.12.ebuild
index 443d7f856dc..26c877f635b 100644
--- a/www-apps/cgit/cgit-0.12.ebuild
+++ b/www-apps/cgit/cgit-0.12.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=5
@@ -12,9 +12,9 @@ inherit webapp eutils multilib user toolchain-funcs
 GIT_V="2.7.0"
 
 DESCRIPTION="a fast web-interface for git repositories"
-HOMEPAGE="http://git.zx2c4.com/cgit/about";
+HOMEPAGE="https://git.zx2c4.com/cgit/about";
 SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz
-       http://git.zx2c4.com/cgit/snapshot/${P}.tar.xz";
+       https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/www-apps/cgit/cgit-1.1.ebuild b/www-apps/cgit/cgit-1.1.ebuild
index cd69e657df2..cb25cd8aa58 100644
--- a/www-apps/cgit/cgit-1.1.ebuild
+++ b/www-apps/cgit/cgit-1.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=5
@@ -12,9 +12,9 @@ inherit webapp eutils multilib user toolchain-funcs
 GIT_V="2.10.2"
 
 DESCRIPTION="a fast web-interface for git repositories"
-HOMEPAGE="http://git.zx2c4.com/cgit/about";
+HOMEPAGE="https://git.zx2c4.com/cgit/about";
 SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz
-       http://git.zx2c4.com/cgit/snapshot/${P}.tar.xz";
+       https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
index 528f1032f17..28d3a792277 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -10,7 +10,7 @@ inherit webapp eutils multilib user toolchain-funcs git-2
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
 DESCRIPTION="a fast web-interface for git repositories"
-HOMEPAGE="http://git.zx2c4.com/cgit/about";
+HOMEPAGE="https://git.zx2c4.com/cgit/about";
 SRC_URI=""
 EGIT_REPO_URI="https://git.zx2c4.com/cgit";
 

Reply via email to