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/quake3/
Date: Sun, 30 Jul 2017 09:38:21
Message-Id: 1501407481.32507129579a0f0f9e93aacdb1b4c82cb3d4c514.mgorny@gentoo
1 commit: 32507129579a0f0f9e93aacdb1b4c82cb3d4c514
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:18:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32507129
7
8 games-fps/quake3: use HTTPS for GitHub and HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 games-fps/quake3/quake3-1.36-r1.ebuild | 6 +++---
13 games-fps/quake3/quake3-9999.ebuild | 8 ++++----
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/games-fps/quake3/quake3-1.36-r1.ebuild b/games-fps/quake3/quake3-1.36-r1.ebuild
17 index 2b901eafe59..0f1ede92b5d 100644
18 --- a/games-fps/quake3/quake3-1.36-r1.ebuild
19 +++ b/games-fps/quake3/quake3-1.36-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,8 +9,8 @@ MY_PV="${PV}"
27 MY_P="${MY_PN}-${MY_PV}"
28
29 DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter"
30 -HOMEPAGE="http://ioquake3.org/"
31 -SRC_URI="http://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2"
32 +HOMEPAGE="https://ioquake3.org/"
33 +SRC_URI="https://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37
38 diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild
39 index 101bf45502e..a5273e1ac57 100644
40 --- a/games-fps/quake3/quake3-9999.ebuild
41 +++ b/games-fps/quake3/quake3-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 # quake3-9999 -> latest git
48 @@ -15,9 +15,9 @@ MY_PV="${PV}"
49 MY_P="${MY_PN}-${MY_PV}"
50
51 DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter"
52 -HOMEPAGE="http://ioquake3.org/"
53 -[[ "${PV}" != 9999* ]] && SRC_URI="http://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2"
54 -EGIT_REPO_URI="git://github.com/ioquake/ioq3.git"
55 +HOMEPAGE="https://ioquake3.org/"
56 +[[ "${PV}" != 9999* ]] && SRC_URI="https://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2"
57 +EGIT_REPO_URI="https://github.com/ioquake/ioq3.git"
58
59 LICENSE="GPL-2"
60 SLOT="0"