Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-demodata/
Date: Sat, 27 Jan 2018 09:54:58
Message-Id: 1517046880.d2be3272db692fc323f58513b8c6462086fca553.mgorny@gentoo
1 commit: d2be3272db692fc323f58513b8c6462086fca553
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Thu Sep 7 15:10:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 09:54:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2be3272
7
8 games-fps/quake2-demodata: use HTTPS for links to en.wikipedia.org, bug #637190
9
10 games-fps/quake2-demodata/quake2-demodata-3.14.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild b/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild
14 index 03f9521ff9f..cd68c344cd8 100644
15 --- a/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild
16 +++ b/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -9,7 +9,7 @@ MY_PN="quake2"
24 FILE="q2-${MY_PV}-demo-x86.exe"
25
26 DESCRIPTION="Demo data for Quake 2"
27 -HOMEPAGE="http://en.wikipedia.org/wiki/Quake_II"
28 +HOMEPAGE="https://en.wikipedia.org/wiki/Quake_II"
29 SRC_URI="mirror://idsoftware/${MY_PN}/${FILE}"
30
31 # See license.txt - it's a bit different to Q2EULA in Portage