From 1f8482252eb15738f1466db1c764f515cbc0fb53 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 3 May 2021 11:05:08 +0200 Subject: games-action/postalplus: EAPI7, improvements Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Ionen Wolkens --- games-action/postalplus/postalplus-1-r1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'games-action/postalplus') 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} -- cgit v1.2.3-65-gdbad