summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-28 13:50:46 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-28 13:50:46 +0200
commitc406c020a2bf41eaabab35acc42864ce2679c279 (patch)
treee835e6778ff13fad69cf7a03cb75d44f1f53fa3b /games-emulation
parentgames-fps/aaquake2: Remove last-rited pkg (diff)
downloadgentoo-c406c020a2bf41eaabab35acc42864ce2679c279.tar.gz
gentoo-c406c020a2bf41eaabab35acc42864ce2679c279.tar.bz2
gentoo-c406c020a2bf41eaabab35acc42864ce2679c279.zip
games-emulation/raine: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654336
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/raine/Manifest1
-rw-r--r--games-emulation/raine/files/raine-0.51.9-ldflags.patch11
-rw-r--r--games-emulation/raine/files/raine-0.51.9-libpng15.patch13
-rw-r--r--games-emulation/raine/files/raine-0.51.9-underlink.patch11
-rw-r--r--games-emulation/raine/metadata.xml8
-rw-r--r--games-emulation/raine/raine-0.51.9.ebuild57
6 files changed, 0 insertions, 101 deletions
diff --git a/games-emulation/raine/Manifest b/games-emulation/raine/Manifest
deleted file mode 100644
index d8890ff335b3..000000000000
--- a/games-emulation/raine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST raines-0.51.9.tar.bz2 2095980 BLAKE2B df83e0869229fc832e356d5cd122c737bfafe3b4ee8b8914cb14e30b9f48b97145123f989e36a2a01243bc62d2f49f50e5e43f2da2a433751410f72a23edd315 SHA512 e21346d72c63d8ba1bc6832bd885fa9ec0865c788742e572ef9941d3a4fd3f23710d076253d7a50878ef512ff3024e57098c0ba28c0c794bdefa994b8b7780bf
diff --git a/games-emulation/raine/files/raine-0.51.9-ldflags.patch b/games-emulation/raine/files/raine-0.51.9-ldflags.patch
deleted file mode 100644
index f011cd6a1e5c..000000000000
--- a/games-emulation/raine/files/raine-0.51.9-ldflags.patch
+++ /dev/null
@@ -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
diff --git a/games-emulation/raine/files/raine-0.51.9-libpng15.patch b/games-emulation/raine/files/raine-0.51.9-libpng15.patch
deleted file mode 100644
index 675df24801dc..000000000000
--- a/games-emulation/raine/files/raine-0.51.9-libpng15.patch
+++ /dev/null
@@ -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;
- }
diff --git a/games-emulation/raine/files/raine-0.51.9-underlink.patch b/games-emulation/raine/files/raine-0.51.9-underlink.patch
deleted file mode 100644
index e9eb42bedbb3..000000000000
--- a/games-emulation/raine/files/raine-0.51.9-underlink.patch
+++ /dev/null
@@ -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
diff --git a/games-emulation/raine/metadata.xml b/games-emulation/raine/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-emulation/raine/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/games-emulation/raine/raine-0.51.9.ebuild b/games-emulation/raine/raine-0.51.9.ebuild
deleted file mode 100644
index 5aaef97c6506..000000000000
--- a/games-emulation/raine/raine-0.51.9.ebuild
+++ /dev/null
@@ -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
-}