diff options
Diffstat (limited to 'games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild')
-rw-r--r-- | games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild deleted file mode 100644 index 520cb88ee9aa..000000000000 --- a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild,v 1.3 2009/10/01 20:53:20 nyhm Exp $ - -MOD_DESC="single-player mission based on the Event Horizon film" -MOD_NAME="Event Horizon" -MOD_DIR="eventhorizon" - -inherit games games-mods - -HOMEPAGE="http://doom3.filefront.com/file/Event_Horizon;57651" -SRC_URI="mirror://filefront/Doom_III/Maps/Single_Player/event_horizon_${PV}.zip" - -LICENSE="as-is" -KEYWORDS="amd64 x86" -IUSE="dedicated opengl" - -S=${WORKDIR} - -src_unpack() { - games-mods_src_unpack - # Standardize directory name. - local dir=$(find . -maxdepth 1 -name "event_horizon*" -type d) - mv "${dir}" "${MOD_DIR}" || die "mv ${dir} failed" -} |