summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/doom3-lms/doom3-lms-4.ebuild')
-rw-r--r--games-fps/doom3-lms/doom3-lms-4.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild b/games-fps/doom3-lms/doom3-lms-4.ebuild
deleted file mode 100644
index 1d6743cf7e23..000000000000
--- a/games-fps/doom3-lms/doom3-lms-4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MOD_DESC="add co-op support or play against swarms of monsters"
-MOD_NAME="Last Man Standing"
-MOD_DIR="lms4"
-
-inherit games games-mods
-
-HOMEPAGE="https://www.doom3coop.com"
-SRC_URI="LastManStandingCoop4Multiplatform.zip"
-
-LICENSE="GameFront"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-RESTRICT="fetch bindist"
-
-pkg_nofetch() {
- elog "Please download ${SRC_URI} from:"
- elog "http://www.moddb.com/mods/last-man-standing-coop/downloads"
- elog "and move it to your DISTDIR directory."
-}
-
-src_prepare() {
- cd ${MOD_DIR} || die
- rm -f *.{bat,url} game_lms40{0,2}.pk4
-}