summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-25 03:49:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-25 03:49:29 +0000
commit2edcf2bb6c335cb16c1d55ea951f14117ad84950 (patch)
tree6f1da78302fbd2320a811f0a0db34f21fe791ea8 /games-rpg/freedroidrpg
parentold (diff)
downloadhistorical-2edcf2bb6c335cb16c1d55ea951f14117ad84950.tar.gz
historical-2edcf2bb6c335cb16c1d55ea951f14117ad84950.tar.bz2
historical-2edcf2bb6c335cb16c1d55ea951f14117ad84950.zip
old
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'games-rpg/freedroidrpg')
-rw-r--r--games-rpg/freedroidrpg/Manifest3
-rw-r--r--games-rpg/freedroidrpg/files/freedroidrpg-0.12.1-syslibs.patch99
-rw-r--r--games-rpg/freedroidrpg/freedroidrpg-0.12.1-r1.ebuild55
3 files changed, 0 insertions, 157 deletions
diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index e556746d6f5a..7b71dae33e33 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1,8 +1,5 @@
-AUX freedroidrpg-0.12.1-syslibs.patch 2622 RMD160 ed90c39ef194dbf2f917c374d45c44da30aa9a10 SHA1 2f2d60a2b9aafa09aedbdeb142b4182ca8abf469 SHA256 382ec25b45911bb4813da1946452552dae26460829e4f5fdce8d79c69d30b17d
AUX freedroidrpg-0.13-syslibs.patch 3479 RMD160 42553640361efa864cef3ff93bb1360361df3f89 SHA1 b4758b9b1b08f697a7de9f5b8017e2172ae689e3 SHA256 cb867535e59eca44dcc4bf5b117634092214ab3a0b246ad6494c584f573b052c
-DIST freedroidrpg-0.12.1.tar.bz2 131651496 RMD160 8307c840e43059849c0abe372bee904be0c7b36a SHA1 5081b9351a62ef1506c8cb1f72d1dfc730d94669 SHA256 e06149e3c90fd815b3a7fd677ebf25e550418f935699503a1c461cadcd93a073
DIST freedroidrpg-0.13.tar.bz2 137389662 RMD160 dfd5d60fb173ba6a9107894b2ba4a6f0d5868116 SHA1 6c58cc88c503a3050ef940158f5e338f70899533 SHA256 e4ed0ba187c0c74ec353345825bbf520bdc6d4d173a66ed6dba6e8e1683ffb8a
-EBUILD freedroidrpg-0.12.1-r1.ebuild 1390 RMD160 13b516f90ddba648c0124b8fe2b30a3175195e10 SHA1 8b7d7be76daadb48236f56e8c3d85feb983be941 SHA256 1e57f9d665a3f2b77387c1b17f79ba30161a97f71876029b3e630b8505e4ca6c
EBUILD freedroidrpg-0.13.ebuild 1392 RMD160 9630f4407ec74a8914859e4f7807a59b54f6542f SHA1 5e8df86d508341c2bae9a8fa2ffeec64c0e49626 SHA256 188f610169f56cf9b53342e937c398eea56d21081bf94c393c2882ca9f679d01
MISC ChangeLog 3417 RMD160 16edf3075ff9a79164e746bf577a97111b46cd46 SHA1 4bd5a2c3c332032411c947ac2dd5e0736087d04f SHA256 0afed1af4e4cdd0cf2d25ae670de05ae6314b076bf61d669b900b1c03d63100f
MISC metadata.xml 2102 RMD160 b4460164b2f9e4bc4cc206fcb7a688afa6f127b7 SHA1 aaa79dbac1d09bda7e33de3cdaaf749ce2c1f0ad SHA256 d06c8ed4ae0f0763859351dfebfad1b41e3d054261fa555ba26e67be0f7b60f1
diff --git a/games-rpg/freedroidrpg/files/freedroidrpg-0.12.1-syslibs.patch b/games-rpg/freedroidrpg/files/freedroidrpg-0.12.1-syslibs.patch
deleted file mode 100644
index 4bd8e8c049e9..000000000000
--- a/games-rpg/freedroidrpg/files/freedroidrpg-0.12.1-syslibs.patch
+++ /dev/null
@@ -1,99 +0,0 @@
---- configure.ac
-+++ configure.ac
-@@ -111,6 +111,14 @@
- AC_MSG_ERROR([SDL_image library needed for FreedroidRPG!
- see http://www.libsdl.org/]))
-
-+AC_CHECK_LIB([SDL_gfx], [rotozoomSurface],,
-+ AC_MSG_ERROR([SDL_gfx library needed to run FreedroidRPG
-+see http://www.ferzkopp.net/Software/SDL_gfx-2.0/]))
-+
-+AC_CHECK_LIB([lua], [luaL_openlibs],,
-+ AC_MSG_ERROR([lua library needed to run FreedroidRPG
-+see http://www.lua.org/]))
-+
- AC_MSG_NOTICE([[Checking for optional SDL libraries:]])
- AC_CHECK_LIB([SDL_mixer], [Mix_ChannelFinished],, AC_MSG_WARN([
- --------------------------------------------------
---- src/lua.c
-+++ src/lua.c
-@@ -37,9 +37,9 @@
- #include "lvledit/lvledit_actions.h"
- #include "lvledit/lvledit_map.h"
-
--#include "../lua/lua.h"
--#include "../lua/lauxlib.h"
--#include "../lua/lualib.h"
-+#include <lua.h>
-+#include <lauxlib.h>
-+#include <lualib.h>
-
-
- /* Our Lua state for event execution */
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -1,9 +1,7 @@
- ## Process this file with automake to produce Makefile.in
-
--freedroidRPG_LDADD = ../lua/liblua.a
--
- if WIN32
--freedroidRPG_LDADD += ../win32/freedroidRPG.coff
-+freedroidRPG_LDADD = ../win32/freedroidRPG.coff
- endif
-
- bin_PROGRAMS = freedroidRPG
-@@ -18,7 +16,7 @@
- enemy.c input.c keyboard.c main.c hud.c view.c automap.c BFont.c \
- defs.h map.h vars.h takeover.h global.h \
- proto.h struct.h system.h BFont.h \
-- SDL_rotozoom.c SDL_rotozoom.h open_gl.c open_gl_atlas.c mission.c chat.c light.c \
-+ open_gl.c open_gl_atlas.c mission.c chat.c light.c \
- getopt.c getopt1.c getopt.h scandir.c scandir.h sound.h sound_effects.c \
- lang.h lists.c lists.h gen_savestruct.py savestruct.c savestruct.h pathfinder.c \
- lvledit/lvledit.c lvledit/lvledit.h \
-@@ -41,13 +39,4 @@
- lvledit/lvledit_widgets.c lvledit/lvledit_widgets.h
-
- savestruct.c savestruct.h: struct.h
-- python2.5 gen_savestruct.py struct.h savestruct
--
--clean-local:
-- cd ../lua; make clean
--
--../lua/liblua.a:
-- cd ../lua; make CC=${CC} AR="${AR} rcu" liblua.a
--if WIN32
-- i686-pc-mingw32-ranlib ../lua/liblua.a
--endif
-+ python gen_savestruct.py struct.h savestruct
---- src/struct.h
-+++ src/struct.h
-@@ -30,16 +30,7 @@
- #include "system.h"
- #include "defs.h"
-
--typedef struct tColorRGBA {
-- Uint8 r;
-- Uint8 g;
-- Uint8 b;
-- Uint8 a;
--} tColorRGBA, myColor;
--
--typedef struct tColorY {
-- Uint8 y;
--} tColorY;
-+typedef tColorRGBA myColor;
-
- /**
- * Simple doubly linked list implementation.
---- src/system.h
-+++ src/system.h
-@@ -112,6 +112,7 @@
-
- #include "SDL.h"
- #include "SDL_image.h"
-+#include "SDL_rotozoom.h"
-
- #ifdef HAVE_LIBSDL_MIXER
- #include "SDL_mixer.h"
diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.12.1-r1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.12.1-r1.ebuild
deleted file mode 100644
index 43c3c128cd6e..000000000000
--- a/games-rpg/freedroidrpg/freedroidrpg-0.12.1-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.12.1-r1.ebuild,v 1.3 2009/08/29 18:10:39 nixnut Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="http://freedroid.sourceforge.net/"
-SRC_URI="mirror://sourceforge/freedroid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE="opengl"
-
-RDEPEND="media-libs/libsdl
- dev-lang/lua
- media-libs/jpeg
- media-libs/libpng
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-net
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-gfx
- media-libs/libogg
- media-libs/libvorbis
- x11-libs/libX11
- opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
- x11-libs/libXt
- dev-lang/python"
-
-src_prepare() {
- rm -rf lua src/SDL_rotozoom*
- epatch "${FILESDIR}"/${P}-syslibs.patch
-
- # No need for executable game resources
- find sound graphics -type f -exec chmod -c a-x '{}' +
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- --disable-fastmath \
- $(use_enable opengl)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- rm -f "${D}/${GAMES_BINDIR}/"{croppy,pngtoico,gluem}
- newicon win32/w32icon2_64x64.png ${PN}.png
- make_desktop_entry freedroidRPG "Freedroid RPG"
- prepgamesdirs
-}