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-mud/circlemud/
Date: Sat, 13 Apr 2019 20:17:03
Message-Id: 1555186604.e21d32933b8cb09c1a563047a48bf6ad84b83f8b.chewi@gentoo
1 commit: e21d32933b8cb09c1a563047a48bf6ad84b83f8b
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 13 17:40:21 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 20:16:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21d3293
7
8 games-mud/circlemud: update HOMEPAGE, SRC_URI, use HTTPS
9
10 Closes: https://bugs.gentoo.org/680678
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11671
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-mud/circlemud/circlemud-3.1.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/games-mud/circlemud/circlemud-3.1.ebuild b/games-mud/circlemud/circlemud-3.1.ebuild
19 index a0b3a10589f..6d8c1775da9 100644
20 --- a/games-mud/circlemud/circlemud-3.1.ebuild
21 +++ b/games-mud/circlemud/circlemud-3.1.ebuild
22 @@ -1,12 +1,12 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 inherit eutils games
29
30 DESCRIPTION="a multi-user dungeon game system server"
31 -HOMEPAGE="http://www.circlemud.org/"
32 -SRC_URI="http://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2"
33 +HOMEPAGE="https://www.circlemud.org/"
34 +SRC_URI="https://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2"
35
36 LICENSE="circlemud"
37 SLOT="0"