public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/raine/, profiles/, games-emulation/raine/files/
@ 2018-07-28 11:52 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c406c020a2bf41eaabab35acc42864ce2679c279
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:50:46 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:50:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c406c020

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(-)

diff --git a/games-emulation/raine/Manifest b/games-emulation/raine/Manifest
deleted file mode 100644
index d8890ff335b..00000000000
--- 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 f011cd6a1e5..00000000000
--- 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 675df24801d..00000000000
--- 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 e9eb42bedbb..00000000000
--- 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 78274e0fa55..00000000000
--- 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 5aaef97c650..00000000000
--- 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 8721d7ec4a0..590ee0bcd46 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-28 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 11:52 [gentoo-commits] repo/gentoo:master commit in: games-emulation/raine/, profiles/, games-emulation/raine/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox