diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-05-03 11:05:08 +0200 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-08 00:18:55 -0400 |
commit | 1f8482252eb15738f1466db1c764f515cbc0fb53 (patch) | |
tree | c9cd3c3082ad5689a61debedb2b4883375fa3471 /games-action/postalplus | |
parent | games-action/noiz2sa: EAPI7, improvements (diff) | |
download | gentoo-1f8482252eb15738f1466db1c764f515cbc0fb53.tar.gz gentoo-1f8482252eb15738f1466db1c764f515cbc0fb53.tar.bz2 gentoo-1f8482252eb15738f1466db1c764f515cbc0fb53.zip |
games-action/postalplus: EAPI7, improvements
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/postalplus')
-rw-r--r-- | games-action/postalplus/postalplus-1-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-action/postalplus/postalplus-1-r1.ebuild b/games-action/postalplus/postalplus-1-r1.ebuild index 223d0a7931d1..5f8b4e341f15 100644 --- a/games-action/postalplus/postalplus-1-r1.ebuild +++ b/games-action/postalplus/postalplus-1-r1.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils cdrom +EAPI=7 + +inherit cdrom desktop wrapper DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude" -HOMEPAGE="http://www.lokigames.com/products/postal/" -SRC_URI="" +HOMEPAGE="https://www.lokigames.com/products/postal/" LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="~x86" -IUSE="" RESTRICT="strip bindist" -S=${WORKDIR} +S="${WORKDIR}" src_install() { local dir=/opt/${PN} |