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/quake3-excessiveplus/
Date: Fri, 11 May 2018 20:39:11
Message-Id: 1526071118.123039772b2624e56c654676b327ac801069738f.chewi@gentoo
1 commit: 123039772b2624e56c654676b327ac801069738f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:32:16 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12303977
7
8 games-fps/quake3-excessiveplus: use HTTPS
9
10 games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild
14 index 735d31c171c..ac2472d8378 100644
15 --- a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild
16 +++ b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 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 @@ -9,8 +9,8 @@ MOD_ICON="excessiveplus.ico"
24
25 inherit games games-mods
26
27 -HOMEPAGE="http://www.excessiveplus.net/"
28 -SRC_URI="http://www.excessiveplus.net/files/release/xp-${PV}.zip"
29 +HOMEPAGE="https://www.excessiveplus.net"
30 +SRC_URI="https://www.excessiveplus.net/files/release/xp-${PV}.zip"
31
32 LICENSE="all-rights-reserved"
33 KEYWORDS="~amd64 ~x86"