summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-10-10 19:43:43 +0000
committerTristan Heaven <tristan@gentoo.org>2009-10-10 19:43:43 +0000
commit731f2cc5560c7232937d95e06c1157c573b1c43f (patch)
tree380c513cf3b0a243b5d54e0a734bda49b5391133 /games-fps/doom3-eventhorizon
parentVersion bump and dropped identical freetype-2.3.10-r1. (diff)
downloadhistorical-731f2cc5560c7232937d95e06c1157c573b1c43f.tar.gz
historical-731f2cc5560c7232937d95e06c1157c573b1c43f.tar.bz2
historical-731f2cc5560c7232937d95e06c1157c573b1c43f.zip
rm
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'games-fps/doom3-eventhorizon')
-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"
-}