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 ACBD6138334 for ; Sat, 13 Apr 2019 20:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9777BE09B4; Sat, 13 Apr 2019 20:17:02 +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 711F1E09B4 for ; Sat, 13 Apr 2019 20:17:02 +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 3D8E9335CFF for ; Sat, 13 Apr 2019 20:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84EA157F for ; Sat, 13 Apr 2019 20:16:58 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1555186604.e21d32933b8cb09c1a563047a48bf6ad84b83f8b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/circlemud/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-mud/circlemud/circlemud-3.1.ebuild X-VCS-Directories: games-mud/circlemud/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e21d32933b8cb09c1a563047a48bf6ad84b83f8b X-VCS-Branch: master Date: Sat, 13 Apr 2019 20:16: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46a0ddaf-fa60-4ee7-934e-716d0190e543 X-Archives-Hash: 0ae8a4b331ac5781b1809d530bfb9f85 commit: e21d32933b8cb09c1a563047a48bf6ad84b83f8b Author: Wim Muskee gmail com> AuthorDate: Sat Apr 13 17:40:21 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Apr 13 20:16:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21d3293 games-mud/circlemud: update HOMEPAGE, SRC_URI, use HTTPS Closes: https://bugs.gentoo.org/680678 Signed-off-by: Wim Muskee gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11671 Signed-off-by: James Le Cuirot gentoo.org> games-mud/circlemud/circlemud-3.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-mud/circlemud/circlemud-3.1.ebuild b/games-mud/circlemud/circlemud-3.1.ebuild index a0b3a10589f..6d8c1775da9 100644 --- a/games-mud/circlemud/circlemud-3.1.ebuild +++ b/games-mud/circlemud/circlemud-3.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils games DESCRIPTION="a multi-user dungeon game system server" -HOMEPAGE="http://www.circlemud.org/" -SRC_URI="http://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2" +HOMEPAGE="https://www.circlemud.org/" +SRC_URI="https://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2" LICENSE="circlemud" SLOT="0"