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 E449A1382C5 for ; Mon, 15 Jun 2020 02:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C65AE0AF4; Mon, 15 Jun 2020 02:35:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48A26E0AF4 for ; Mon, 15 Jun 2020 02:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7F3534EE7C for ; Mon, 15 Jun 2020 02:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E1D2B2 for ; Mon, 15 Jun 2020 02:35:12 +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: <1592188430.858bd748400796330450295852825d616139bd9c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/fsarchiver/fsarchiver-0.8.5.ebuild X-VCS-Directories: app-backup/fsarchiver/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 858bd748400796330450295852825d616139bd9c X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb1be605-ccbd-4a99-bd4d-cbfc8b46f7b7 X-Archives-Hash: 4580c1174b73ca497e6d36ffb42b0dbf commit: 858bd748400796330450295852825d616139bd9c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 13 08:13:04 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858bd748 app-backup/fsarchiver: use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> app-backup/fsarchiver/fsarchiver-0.8.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild index 439502caca0..73aeeb7d1cd 100644 --- a/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild +++ b/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Flexible filesystem archiver for backup and deployment tool" -HOMEPAGE="http://www.fsarchiver.org" +HOMEPAGE="https://www.fsarchiver.org" SRC_URI="https://github.com/fdupoux/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2"