Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/
Date: Mon, 22 Feb 2016 18:20:44
Message-Id: 1456165237.224762a0ac6be1a8ac124194840b425788cc45d2.zx2c4@gentoo
1 commit: 224762a0ac6be1a8ac124194840b425788cc45d2
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 18:20:25 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 18:20:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224762a0
7
8 www-apps/cgit: upstream cloning uses https now
9
10 Package-Manager: portage-2.2.27
11
12 www-apps/cgit/cgit-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
16 index a339c03..112a8dc 100644
17 --- a/www-apps/cgit/cgit-9999.ebuild
18 +++ b/www-apps/cgit/cgit-9999.ebuild
19 @@ -13,7 +13,7 @@ inherit webapp eutils multilib user toolchain-funcs git-2
20 DESCRIPTION="a fast web-interface for git repositories"
21 HOMEPAGE="http://git.zx2c4.com/cgit/about"
22 SRC_URI=""
23 -EGIT_REPO_URI="git://git.zx2c4.com/cgit"
24 +EGIT_REPO_URI="https://git.zx2c4.com/cgit"
25
26 LICENSE="GPL-2"
27 SLOT="0"