summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild')
-rw-r--r--games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild
deleted file mode 100644
index 4a587f94ad2d..000000000000
--- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MOD_DESC="Ultimate Doom-inspired levels for Doom 3"
-MOD_NAME="In Hell"
-MOD_DIR="inhell"
-
-inherit games games-mods
-
-HOMEPAGE="http://www.doomerland.de.vu/"
-SRC_URI="in_hell_v${PV/.}.zip"
-
-LICENSE="GameFront"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-RESTRICT="fetch bindist"
-
-pkg_nofetch() {
- elog "Please download ${SRC_URI} from:"
- elog "http://www.filefront.com/4631315"
- elog "and move it to your DISTDIR directory."
-}
-
-src_prepare() {
- mv -f In_Hell ${MOD_DIR} || die
-}