Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/
Date: Tue, 12 Mar 2019 00:37:47
Message-Id: 1552351052.597227d03c8d370045e0343b8b6c266febc5e603.bman@gentoo
1 commit: 597227d03c8d370045e0343b8b6c266febc5e603
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 11 18:34:56 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 00:37:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597227d0
7
8 sys-fs/dfc: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sys-fs/dfc/dfc-3.1.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
17 index fdcf7238b2e..d48aa170728 100644
18 --- a/sys-fs/dfc/dfc-3.1.1.ebuild
19 +++ b/sys-fs/dfc/dfc-3.1.1.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 inherit cmake-utils
27
28 DESCRIPTION="A simple CLI tool that display file system usage, with colors"
29 -HOMEPAGE="http://projects.gw-computing.net/projects/dfc"
30 -SRC_URI="http://projects.gw-computing.net/attachments/download/615/${P}.tar.gz"
31 +HOMEPAGE="https://projects.gw-computing.net/projects/dfc"
32 +SRC_URI="https://projects.gw-computing.net/attachments/download/615/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"