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-fps/red-blue-quake2/
Date: Fri, 11 May 2018 20:39:11
Message-Id: 1526071116.19e04e0180fcddb1b9659a384375920b36ada190.chewi@gentoo
1 commit: 19e04e0180fcddb1b9659a384375920b36ada190
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:30:51 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e04e01
7
8 games-fps/red-blue-quake2: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8345
11
12 games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild b/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild
16 index 678376ddc67..96715daaab6 100644
17 --- a/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild
18 +++ b/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild
19 @@ -1,13 +1,13 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 inherit eutils games
26
27 DESCRIPTION="red-blue Quake II ! play quake2 w/3d glasses !"
28 -HOMEPAGE="http://www.jfedor.org/red-blue-quake2/"
29 +HOMEPAGE="https://www.jfedor.org/red-blue-quake2/"
30 SRC_URI="mirror://idsoftware/source/q2source-3.21.zip
31 - http://www.jfedor.org/red-blue-quake2/${P}.tar.gz"
32 + https://www.jfedor.org/red-blue-quake2/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"