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-apps/gcp/
Date: Sat, 02 Jun 2018 00:57:04
Message-Id: 1527901008.6d338cf38f49168637b0b782b6e3f5d0e77c2919.bman@gentoo
1 commit: 6d338cf38f49168637b0b782b6e3f5d0e77c2919
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 16:58:27 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 00:56:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d338cf3
7
8 sys-apps/gcp: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8680
11
12 sys-apps/gcp/gcp-0.1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/gcp/gcp-0.1.3.ebuild b/sys-apps/gcp/gcp-0.1.3.ebuild
16 index 6c8ec4f3290..bc2f7a8a316 100644
17 --- a/sys-apps/gcp/gcp-0.1.3.ebuild
18 +++ b/sys-apps/gcp/gcp-0.1.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
26 inherit distutils-r1
27
28 DESCRIPTION="File copying utility with progress and I/O indicator"
29 -HOMEPAGE="http://wiki.goffi.org/wiki/Gcp/en"
30 +HOMEPAGE="https://wiki.goffi.org/wiki/Gcp/en"
31 SRC_URI="ftp://ftp.goffi.org/${PN}/${P}.tar.bz2"
32
33 LICENSE="GPL-3"