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 49D2C1382C5 for ; Sat, 27 Jun 2020 20:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76D9DE0918; Sat, 27 Jun 2020 20:45:20 +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 61AE1E0923 for ; Sat, 27 Jun 2020 20:45:20 +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 625BB34ED83 for ; Sat, 27 Jun 2020 20:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2442B3 for ; Sat, 27 Jun 2020 20:45:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1593290677.6bbb5ae8c4918d42136025967c76bc61bfe00812.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xiphos/xiphos-4.0.6a-r2.ebuild app-text/xiphos/xiphos-4.1.0-r2.ebuild X-VCS-Directories: app-text/xiphos/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6bbb5ae8c4918d42136025967c76bc61bfe00812 X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:45:18 +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: 1e11ca03-9773-41cf-b31d-2c61cb096acd X-Archives-Hash: 9759f08cab7e129beba800c1cf7fd281 commit: 6bbb5ae8c4918d42136025967c76bc61bfe00812 Author: Alexey Sokolov google com> AuthorDate: Sat Jun 20 15:56:48 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 27 20:44:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbb5ae8 app-text/xiphos: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/xiphos/xiphos-4.0.6a-r2.ebuild | 2 +- app-text/xiphos/xiphos-4.1.0-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xiphos/xiphos-4.0.6a-r2.ebuild b/app-text/xiphos/xiphos-4.0.6a-r2.ebuild index dd5177d45fa..7521fa24db4 100644 --- a/app-text/xiphos/xiphos-4.0.6a-r2.ebuild +++ b/app-text/xiphos/xiphos-4.0.6a-r2.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic gnome2-utils python-single-r1 toolchain-funcs MY_PV="${PV}-20170820" MY_P="${PN}-${MY_PV}" DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)" -HOMEPAGE="http://xiphos.org/" +HOMEPAGE="https://xiphos.org/" SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1" diff --git a/app-text/xiphos/xiphos-4.1.0-r2.ebuild b/app-text/xiphos/xiphos-4.1.0-r2.ebuild index 24314a606c4..49bfe5394fc 100644 --- a/app-text/xiphos/xiphos-4.1.0-r2.ebuild +++ b/app-text/xiphos/xiphos-4.1.0-r2.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) inherit flag-o-matic gnome2-utils python-single-r1 toolchain-funcs DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)" -HOMEPAGE="http://xiphos.org/" +HOMEPAGE="https://xiphos.org/" SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"