From e9ae8ab891b79df7310816726d9f67dfaa9732c5 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 11 Jan 2016 17:37:19 -0500 Subject: games-fps/doom3-roe: EAPI=5 Package-Manager: portage-2.2.26 --- games-fps/doom3-roe/doom3-roe-1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-fps') diff --git a/games-fps/doom3-roe/doom3-roe-1.ebuild b/games-fps/doom3-roe/doom3-roe-1.ebuild index 887863ac6cf4..ea597a82a041 100644 --- a/games-fps/doom3-roe/doom3-roe-1.ebuild +++ b/games-fps/doom3-roe/doom3-roe-1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit eutils cdrom games DESCRIPTION="Doom III: Resurrection of Evil expansion pack" @@ -32,12 +33,11 @@ src_install() { insinto "${dir}"/d3xp einfo "Copying file from the disk..." - doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4 \ - || die "copying pak000" + doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4 doins description.txt - find "${Ddir}" -exec touch '{}' \; + find "${Ddir}" -exec touch '{}' + games_make_wrapper ${PN} "doom3 +set fs_game d3xp" make_desktop_entry ${PN} "Doom III - Resurrection of Evil" doom3 -- cgit v1.2.3-65-gdbad