Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/imaze/
Date: Tue, 29 Dec 2015 20:33:33
Message-Id: 1451421158.d5a33303bcbc877c8faa459ab2817f19ceacb1ac.mr_bones_@gentoo
1 commit: d5a33303bcbc877c8faa459ab2817f19ceacb1ac
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 20:32:38 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 20:32:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a33303
7
8 games-fps/imaze: games-fps/imaze is gone
9
10 games-fps/imaze/Manifest | 1 -
11 games-fps/imaze/imaze-1.4.ebuild | 55 ----------------------------------------
12 games-fps/imaze/metadata.xml | 5 ----
13 3 files changed, 61 deletions(-)
14
15 diff --git a/games-fps/imaze/Manifest b/games-fps/imaze/Manifest
16 deleted file mode 100644
17 index 6a1009d..0000000
18 --- a/games-fps/imaze/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST imaze-1.4.tar.gz 649705 SHA256 2057b607d0a2872384d8a742fa9fac884fd9a03492733eb771cb1f85ff20528b SHA512 3319a4745926b409ee9ebf2b54cfecc2ce4a8b3adf63b69219d021295ab4a6452284f86c696b434742e381aceb175ab6f17ee2b78ae96ad0df5e00cf9b19dfe2 WHIRLPOOL 48c3c04c3d2623988ad7b242212174467dcf3de82ee0622702a621f19499014b84ebd965b0023961f3918eee74dc7aa0817c862b01550d3afc048898c7c28e22
22
23 diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild
24 deleted file mode 100644
25 index b50877f..0000000
26 --- a/games-fps/imaze/imaze-1.4.ebuild
27 +++ /dev/null
28 @@ -1,55 +0,0 @@
29 -# Copyright 1999-2011 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -inherit games
34 -
35 -DESCRIPTION="Multi player, real time, 3D, labyrinth, run & shoot game"
36 -HOMEPAGE="http://home.tu-clausthal.de/student/iMaze/"
37 -SRC_URI="http://home.tu-clausthal.de/student/iMaze/files/${P}.tar.gz"
38 -
39 -LICENSE="BSD"
40 -SLOT="0"
41 -KEYWORDS="~ppc x86"
42 -IUSE="joystick"
43 -
44 -RDEPEND="x11-libs/libXmu
45 - x11-libs/libX11
46 - x11-libs/libXaw
47 - x11-libs/libXt
48 - x11-libs/libXaw3d"
49 -DEPEND="${RDEPEND}
50 - x11-proto/xproto"
51 -
52 -S=${WORKDIR}/${P}/source
53 -
54 -src_unpack() {
55 - unpack ${A}
56 - cd "${S}"
57 - sed -i \
58 - -e s:'DEFINES=-DDEFAULT_SOUND_DIR=\\"`pwd`/../sounds\\"':\
59 -'DEFINES=-DDEFAULT_SERVER=\\"localhost\\" -DDEFAULT_SOUND_DIR=\\"${GAMES_DATADIR}/${PN}/sounds\\"': Makefile.in \
60 - || die "sed failed"
61 -}
62 -
63 -src_compile() {
64 - local myconf="audio athena"
65 -
66 - use joystick \
67 - && myconf="${myconf} joystick" \
68 - || myconf="${myconf} nojoystick"
69 -
70 - # not an autoconf script.
71 - ./configure ${myconf} || die "configure failed"
72 - emake || die "emake failed"
73 -}
74 -
75 -src_install() {
76 - dogamesbin genlab imaze imazesrv imazestat ninja xlabed \
77 - || die "dogamesbin failed"
78 - dodoc ../README
79 - doman ../man6/*6
80 - insinto "${GAMES_DATADIR}/${PN}"
81 - doins -r ../labs/ ../sounds/ || die "doins failed"
82 - prepgamesdirs
83 -}
84
85 diff --git a/games-fps/imaze/metadata.xml b/games-fps/imaze/metadata.xml
86 deleted file mode 100644
87 index d3c2cc9..0000000
88 --- a/games-fps/imaze/metadata.xml
89 +++ /dev/null
90 @@ -1,5 +0,0 @@
91 -<?xml version="1.0" encoding="UTF-8"?>
92 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 -<pkgmetadata>
94 -<herd>games</herd>
95 -</pkgmetadata>