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 361BE1382C5 for ; Fri, 5 Jun 2020 08:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA9EE08FE; Fri, 5 Jun 2020 08:37:51 +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 4395EE08FE for ; Fri, 5 Jun 2020 08:37:51 +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 B071C34ECCF for ; Fri, 5 Jun 2020 08:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A7D31 for ; Fri, 5 Jun 2020 08:37:48 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1591346203.32785bf1b63cd3cba1cfa5441dc11b8801c9a164.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/openttd/openttd-1.10.2.ebuild games-simulation/openttd/openttd-9999.ebuild X-VCS-Directories: games-simulation/openttd/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 32785bf1b63cd3cba1cfa5441dc11b8801c9a164 X-VCS-Branch: master Date: Fri, 5 Jun 2020 08:37:48 +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: cfc40dc4-3a77-49a3-acda-5974c360feac X-Archives-Hash: abc65b98b51bcda09e4d4ccdfe68983a commit: 32785bf1b63cd3cba1cfa5441dc11b8801c9a164 Author: Stefan Strogin gentoo org> AuthorDate: Fri Jun 5 08:36:43 2020 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Fri Jun 5 08:36:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32785bf1 games-simulation/openttd: use https Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Stefan Strogin gentoo.org> games-simulation/openttd/openttd-1.10.2.ebuild | 2 +- games-simulation/openttd/openttd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/openttd/openttd-1.10.2.ebuild b/games-simulation/openttd/openttd-1.10.2.ebuild index 07ee1c24820..acf83d2f955 100644 --- a/games-simulation/openttd/openttd-1.10.2.ebuild +++ b/games-simulation/openttd/openttd-1.10.2.ebuild @@ -9,7 +9,7 @@ MY_PV="${PV/_rc/-RC}" MY_P="${PN}-${MY_PV}" DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" -HOMEPAGE="http://www.openttd.org/" +HOMEPAGE="https://www.openttd.org/" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/OpenTTD/OpenTTD.git" diff --git a/games-simulation/openttd/openttd-9999.ebuild b/games-simulation/openttd/openttd-9999.ebuild index 07ee1c24820..acf83d2f955 100644 --- a/games-simulation/openttd/openttd-9999.ebuild +++ b/games-simulation/openttd/openttd-9999.ebuild @@ -9,7 +9,7 @@ MY_PV="${PV/_rc/-RC}" MY_P="${PN}-${MY_PV}" DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" -HOMEPAGE="http://www.openttd.org/" +HOMEPAGE="https://www.openttd.org/" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/OpenTTD/OpenTTD.git"