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: Sat, 24 Apr 2021 22:03:32
Message-Id: 1619301784.f71dd8cc7db4d360e80bddd8cfeda43aa42fd08d.soap@gentoo
1 commit: f71dd8cc7db4d360e80bddd8cfeda43aa42fd08d
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Apr 24 22:03:04 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 22:03:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71dd8cc
7
8 games-simulation/flightgear: remove unused eclass
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 games-simulation/flightgear/flightgear-2020.3.6.ebuild | 4 ++--
15 games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/games-simulation/flightgear/flightgear-2020.3.6.ebuild b/games-simulation/flightgear/flightgear-2020.3.6.ebuild
19 index 23f6c894ed3..58c4fd7033e 100644
20 --- a/games-simulation/flightgear/flightgear-2020.3.6.ebuild
21 +++ b/games-simulation/flightgear/flightgear-2020.3.6.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs
30 +inherit cmake bash-completion-r1 toolchain-funcs
31
32 DESCRIPTION="Open Source Flight Simulator"
33 HOMEPAGE="https://www.flightgear.org/"
34
35 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
36 index 551102d90c5..849f3001385 100644
37 --- a/games-simulation/flightgear/flightgear-9999.ebuild
38 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
39 @@ -1,9 +1,9 @@
40 -# Copyright 1999-2020 Gentoo Authors
41 +# Copyright 1999-2021 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45
46 -inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs git-r3
47 +inherit cmake bash-completion-r1 toolchain-funcs git-r3
48
49 DESCRIPTION="Open Source Flight Simulator"
50 HOMEPAGE="https://www.flightgear.org/"