Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/
Date: Fri, 24 Jan 2020 18:52:08
Message-Id: 1579891906.da8781ff2f4855ce294a2777ce50307ca2bc825e.soap@gentoo
1 commit: da8781ff2f4855ce294a2777ce50307ca2bc825e
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 11 15:28:30 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 18:51:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8781ff
7
8 games-simulation/flightgear: update HOMEPAGE use https
9
10 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 games-simulation/flightgear/flightgear-2018.3.1.ebuild | 4 ++--
14 games-simulation/flightgear/flightgear-2018.3.2.ebuild | 4 ++--
15 games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/games-simulation/flightgear/flightgear-2018.3.1.ebuild b/games-simulation/flightgear/flightgear-2018.3.1.ebuild
19 index 0a793b2009a..6e3aa9ddb61 100644
20 --- a/games-simulation/flightgear/flightgear-2018.3.1.ebuild
21 +++ b/games-simulation/flightgear/flightgear-2018.3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,7 +6,7 @@ EAPI=6
29 inherit cmake-utils bash-completion-r1 toolchain-funcs
30
31 DESCRIPTION="Open Source Flight Simulator"
32 -HOMEPAGE="http://www.flightgear.org/"
33 +HOMEPAGE="https://www.flightgear.org/"
34 SRC_URI="mirror://sourceforge/flightgear/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37
38 diff --git a/games-simulation/flightgear/flightgear-2018.3.2.ebuild b/games-simulation/flightgear/flightgear-2018.3.2.ebuild
39 index ddec50a3ac8..7b68e8112ef 100644
40 --- a/games-simulation/flightgear/flightgear-2018.3.2.ebuild
41 +++ b/games-simulation/flightgear/flightgear-2018.3.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -6,7 +6,7 @@ EAPI=6
49 inherit cmake-utils bash-completion-r1 toolchain-funcs
50
51 DESCRIPTION="Open Source Flight Simulator"
52 -HOMEPAGE="http://www.flightgear.org/"
53 +HOMEPAGE="https://www.flightgear.org/"
54 SRC_URI="mirror://sourceforge/flightgear/${P}.tar.bz2"
55
56 LICENSE="GPL-2"
57
58 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
59 index 0243250482c..1dcf521d629 100644
60 --- a/games-simulation/flightgear/flightgear-9999.ebuild
61 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2020 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -6,7 +6,7 @@ EAPI=6
69 inherit cmake-utils bash-completion-r1 toolchain-funcs git-r3
70
71 DESCRIPTION="Open Source Flight Simulator"
72 -HOMEPAGE="http://www.flightgear.org/"
73 +HOMEPAGE="https://www.flightgear.org/"
74 EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/${PN}
75 git://mapserver.flightgear.org/${PN}"
76 EGIT_BRANCH="next"