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 D29031382C5 for ; Wed, 18 Apr 2018 18:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0863EE0929; Wed, 18 Apr 2018 18:16:04 +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 D5D72E0929 for ; Wed, 18 Apr 2018 18:16:03 +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 8EF9D335C80 for ; Wed, 18 Apr 2018 18:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83C6293 for ; Wed, 18 Apr 2018 18:15:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524075308.af0e3766fbd5fb4751cdccd010889b8896323953.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/openxcom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild games-engines/openxcom/openxcom-9999.ebuild X-VCS-Directories: games-engines/openxcom/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: af0e3766fbd5fb4751cdccd010889b8896323953 X-VCS-Branch: master Date: Wed, 18 Apr 2018 18:15:58 +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: 503cc62e-9f7c-490d-804f-f78b71399bbb X-Archives-Hash: e617d7587c8edda20f0c2cbb218e7803 commit: af0e3766fbd5fb4751cdccd010889b8896323953 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 18 07:22:35 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 18 18:15:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0e3766 games-engines/openxcom: use HTTPS games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild | 4 ++-- games-engines/openxcom/openxcom-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild b/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild index 2b0cd1f377b..d76a38f5f0b 100644 --- a/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild +++ b/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild @@ -6,7 +6,7 @@ inherit cmake-utils gnome2-utils COMMIT="ea9ac466221f8b4f8974d2db1c42dc4ad6126564" DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" -HOMEPAGE="http://openxcom.org/" +HOMEPAGE="https://openxcom.org/" SRC_URI="https://github.com/SupSuper/OpenXcom/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+ CC-BY-SA-4.0" @@ -52,7 +52,7 @@ pkg_postinst() { elog "/usr/share/${PN}/TFTD" echo elog "If you need or want text in some language other than english, download:" - elog "http://openxcom.org/translations/latest.zip and uncompress it in" + elog "https://openxcom.org/translations/latest.zip and uncompress it in" elog "/usr/share/${PN}/common/Language" } diff --git a/games-engines/openxcom/openxcom-9999.ebuild b/games-engines/openxcom/openxcom-9999.ebuild index 746a5950a0a..7726841e558 100644 --- a/games-engines/openxcom/openxcom-9999.ebuild +++ b/games-engines/openxcom/openxcom-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit cmake-utils gnome2-utils git-r3 DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" -HOMEPAGE="http://openxcom.org/" +HOMEPAGE="https://openxcom.org/" EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git" LICENSE="GPL-3+ CC-BY-SA-4.0" @@ -50,7 +50,7 @@ pkg_postinst() { elog "/usr/share/${PN}/TFTD" echo elog "If you need or want text in some language other than english, download:" - elog "http://openxcom.org/translations/latest.zip and uncompress it in" + elog "https://openxcom.org/translations/latest.zip and uncompress it in" elog "/usr/share/${PN}/common/Language" }