summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/doom3-mitm')
-rw-r--r--games-fps/doom3-mitm/Manifest1
-rw-r--r--games-fps/doom3-mitm/doom3-mitm-20070129.ebuild44
-rw-r--r--games-fps/doom3-mitm/metadata.xml8
3 files changed, 0 insertions, 53 deletions
diff --git a/games-fps/doom3-mitm/Manifest b/games-fps/doom3-mitm/Manifest
deleted file mode 100644
index dec47aaeffe8..000000000000
--- a/games-fps/doom3-mitm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MakeItToMorning1-6.zip 184131772 BLAKE2B 03de634789cdd62293b39617e807d9137e9fef84849555cb6b87ade9bcd1f3ad2f9973cb2510716a5fe38a5bbb1b2ebfa4a38357a65ae9355af7d53785edd048 SHA512 5c8b58b51fb4308366db74705c6f1c5ed7a99f41992000c0ceb3b57fe1d61cb617cc03725ab213d6d7cfbad76104efebe647e50d5ad78e5b0ec480ed840118ea
diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
deleted file mode 100644
index a6654a9a80a1..000000000000
--- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MOD_DESC="Single player maps"
-MOD_NAME="Make it to Morning"
-
-inherit eutils games games-mods
-
-HOMEPAGE="http://www.jimwilkie.co.uk/mitm/"
-SRC_URI="MakeItToMorning1-6.zip"
-
-LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="fetch"
-
-RDEPEND="games-fps/doom3-roe
- games-fps/doom3[opengl,roe]"
-
-pkg_nofetch() {
- elog "Go to http://www.gamewatcher.com/mods/doom-3-resurrection-of-evil-mod/make-it-to-morning-1-6"
- elog "and download ${A} and place the file into your DISTDIR directory."
-}
-
-src_unpack() {
- mkdir mitm || die
- cd mitm || die
- unpack ${A}
-}
-
-src_install() {
- games_make_wrapper ${PN} \
- "doom3 +set fs_game_base d3xp +set fs_game mitm +map mitm"
- make_desktop_entry ${PN} "Doom 3 - ${MOD_NAME} (1)" doom3
- local i
- for i in {2..6} ; do
- games_make_wrapper ${PN}${i} \
- "doom3 +set fs_game_base d3xp +set fs_game mitm +map mitm${i}"
- make_desktop_entry ${PN}${i} "Doom 3 - ${MOD_NAME} (${i})" doom3
- done
- games-mods_src_install
-}
diff --git a/games-fps/doom3-mitm/metadata.xml b/games-fps/doom3-mitm/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-fps/doom3-mitm/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>