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 56163138359 for ; Sat, 25 Jul 2020 13:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B1DE08F4; Sat, 25 Jul 2020 13:56:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A2CF4E08F5 for ; Sat, 25 Jul 2020 13:56:26 +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 8C37534F043 for ; Sat, 25 Jul 2020 13:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C962F3 for ; Sat, 25 Jul 2020 13:56:21 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1595685203.524d09d6512a9a4c85a33b5ae11195de7cda6835.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sword/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/sword/sword-1.8.1-r1.ebuild X-VCS-Directories: app-text/sword/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 524d09d6512a9a4c85a33b5ae11195de7cda6835 X-VCS-Branch: master Date: Sat, 25 Jul 2020 13:56:21 +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: 1c919573-7ba1-4b36-841a-588c0fbb0177 X-Archives-Hash: 49793ccd96de1e4239309caa1d8aa4a8 commit: 524d09d6512a9a4c85a33b5ae11195de7cda6835 Author: Marek Szuba gentoo org> AuthorDate: Sat Jul 25 13:50:12 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jul 25 13:53:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524d09d6 app-text/sword: switch to https URIs Signed-off-by: Marek Szuba gentoo.org> app-text/sword/sword-1.8.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/sword/sword-1.8.1-r1.ebuild b/app-text/sword/sword-1.8.1-r1.ebuild index acafbb4e531..7da3c1961d4 100644 --- a/app-text/sword/sword-1.8.1-r1.ebuild +++ b/app-text/sword/sword-1.8.1-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit flag-o-matic cmake-utils DESCRIPTION="Library for Bible reading software" -HOMEPAGE="http://www.crosswire.org/sword/" -SRC_URI="http://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz" +HOMEPAGE="https://www.crosswire.org/sword/" +SRC_URI="https://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"