summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-23 20:00:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-23 20:00:58 +0000
commitd346479e5fd104911357f05f2f2f1cbb8e7b07a2 (patch)
tree0f92ccb9644ab3ca6a78c2f60e9d4f36b37ef97c /games-arcade/kajaani-kombat
parentold (diff)
downloadgentoo-2-d346479e5fd104911357f05f2f2f1cbb8e7b07a2.tar.gz
gentoo-2-d346479e5fd104911357f05f2f2f1cbb8e7b07a2.tar.bz2
gentoo-2-d346479e5fd104911357f05f2f2f1cbb8e7b07a2.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/kajaani-kombat')
-rw-r--r--games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch22
-rw-r--r--games-arcade/kajaani-kombat/kajaani-kombat-0.6.6.6.ebuild45
2 files changed, 0 insertions, 67 deletions
diff --git a/games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch b/games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch
deleted file mode 100644
index 704bb95c1d13..000000000000
--- a/games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2005-02-28 22:55:55.000000000 -0500
-+++ Makefile 2005-02-28 22:58:45.000000000 -0500
-@@ -39,8 +39,8 @@
- endif
- ## UNIX RELEASE (default option)
- ifeq ($(sys), )
-- MEDIA=-D MEDIA_PATH=\"./\"
-- DEBUG= -O $(MEDIA)
-+ MEDIA=-D MEDIA_PATH=\"GENTOODIR\"
-+ DEBUG= $(CFLAGS) $(MEDIA)
- endif
-
-
-@@ -55,7 +55,7 @@
-
- server_objs = game_obj.o terrain.o msg.o game_server.o server_main.o coord.o block.o connects.o player.o config.o
-
--CXXFLAGS=`sdl-config --cflags` -Wall $(DEBUG)
-+CXXFLAGS+=`sdl-config --cflags` $(MEDIA)
-
- all: client
-
diff --git a/games-arcade/kajaani-kombat/kajaani-kombat-0.6.6.6.ebuild b/games-arcade/kajaani-kombat/kajaani-kombat-0.6.6.6.ebuild
deleted file mode 100644
index b521bd7fc499..000000000000
--- a/games-arcade/kajaani-kombat/kajaani-kombat-0.6.6.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/kajaani-kombat/kajaani-kombat-0.6.6.6.ebuild,v 1.2 2006/12/06 17:03:35 wolf31o2 Exp $
-
-inherit eutils games
-
-DESCRIPTION="A rampart-like game set in space"
-HOMEPAGE="http://kombat.kajaani.net/"
-SRC_URI="http://kombat.kajaani.net/dl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
- media-libs/sdl-net
- media-libs/sdl-image
- media-libs/sdl-ttf
- sys-libs/ncurses
- sys-libs/readline"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-makefile.patch"
- sed -i \
- -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}/:" \
- Makefile \
- || die "sed failed"
- sed -i \
- -e 's/IMG_Load/img_load/' \
- gui_screens.cpp \
- || die "sed failed"
- chmod a-x *.{png,ttf,ogg}
-}
-
-src_install() {
- dogamesbin kajaani-kombat || die "dogamesbin failed"
- dodir "${GAMES_DATADIR}/${PN}"
- cp *.{png,ttf,ogg} "${D}${GAMES_DATADIR}/${PN}" || die "cp failed"
- dodoc AUTHORS ChangeLog README
- doman kajaani-kombat.6
- prepgamesdirs
-}