summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-17 10:06:43 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-18 08:32:26 -0400
commit03d06639098e8c70b2d69c762da6dbd6a14eb4e7 (patch)
tree0318af3cb02ee3bb48683bf179a5c6647fca9c7e /www-apps/cgit
parentsys-fs/ctmg: use HTTPS (diff)
downloadgentoo-03d06639098e8c70b2d69c762da6dbd6a14eb4e7.tar.gz
gentoo-03d06639098e8c70b2d69c762da6dbd6a14eb4e7.tar.bz2
gentoo-03d06639098e8c70b2d69c762da6dbd6a14eb4e7.zip
www-apps/cgit: use HTTPS
Diffstat (limited to 'www-apps/cgit')
-rw-r--r--www-apps/cgit/cgit-0.12.ebuild6
-rw-r--r--www-apps/cgit/cgit-1.1.ebuild6
-rw-r--r--www-apps/cgit/cgit-9999.ebuild4
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 443d7f856dcb..26c877f635b5 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 cd69e657df24..cb25cd8aa586 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 528f1032f17b..28d3a7922770 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"