From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7716138334 for ; Sat, 2 Jun 2018 00:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD8EBE07FE; Sat, 2 Jun 2018 00:57:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3231E07FE for ; Sat, 2 Jun 2018 00:57:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B2D0335C0C for ; Sat, 2 Jun 2018 00:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 649092B8 for ; Sat, 2 Jun 2018 00:57:00 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527901008.6d338cf38f49168637b0b782b6e3f5d0e77c2919.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gcp/gcp-0.1.3.ebuild X-VCS-Directories: sys-apps/gcp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6d338cf38f49168637b0b782b6e3f5d0e77c2919 X-VCS-Branch: master Date: Sat, 2 Jun 2018 00:57:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 853fe45a-c815-4aa5-81ae-7c26e768ce6c X-Archives-Hash: 18a9048c1d2c455956cc936825188790 commit: 6d338cf38f49168637b0b782b6e3f5d0e77c2919 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jun 1 16:58:27 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 00:56:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d338cf3 sys-apps/gcp: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8680 sys-apps/gcp/gcp-0.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/gcp/gcp-0.1.3.ebuild b/sys-apps/gcp/gcp-0.1.3.ebuild index 6c8ec4f3290..bc2f7a8a316 100644 --- a/sys-apps/gcp/gcp-0.1.3.ebuild +++ b/sys-apps/gcp/gcp-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="File copying utility with progress and I/O indicator" -HOMEPAGE="http://wiki.goffi.org/wiki/Gcp/en" +HOMEPAGE="https://wiki.goffi.org/wiki/Gcp/en" SRC_URI="ftp://ftp.goffi.org/${PN}/${P}.tar.bz2" LICENSE="GPL-3"