clean old (sparc no longer supported)

Package-Manager: portage-2.2.20.1
This commit is contained in:
Michael Sterrett
2015-11-21 22:27:57 -05:00
parent 77586e1907
commit f66c895ec0
6 changed files with 0 additions and 158 deletions

View File

@@ -1,2 +1 @@
DIST lsdldoom-1.4.4.4.tar.gz 916884 SHA256 6c29560a3a87b351f81717bd79c2cff124df0e68b807a7a365af15317a47d83c SHA512 220e971a842cf38508f8bf594d84ea5b521453a53c2df89a0cc5f5bd118783f982a1d6d47d22def7da13ea9cbf1e535c9e71823d4430590523d513863bda3ae3 WHIRLPOOL 5f3cf9407228345a2b44b80cef496998dc5583182b866a32ccbaddb58cd46571ba6c6545c160d692ecc28d88a5f7cdd0cfe72f24e59eac4cfc6f152c0cd19b14
DIST lsdldoom-1.5.tar.gz 1227060 SHA256 2e780775a1f31e3ee30e3d02b7f6b35409ec986fbfec07139b19ab48bdcf3ed8 SHA512 49d68040c312e8a27b452eb54acb1a4197dee157678de9e902cc2f17a38e621c5980eadf9c78e1945b9d5fb863dd1bdbdcd08c1c5e50971ee73857b7b3e47e33 WHIRLPOOL c36dfef22ee496652c5fd92d3a47b69e10eafa8c621984968881579e1c9e3db8bc9840e86bbb1e8c790d0f242c318787729b21627e431b3b8761a7ca269d653f

View File

@@ -1,42 +0,0 @@
diff -ur lsdldoom-1.4.4.4.orig/src/d_main.c lsdldoom-1.4.4.4/src/d_main.c
--- lsdldoom-1.4.4.4.orig/src/d_main.c 2005-01-15 02:38:13.077626072 -0500
+++ lsdldoom-1.4.4.4/src/d_main.c 2005-01-15 02:39:41.646161608 -0500
@@ -230,6 +230,7 @@
case GS_LEVEL:
V_SetPalette(0); // cph - use default (basic) palette
default:
+;
}
switch (gamestate) {
@@ -243,6 +244,7 @@
D_PageDrawer();
break;
default:
+;
}
} else if (gametic) { // In a level
boolean redrawborderstuff;
diff -ur lsdldoom-1.4.4.4.orig/src/g_game.c lsdldoom-1.4.4.4/src/g_game.c
--- lsdldoom-1.4.4.4.orig/src/g_game.c 2005-01-15 02:38:13.043631240 -0500
+++ lsdldoom-1.4.4.4/src/g_game.c 2005-01-15 02:38:13.260598256 -0500
@@ -875,6 +875,7 @@
case GS_INTERMISSION:
WI_End();
default:
+;
}
prevgamestate = gamestate;
}
diff -ur lsdldoom-1.4.4.4.orig/src/p_maputl.h lsdldoom-1.4.4.4/src/p_maputl.h
--- lsdldoom-1.4.4.4.orig/src/p_maputl.h 2005-01-15 02:38:13.044631088 -0500
+++ lsdldoom-1.4.4.4/src/p_maputl.h 2005-01-15 02:40:35.526970480 -0500
@@ -82,7 +82,7 @@
void P_SetThingPosition(mobj_t *thing);
boolean P_BlockLinesIterator (int x, int y, boolean func(line_t *));
boolean P_BlockThingsIterator(int x, int y, boolean func(mobj_t *));
-boolean ThingIsOnLine(const mobj_t *t, const line_t *l); /* killough 3/15/98 */
+boolean CONSTFUNC ThingIsOnLine(const mobj_t *t, const line_t *l); /* killough 3/15/98 */
boolean P_PathTraverse(fixed_t x1, fixed_t y1, fixed_t x2, fixed_t y2,
int flags, boolean trav(intercept_t *));

View File

@@ -1,39 +0,0 @@
--- lsdldoom-1.4.4.4.orig/configure 2005-01-15 03:08:57.000000000 -0500
+++ lsdldoom-1.4.4.4/configure 2005-01-15 03:18:34.814466112 -0500
@@ -2445,6 +2445,6 @@
-gamesdir=$prefix/games
+gamesdir=$bindir
exp_gamesdir=`eval "echo $gamesdir"`
exp_datadir=`eval "echo $datadir"`
-waddir=$exp_datadir/games/doom
+waddir=$exp_datadir/doom-data
cat >> confdefs.h <<EOF
#define DOOMWADDIR "$waddir"
--- lsdldoom-1.4.4.4.orig/src/Makefile.in 2005-01-15 03:08:57.000000000 -0500
+++ lsdldoom-1.4.4.4/src/Makefile.in 2005-01-15 03:19:19.298703480 -0500
@@ -86,3 +86,3 @@
-gamesdir = $(prefix)/games
+gamesdir = $(bindir)
EXTRA_PROGRAMS = lsdldoom lxdoom-game-server
games_PROGRAMS = @BUILD_SDLDOOM@ @BUILD_SERVER@
--- lsdldoom-1.4.4.4.orig/doc/Makefile.in 2005-01-15 03:20:25.252676952 -0500
+++ lsdldoom-1.4.4.4/doc/Makefile.in 2005-01-15 03:23:34.686878576 -0500
@@ -85,3 +85,3 @@
-docdir = $(prefix)/share/doc/@PACKAGE@
+docdir = /usr/share/doc/$(PF)
man_MANS = lsdldoom.6 boom.cfg.5 lxdoom-game-server.6
--- lsdldoom-1.4.4.4.orig/data/Makefile.in 2005-01-15 03:20:25.261675584 -0500
+++ lsdldoom-1.4.4.4/data/Makefile.in 2005-01-15 03:24:29.704514624 -0500
@@ -85,3 +85,3 @@
-waddir = $(datadir)/games/doom
+waddir = $(datadir)/doom-data
wad_DATA = boomlump.wad
--- lsdldoom-1.4.4.4.orig/Makefile.in 2005-01-15 03:29:34.329204632 -0500
+++ lsdldoom-1.4.4.4/Makefile.in 2005-01-15 03:31:30.359565336 -0500
@@ -85,3 +85,3 @@
-docdir = $(prefix)/share/doc/@PACKAGE@
+docdir = /usr/share/doc/$(PF)
SUBDIRS = doc data src

View File

@@ -1,14 +0,0 @@
--- src/r_bsp.h.old 2006-05-06 02:07:04.000000000 +0200
+++ src/r_bsp.h 2006-05-06 02:08:48.000000000 +0200
@@ -41,11 +41,6 @@
extern line_t *linedef;
extern sector_t *frontsector;
extern sector_t *backsector;
-extern int rw_x;
-extern int rw_stopx;
-extern boolean segtextured;
-extern boolean markfloor; /* false if the back side is the same plane */
-extern boolean markceiling;
/* old code -- killough:
* extern drawseg_t drawsegs[MAXDRAWSEGS];

View File

@@ -1,11 +0,0 @@
--- src/g_game.c
+++ src/g_game.c
@@ -200,7 +200,7 @@
#define TURBOTHRESHOLD 0x32
#define SLOWTURNTICS 6
#define QUICKREVERSE 32768 // 180 degree reverse // phares
-#define NUMKEYS 256
+#define NUMKEYS 512
fixed_t forwardmove[2] = {0x19, 0x32};
fixed_t sidemove[2] = {0x18, 0x28};

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils games
DESCRIPTION="Port of ID's doom to SDL"
HOMEPAGE="http://firehead.org/~jessh/lsdldoom/"
SRC_URI="http://www.lbjhs.net/~jessh/lsdldoom/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="sparc x86"
IUSE=""
DEPEND="media-libs/libsdl
media-libs/sdl-net
!games-fps/prboom
games-fps/doom-data"
src_unpack() {
unpack ${A}
cp -r "${S}"{,.orig}
cd "${S}"
epatch \
"${FILESDIR}"/${PV}-gentoo-paths.patch \
"${FILESDIR}"/${P}-gcc41.patch \
"${FILESDIR}"/${P}-keys.patch \
"${FILESDIR}"/${PV}-gcc34.patch #77846
}
src_compile() {
# The SDL_mixer implementation is VERY broken ...
# it relies on internal function calls rather than
# the exported API ... bad programmer !
# i386-asm -> build failure
# cpu-opt -> just adds -mcpu crap to CFLAGS
ac_cv_lib_SDL_mixer_Mix_LoadMUS=no \
egamesconf \
--disable-i386-asm \
--disable-cpu-opt \
|| die
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
prepalldocs
dodoc ChangeLog
prepgamesdirs
}