From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1026154-garchives=archives.gentoo.org@lists.gentoo.org>
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 62B4D138330
	for <garchives@archives.gentoo.org>; Sat, 26 May 2018 09:55:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5DD4FE07D3;
	Sat, 26 May 2018 09:55:17 +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 3737DE07AE
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 May 2018 09:55:17 +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 4ACD1335C96
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 May 2018 09:55:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 815F2296
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 May 2018 09:55:14 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
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" <soap@gentoo.org>
Message-ID: <1527328347.1c174534274e8e18d7b42ef26e72fc442bbe5e2f.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-cdoom/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild
X-VCS-Directories: games-fps/doom3-cdoom/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 1c174534274e8e18d7b42ef26e72fc442bbe5e2f
X-VCS-Branch: master
Date: Sat, 26 May 2018 09:55:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: bebe459d-a814-42cf-9fb3-0b172bf5c5c0
X-Archives-Hash: e519e7c412b8621219e0c966de5496e2

commit:     1c174534274e8e18d7b42ef26e72fc442bbe5e2f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 26 08:36:41 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:52:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c174534

games-fps/doom3-cdoom: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8595

 games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild
index 06268279c5e..41cce5766df 100644
--- a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild
+++ b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ MOD_ICON="cdoom.ico"
 
 inherit games games-mods
 
-HOMEPAGE="http://www.moddb.com/mods/classic-doom-3"
+HOMEPAGE="https://www.moddb.com/mods/classic-doom-3"
 SRC_URI="classic_doom_3_${PV//.}.zip"
 
 LICENSE="GameFront"