summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-07-26 10:32:09 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-07-26 10:32:09 +0000
commitc54f1993a43ecae92e9edc816de70fd3b5ec3ab7 (patch)
tree886bbaedb4d78f2928cc9083460130fd8ef148d8 /games-fps/doom3-cdoom
parentVersion bump by Paul Bredbury, bug #190745 (diff)
downloadgentoo-2-c54f1993a43ecae92e9edc816de70fd3b5ec3ab7.tar.gz
gentoo-2-c54f1993a43ecae92e9edc816de70fd3b5ec3ab7.tar.bz2
gentoo-2-c54f1993a43ecae92e9edc816de70fd3b5ec3ab7.zip
rm
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/doom3-cdoom')
-rw-r--r--games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild
deleted file mode 100644
index a48b5d36413c..000000000000
--- a/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild
+++ /dev/null
@@ -1,24 +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-cdoom/doom3-cdoom-1-r1.ebuild,v 1.3 2008/02/15 00:28:48 wolf31o2 Exp $
-
-MOD_DESC="Doom 1 conversion for Doom 3"
-MOD_NAME="Classic Doom"
-MOD_DIR="cdoom"
-MOD_ICON="doom3-cdoom.png"
-
-inherit games games-mods
-
-HOMEPAGE="http://cdoom.d3files.com/"
-SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/classic_doom3_version${PV}.zip
- mirror://filefront/Doom_III/Hosted_Mods/Patches/cdoom3_v${PV}_update_patch.zip
- mirror://gentoo/${PN}.png"
-
-LICENSE="as-is"
-
-src_unpack() {
- games-mods_src_unpack
- mkdir -p ${MOD_DIR}
- mv *.pk4 ${MOD_DIR}
- cp "${DISTDIR}"/${PN}.png ${MOD_DIR}
-}