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 43C781382C5 for ; Fri, 11 May 2018 20:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A22B0E09B6; Fri, 11 May 2018 20:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7A9C5E09B6 for ; Fri, 11 May 2018 20:39:12 +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 329E3335C94 for ; Fri, 11 May 2018 20:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 956AC29E for ; Fri, 11 May 2018 20:39:08 +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: <1526071131.c60a07b40a957b4feff0dc45efc3381cbb8dd87a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/tomenet/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/tomenet/tomenet-4.6.1a.ebuild X-VCS-Directories: games-roguelike/tomenet/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c60a07b40a957b4feff0dc45efc3381cbb8dd87a X-VCS-Branch: master Date: Fri, 11 May 2018 20:39:08 +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: 550a1e53-997f-494c-8028-4ecfc109aa61 X-Archives-Hash: 5206a675eeffa8973e1764dcb157b2a3 commit: c60a07b40a957b4feff0dc45efc3381cbb8dd87a Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 11 12:44:17 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri May 11 20:38:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a07b4 games-roguelike/tomenet: use HTTPS games-roguelike/tomenet/tomenet-4.6.1a.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild index 77c8c0b8e3f..ec80992655c 100644 --- a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild +++ b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils gnome2-utils toolchain-funcs games DESCRIPTION="A MMORPG based on the works of J.R.R. Tolkien" -HOMEPAGE="http://www.tomenet.eu/" -SRC_URI="http://www.tomenet.eu/downloads/${P}.tar.bz2" +HOMEPAGE="https://www.tomenet.eu" +SRC_URI="https://www.tomenet.eu/downloads/${P}.tar.bz2" LICENSE="Moria" SLOT="0"