diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-15 01:55:08 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-15 01:55:08 +0000 |
commit | 60c7d3d9446a00e248c892a39cb192ec67755c48 (patch) | |
tree | 8478174d26a2004ad19f40de596b941ac0bd75e0 /games-action/clanbomber | |
parent | Version bump, bug #166368 (diff) | |
download | gentoo-2-60c7d3d9446a00e248c892a39cb192ec67755c48.tar.gz gentoo-2-60c7d3d9446a00e248c892a39cb192ec67755c48.tar.bz2 gentoo-2-60c7d3d9446a00e248c892a39cb192ec67755c48.zip |
rm old version
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/clanbomber')
-rw-r--r-- | games-action/clanbomber/clanbomber-1.05.ebuild | 37 | ||||
-rw-r--r-- | games-action/clanbomber/files/1.05-gcc34.patch | 15 | ||||
-rw-r--r-- | games-action/clanbomber/files/1.05-no-display.patch | 47 | ||||
-rw-r--r-- | games-action/clanbomber/files/clanbomber-1.05-build.patch | 22 |
4 files changed, 0 insertions, 121 deletions
diff --git a/games-action/clanbomber/clanbomber-1.05.ebuild b/games-action/clanbomber/clanbomber-1.05.ebuild deleted file mode 100644 index 2465312db93a..000000000000 --- a/games-action/clanbomber/clanbomber-1.05.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.05.ebuild,v 1.7 2007/02/17 08:47:09 nyhm Exp $ - -inherit autotools eutils games - -DESCRIPTION="Bomberman-like multiplayer game" -HOMEPAGE="http://clanbomber.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="media-libs/hermes - =dev-games/clanlib-0.6.5*" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's:\(@datadir@/clanbomber/\):$(DESTDIR)\1:' \ - clanbomber/{,*/}Makefile.am \ - || die "sed failed" - epatch \ - "${FILESDIR}"/${PV}-no-display.patch \ - "${FILESDIR}"/${PV}-gcc34.patch \ - "${FILESDIR}"/${P}-build.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog IDEAS QUOTES README - prepgamesdirs -} diff --git a/games-action/clanbomber/files/1.05-gcc34.patch b/games-action/clanbomber/files/1.05-gcc34.patch deleted file mode 100644 index c9f4a7397732..000000000000 --- a/games-action/clanbomber/files/1.05-gcc34.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- clanbomber/Config.cpp 2004-11-21 10:19:16.303654776 +0100 -+++ clanbomber/Config.cpp.new 2004-11-21 10:20:33.042988624 +0100 -@@ -23,6 +23,12 @@ - - #include "Controller.h" - -+#ifdef min -+#undef min -+#endif -+#ifdef max -+#undef max -+#endif - #include <fstream> - #include <cstdio> - diff --git a/games-action/clanbomber/files/1.05-no-display.patch b/games-action/clanbomber/files/1.05-no-display.patch deleted file mode 100644 index 7b96a8218415..000000000000 --- a/games-action/clanbomber/files/1.05-no-display.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- clanbomber/ClanBomber.h.orig 2004-01-29 04:31:28.968498024 -0500 -+++ clanbomber/ClanBomber.h 2004-01-29 04:32:38.798882192 -0500 -@@ -154,13 +154,13 @@ - static CL_String get_local_map_path(); - - -- virtual void init_modules() -+ virtual void init_modules(bool register_resources_only = false) - { -- CL_SetupCore::init(); -- CL_SetupDisplay::init(); -- CL_SetupSound::init(); -+ CL_SetupCore::init(register_resources_only); -+ CL_SetupDisplay::init(register_resources_only); -+ CL_SetupSound::init(register_resources_only); - #ifdef MUSIC -- CL_SetupMikMod::init(); -+ CL_SetupMikMod::init(register_resources_only); - #endif - } - ---- clanbomber/ClanBomber.cpp.orig 2004-02-16 18:43:26.000000000 -0800 -+++ clanbomber/ClanBomber.cpp 2004-02-16 18:44:01.000000000 -0800 -@@ -82,7 +82,6 @@ - - try - { -- init_modules(); - - bool fullscreen = false; - #ifdef WIN32 -@@ -91,6 +90,7 @@ - - if (argc > 1) { - if (strcmp (argv[1], "-datafile") == 0) { -+ init_modules(true); - CL_DatafileCompiler::write("clanbomber.scr", "clanbomber.dat"); - quit_app(0); - } -@@ -110,6 +110,7 @@ - quit_app(0); - } - } -+ init_modules(); - - srand( (long)time(NULL) ); - diff --git a/games-action/clanbomber/files/clanbomber-1.05-build.patch b/games-action/clanbomber/files/clanbomber-1.05-build.patch deleted file mode 100644 index fceced2e8604..000000000000 --- a/games-action/clanbomber/files/clanbomber-1.05-build.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- clanbomber/Makefile.am -+++ clanbomber/Makefile.am -@@ -19,7 +19,7 @@ - -rm -f @datadir@/clanbomber/clanbomber.dat - -rm -f @datadir@/clanbomber/clanbomber.scr - --clanbomber.dat: clanbomber.scr pics/*.pcx pics/*.tga wavs/*.wav maps/*.map music/bud.mod -+clanbomber.dat: clanbomber clanbomber.scr pics/*.pcx pics/*.tga wavs/*.wav maps/*.map music/bud.mod - @./clanbomber -datafile - - all-local: clanbomber.dat ---- configure.in -+++ configure.in -@@ -11,6 +11,8 @@ - AC_PROG_CXX - dnl Checks for libraries. - -+CPPFLAGS=`clanlib0.6-config --cflags` -+LIBS=`clanlib0.6-config --libs` - AC_CHECK_LIB(z,main,,echo "ClanBomber requires zlib to run."; exit 1) - AC_CHECK_LIB(Hermes,main,,echo "ClanBomber requires Hermes to run."; exit 1) - AC_CHECK_LIB(clanCore,main,,echo "ClanBomber requires ClanLib to run."; exit 1) |