games-emulation/raine: Remove last-rited pkg

Closes: https://bugs.gentoo.org/654336
This commit is contained in:
Michał Górny
2018-07-28 13:50:46 +02:00
parent 77dfd2da40
commit c406c020a2
7 changed files with 0 additions and 106 deletions

View File

@@ -1 +0,0 @@
DIST raines-0.51.9.tar.bz2 2095980 BLAKE2B df83e0869229fc832e356d5cd122c737bfafe3b4ee8b8914cb14e30b9f48b97145123f989e36a2a01243bc62d2f49f50e5e43f2da2a433751410f72a23edd315 SHA512 e21346d72c63d8ba1bc6832bd885fa9ec0865c788742e572ef9941d3a4fd3f23710d076253d7a50878ef512ff3024e57098c0ba28c0c794bdefa994b8b7780bf

View File

@@ -1,11 +0,0 @@
--- makefile.old 2010-10-08 10:04:46.000000000 +0200
+++ makefile 2010-10-08 10:05:25.000000000 +0200
@@ -995,7 +995,7 @@
else
@echo Linking Raine...
endif
- $(LDV) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
+ $(LDV) $(LDFLAGS) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
converter: source/bonus/converter.c
$(CCV) $(CFLAGS) -c $< -o $(OBJDIR)/converter.o

View File

@@ -1,13 +0,0 @@
http://bugs.gentoo.org/388255
--- source/savepng.c
+++ source/savepng.c
@@ -203,7 +203,7 @@
goto Error;
/* Set error handling. */
- if (setjmp(png_ptr->jmpbuf)) {
+ if (setjmp(png_jmpbuf(png_ptr))) {
/* If we get here, we had a problem reading the file. */
goto Error;
}

View File

@@ -1,11 +0,0 @@
--- makefile.old 2011-06-16 08:25:35.000000000 +0200
+++ makefile 2011-06-16 08:25:57.000000000 +0200
@@ -294,7 +294,7 @@
LIBS_DEBUG = -lz `allegro-config --libs ` `libpng-config --ldflags`
LIBS_STATIC = -lz `allegro-config --static` `libpng-config --static --ldflags`
else
- LIBS = -lz `libpng-config --ldflags`
+ LIBS = -lz -lm `libpng-config --ldflags`
LIBS_DEBUG = -lz `libpng-config --ldflags`
LIBS_STATIC = -lz `libpng-config --static --ldflags`
endif

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,57 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit flag-o-matic eutils games
DESCRIPTION="R A I N E M680x0 Arcade Emulation"
HOMEPAGE="http://rainemu.swishparty.co.uk/"
SRC_URI="http://rainemu.swishparty.co.uk/html/archive/raines-${PV}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="dev-cpp/muParser
media-libs/libsdl[sound,joystick,video]
sys-libs/zlib
media-libs/sdl-image[png]
media-libs/sdl-ttf"
DEPEND="${RDEPEND}
dev-lang/nasm
app-arch/unzip"
src_prepare() {
echo > detect-cpu
echo > cpuinfo
sed -i \
-e "/^NEO/s:^:#:" \
-e "s:nasmw:nasm:" \
-e "/bindir/s:=.*:=\$(DESTDIR)${GAMES_BINDIR}:" \
-e "/sharedir =/s:=.*:=\$(DESTDIR)${GAMES_DATADIR}:" \
-e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \
makefile || die
epatch "${FILESDIR}"/${P}-ldflags.patch \
"${FILESDIR}"/${P}-underlink.patch \
"${FILESDIR}"/${P}-libpng15.patch
has_version '>=sys-libs/zlib-1.2.5.1-r1' && \
sed -i -e '1i#define OF(x) x' source/mini-unzip/ioapi.h
append-ldflags -Wl,-z,noexecstack
}
src_compile() {
local myopts
emake \
_MARCH="${CFLAGS}" \
VERBOSE=1 \
${myopts}
}
src_install() {
default
keepdir "${GAMES_DATADIR}"/${PN}/{roms,artwork,emudx,scripts/raine}
dodoc docs/readme.txt
prepgamesdirs
}

View File

@@ -314,11 +314,6 @@ games-emulation/hugo
# month.
games-emulation/kigb
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
# Our version is completely outdated, a major version bump and rework of the
# ebuild is needed (#654336). Removal in a month.
games-emulation/raine
# Mart Raudsepp <leio@gentoo.org> (16 Jun 2018)
# No upstream (website disappeared), no upstream plugin maintainer,
# and pretty much a fringe format anyway.