Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/tomenet/
Date: Fri, 11 May 2018 20:39:17
Message-Id: 1526071131.c60a07b40a957b4feff0dc45efc3381cbb8dd87a.chewi@gentoo
1 commit: c60a07b40a957b4feff0dc45efc3381cbb8dd87a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:44:17 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a07b4
7
8 games-roguelike/tomenet: use HTTPS
9
10 games-roguelike/tomenet/tomenet-4.6.1a.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild
14 index 77c8c0b8e3f..ec80992655c 100644
15 --- a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild
16 +++ b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit eutils gnome2-utils toolchain-funcs games
24
25 DESCRIPTION="A MMORPG based on the works of J.R.R. Tolkien"
26 -HOMEPAGE="http://www.tomenet.eu/"
27 -SRC_URI="http://www.tomenet.eu/downloads/${P}.tar.bz2"
28 +HOMEPAGE="https://www.tomenet.eu"
29 +SRC_URI="https://www.tomenet.eu/downloads/${P}.tar.bz2"
30
31 LICENSE="Moria"
32 SLOT="0"