From c406c020a2bf41eaabab35acc42864ce2679c279 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 28 Jul 2018 13:50:46 +0200 Subject: games-emulation/raine: Remove last-rited pkg Closes: https://bugs.gentoo.org/654336 --- games-emulation/raine/Manifest | 1 - .../raine/files/raine-0.51.9-ldflags.patch | 11 ----- .../raine/files/raine-0.51.9-libpng15.patch | 13 ----- .../raine/files/raine-0.51.9-underlink.patch | 11 ----- games-emulation/raine/metadata.xml | 8 --- games-emulation/raine/raine-0.51.9.ebuild | 57 ---------------------- profiles/package.mask | 5 -- 7 files changed, 106 deletions(-) delete mode 100644 games-emulation/raine/Manifest delete mode 100644 games-emulation/raine/files/raine-0.51.9-ldflags.patch delete mode 100644 games-emulation/raine/files/raine-0.51.9-libpng15.patch delete mode 100644 games-emulation/raine/files/raine-0.51.9-underlink.patch delete mode 100644 games-emulation/raine/metadata.xml delete mode 100644 games-emulation/raine/raine-0.51.9.ebuild 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 @@ - - - - - games@gentoo.org - Gentoo Games Project - - 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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 8721d7ec4a07..590ee0bcd462 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -314,11 +314,6 @@ games-emulation/hugo # month. games-emulation/kigb -# Pacho Ramos (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 (16 Jun 2018) # No upstream (website disappeared), no upstream plugin maintainer, # and pretty much a fringe format anyway. -- cgit v1.2.3-65-gdbad