diff options
-rw-r--r-- | www-apps/cgit/cgit-0.12.ebuild | 6 | ||||
-rw-r--r-- | www-apps/cgit/cgit-1.1.ebuild | 6 | ||||
-rw-r--r-- | 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 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" |