games-fps/imaze: games-fps/imaze is gone
authorMichael Sterrett <mr_bones_@gentoo.org>
Tue, 29 Dec 2015 20:32:38 +0000 (15:32 -0500)
committerMichael Sterrett <mr_bones_@gentoo.org>
Tue, 29 Dec 2015 20:32:38 +0000 (15:32 -0500)
games-fps/imaze/Manifest [deleted file]
games-fps/imaze/imaze-1.4.ebuild [deleted file]
games-fps/imaze/metadata.xml [deleted file]

diff --git a/games-fps/imaze/Manifest b/games-fps/imaze/Manifest
deleted file mode 100644 (file)
index 6a1009d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST imaze-1.4.tar.gz 649705 SHA256 2057b607d0a2872384d8a742fa9fac884fd9a03492733eb771cb1f85ff20528b SHA512 3319a4745926b409ee9ebf2b54cfecc2ce4a8b3adf63b69219d021295ab4a6452284f86c696b434742e381aceb175ab6f17ee2b78ae96ad0df5e00cf9b19dfe2 WHIRLPOOL 48c3c04c3d2623988ad7b242212174467dcf3de82ee0622702a621f19499014b84ebd965b0023961f3918eee74dc7aa0817c862b01550d3afc048898c7c28e22
diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild
deleted file mode 100644 (file)
index b50877f..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit games
-
-DESCRIPTION="Multi player, real time, 3D, labyrinth, run & shoot game"
-HOMEPAGE="http://home.tu-clausthal.de/student/iMaze/"
-SRC_URI="http://home.tu-clausthal.de/student/iMaze/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE="joystick"
-
-RDEPEND="x11-libs/libXmu
-       x11-libs/libX11
-       x11-libs/libXaw
-       x11-libs/libXt
-       x11-libs/libXaw3d"
-DEPEND="${RDEPEND}
-       x11-proto/xproto"
-
-S=${WORKDIR}/${P}/source
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       sed -i \
-               -e s:'DEFINES=-DDEFAULT_SOUND_DIR=\\"`pwd`/../sounds\\"':\
-'DEFINES=-DDEFAULT_SERVER=\\"localhost\\" -DDEFAULT_SOUND_DIR=\\"${GAMES_DATADIR}/${PN}/sounds\\"': Makefile.in \
-               || die "sed failed"
-}
-
-src_compile() {
-       local myconf="audio athena"
-
-       use joystick \
-               && myconf="${myconf} joystick" \
-               || myconf="${myconf} nojoystick"
-
-       # not an autoconf script.
-       ./configure ${myconf} || die "configure failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       dogamesbin genlab imaze imazesrv imazestat ninja xlabed \
-               || die "dogamesbin failed"
-       dodoc ../README
-       doman ../man6/*6
-       insinto "${GAMES_DATADIR}/${PN}"
-       doins -r ../labs/ ../sounds/ || die "doins failed"
-       prepgamesdirs
-}
diff --git a/games-fps/imaze/metadata.xml b/games-fps/imaze/metadata.xml
deleted file mode 100644 (file)
index d3c2cc9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>games</herd>
-</pkgmetadata>