summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-10 19:42:48 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-10 19:42:48 +0000
commite5e381a985136aed9bca8d8bb6f877a26b791fc1 (patch)
treeaa437259d406413e776bfd5c9b4fb3a1979d0f59 /games-fps
parentrm (diff)
downloadgentoo-2-e5e381a985136aed9bca8d8bb6f877a26b791fc1.tar.gz
gentoo-2-e5e381a985136aed9bca8d8bb6f877a26b791fc1.tar.bz2
gentoo-2-e5e381a985136aed9bca8d8bb6f877a26b791fc1.zip
rm
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild25
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"
-}