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/micropolis/
Date: Sat, 24 Apr 2021 22:03:31
Message-Id: 1619301787.8fe1855820dace1c977d9efe3cec6f6893af7f96.soap@gentoo
1 commit: 8fe1855820dace1c977d9efe3cec6f6893af7f96
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Apr 24 22:03:07 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 22:03:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe18558
7
8 games-simulation/micropolis: update eclasses, update LICENSE
9
10 Closes: https://github.com/gentoo/gentoo/pull/20529
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 games-simulation/micropolis/micropolis-1.0_p20180313.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild b/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild
19 index 9b54f5d5058..5b869591075 100644
20 --- a/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild
21 +++ b/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild
22 @@ -1,16 +1,16 @@
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 desktop eutils toolchain-funcs
30 +inherit desktop toolchain-funcs wrapper
31
32 COMMIT="cc31822e4ebe54c0109623ac0c5cdf0e3acad755"
33 DESCRIPTION="Free version of the well-known city building simulation"
34 HOMEPAGE="https://www.donhopkins.com/home/micropolis/"
35 SRC_URI="https://gitlab.com/stargo/micropolis/-/archive/${COMMIT}/micropolis-${COMMIT}.tar.bz2"
36
37 -LICENSE="GPL-3"
38 +LICENSE="GPL-3+"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"