Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/
Date: Sat, 27 Jun 2020 20:51:36
Message-Id: 1593290908.dbf187e9d4baa181b9ece3b534f46ecab155cbf8.bman@gentoo
1 commit: dbf187e9d4baa181b9ece3b534f46ecab155cbf8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 26 11:59:33 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:48:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf187e9
7
8 games-strategy/warzone2100: use HTTPS
9
10 Package-Manager: Portage-2.3.101, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16433
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 games-strategy/warzone2100/warzone2100-3.2.3.ebuild | 2 +-
16 games-strategy/warzone2100/warzone2100-3.3.0.ebuild | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/games-strategy/warzone2100/warzone2100-3.2.3.ebuild b/games-strategy/warzone2100/warzone2100-3.2.3.ebuild
20 index 56daf63618e..74fa50ea82f 100644
21 --- a/games-strategy/warzone2100/warzone2100-3.2.3.ebuild
22 +++ b/games-strategy/warzone2100/warzone2100-3.2.3.ebuild
23 @@ -8,7 +8,7 @@ MY_PV=$(get_version_component_range -2)
24 VIDEOS_PV=2.2
25 VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz
26 DESCRIPTION="3D real-time strategy game"
27 -HOMEPAGE="http://wz2100.net/"
28 +HOMEPAGE="https://wz2100.net/"
29 SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.xz
30 videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )"
31
32
33 diff --git a/games-strategy/warzone2100/warzone2100-3.3.0.ebuild b/games-strategy/warzone2100/warzone2100-3.3.0.ebuild
34 index fe91974e0f3..8f0f5308698 100644
35 --- a/games-strategy/warzone2100/warzone2100-3.3.0.ebuild
36 +++ b/games-strategy/warzone2100/warzone2100-3.3.0.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 +# Copyright 1999-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43 @@ -8,7 +8,7 @@ MY_PV="$(ver_cut 1-2)"
44 VIDEOS_PV=2.2
45 VIDEOS_P="${PN}-videos-${VIDEOS_PV}.wz"
46 DESCRIPTION="3D real-time strategy game"
47 -HOMEPAGE="http://wz2100.net/"
48 +HOMEPAGE="https://wz2100.net/"
49 SRC_URI="mirror://sourceforge/warzone2100/${P}_src.tar.xz
50 videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )"