Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/
Date: Thu, 04 Apr 2019 09:23:45
Message-Id: 1554369816.39a1409bae19a0fd0e5f8ccc2ef6b486530348a5.jer@gentoo
1 commit: 39a1409bae19a0fd0e5f8ccc2ef6b486530348a5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 09:23:25 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 09:23:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a1409b
7
8 dev-vcs/guilt: Switch to HTTPS
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-vcs/guilt/guilt-0.36-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild b/dev-vcs/guilt/guilt-0.36-r1.ebuild
17 index 5a46d0b1549..52a9c49c0e4 100644
18 --- a/dev-vcs/guilt/guilt-0.36-r1.ebuild
19 +++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
24 -HOMEPAGE="http://repo.or.cz/w/guilt.git"
25 +HOMEPAGE="https://repo.or.cz/w/guilt.git"
26 SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-2"