diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-25 00:03:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 00:03:07 +0200 |
commit | 8fe1855820dace1c977d9efe3cec6f6893af7f96 (patch) | |
tree | 9baf9029b1eaf27b75deedca9ba9e6e560ba5755 /games-simulation/micropolis | |
parent | games-simulation/flightgear: remove unused eclass (diff) | |
download | gentoo-8fe1855820dace1c977d9efe3cec6f6893af7f96.tar.gz gentoo-8fe1855820dace1c977d9efe3cec6f6893af7f96.tar.bz2 gentoo-8fe1855820dace1c977d9efe3cec6f6893af7f96.zip |
games-simulation/micropolis: update eclasses, update LICENSE
Closes: https://github.com/gentoo/gentoo/pull/20529
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-simulation/micropolis')
-rw-r--r-- | games-simulation/micropolis/micropolis-1.0_p20180313.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild b/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild index 9b54f5d50580..5b869591075b 100644 --- a/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild +++ b/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop eutils toolchain-funcs +inherit desktop toolchain-funcs wrapper COMMIT="cc31822e4ebe54c0109623ac0c5cdf0e3acad755" DESCRIPTION="Free version of the well-known city building simulation" HOMEPAGE="https://www.donhopkins.com/home/micropolis/" SRC_URI="https://gitlab.com/stargo/micropolis/-/archive/${COMMIT}/micropolis-${COMMIT}.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" |