diff options
author | 2015-12-29 15:32:38 -0500 | |
---|---|---|
committer | 2015-12-29 15:32:38 -0500 | |
commit | d5a33303bcbc877c8faa459ab2817f19ceacb1ac (patch) | |
tree | 913644c2130e281c63b29ee5c04b3a6968417d2e /games-fps | |
parent | games-rpg/coe2: add libsdl use deps; fix save file symlink creation (diff) | |
download | gentoo-d5a33303bcbc877c8faa459ab2817f19ceacb1ac.tar.gz gentoo-d5a33303bcbc877c8faa459ab2817f19ceacb1ac.tar.bz2 gentoo-d5a33303bcbc877c8faa459ab2817f19ceacb1ac.zip |
games-fps/imaze: games-fps/imaze is gone
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/imaze/Manifest | 1 | ||||
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 55 | ||||
-rw-r--r-- | games-fps/imaze/metadata.xml | 5 |
3 files changed, 0 insertions, 61 deletions
diff --git a/games-fps/imaze/Manifest b/games-fps/imaze/Manifest deleted file mode 100644 index 6a1009d8a2c0..000000000000 --- a/games-fps/imaze/Manifest +++ /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 index b50877f6c75c..000000000000 --- a/games-fps/imaze/imaze-1.4.ebuild +++ /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 index d3c2cc926f0b..000000000000 --- a/games-fps/imaze/metadata.xml +++ /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> |