Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/raine/, profiles/, games-emulation/raine/files/
Date: Sat, 28 Jul 2018 11:52:21
Message-Id: 1532778646.c406c020a2bf41eaabab35acc42864ce2679c279.mgorny@gentoo
1 commit: c406c020a2bf41eaabab35acc42864ce2679c279
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 11:50:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 11:50:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c406c020
7
8 games-emulation/raine: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/654336
11
12 games-emulation/raine/Manifest | 1 -
13 .../raine/files/raine-0.51.9-ldflags.patch | 11 -----
14 .../raine/files/raine-0.51.9-libpng15.patch | 13 -----
15 .../raine/files/raine-0.51.9-underlink.patch | 11 -----
16 games-emulation/raine/metadata.xml | 8 ---
17 games-emulation/raine/raine-0.51.9.ebuild | 57 ----------------------
18 profiles/package.mask | 5 --
19 7 files changed, 106 deletions(-)
20
21 diff --git a/games-emulation/raine/Manifest b/games-emulation/raine/Manifest
22 deleted file mode 100644
23 index d8890ff335b..00000000000
24 --- a/games-emulation/raine/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST raines-0.51.9.tar.bz2 2095980 BLAKE2B df83e0869229fc832e356d5cd122c737bfafe3b4ee8b8914cb14e30b9f48b97145123f989e36a2a01243bc62d2f49f50e5e43f2da2a433751410f72a23edd315 SHA512 e21346d72c63d8ba1bc6832bd885fa9ec0865c788742e572ef9941d3a4fd3f23710d076253d7a50878ef512ff3024e57098c0ba28c0c794bdefa994b8b7780bf
28
29 diff --git a/games-emulation/raine/files/raine-0.51.9-ldflags.patch b/games-emulation/raine/files/raine-0.51.9-ldflags.patch
30 deleted file mode 100644
31 index f011cd6a1e5..00000000000
32 --- a/games-emulation/raine/files/raine-0.51.9-ldflags.patch
33 +++ /dev/null
34 @@ -1,11 +0,0 @@
35 ---- makefile.old 2010-10-08 10:04:46.000000000 +0200
36 -+++ makefile 2010-10-08 10:05:25.000000000 +0200
37 -@@ -995,7 +995,7 @@
38 - else
39 - @echo Linking Raine...
40 - endif
41 -- $(LDV) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
42 -+ $(LDV) $(LDFLAGS) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++
43 -
44 - converter: source/bonus/converter.c
45 - $(CCV) $(CFLAGS) -c $< -o $(OBJDIR)/converter.o
46
47 diff --git a/games-emulation/raine/files/raine-0.51.9-libpng15.patch b/games-emulation/raine/files/raine-0.51.9-libpng15.patch
48 deleted file mode 100644
49 index 675df24801d..00000000000
50 --- a/games-emulation/raine/files/raine-0.51.9-libpng15.patch
51 +++ /dev/null
52 @@ -1,13 +0,0 @@
53 -http://bugs.gentoo.org/388255
54 -
55 ---- source/savepng.c
56 -+++ source/savepng.c
57 -@@ -203,7 +203,7 @@
58 - goto Error;
59 -
60 - /* Set error handling. */
61 -- if (setjmp(png_ptr->jmpbuf)) {
62 -+ if (setjmp(png_jmpbuf(png_ptr))) {
63 - /* If we get here, we had a problem reading the file. */
64 - goto Error;
65 - }
66
67 diff --git a/games-emulation/raine/files/raine-0.51.9-underlink.patch b/games-emulation/raine/files/raine-0.51.9-underlink.patch
68 deleted file mode 100644
69 index e9eb42bedbb..00000000000
70 --- a/games-emulation/raine/files/raine-0.51.9-underlink.patch
71 +++ /dev/null
72 @@ -1,11 +0,0 @@
73 ---- makefile.old 2011-06-16 08:25:35.000000000 +0200
74 -+++ makefile 2011-06-16 08:25:57.000000000 +0200
75 -@@ -294,7 +294,7 @@
76 - LIBS_DEBUG = -lz `allegro-config --libs ` `libpng-config --ldflags`
77 - LIBS_STATIC = -lz `allegro-config --static` `libpng-config --static --ldflags`
78 - else
79 -- LIBS = -lz `libpng-config --ldflags`
80 -+ LIBS = -lz -lm `libpng-config --ldflags`
81 - LIBS_DEBUG = -lz `libpng-config --ldflags`
82 - LIBS_STATIC = -lz `libpng-config --static --ldflags`
83 - endif
84
85 diff --git a/games-emulation/raine/metadata.xml b/games-emulation/raine/metadata.xml
86 deleted file mode 100644
87 index 78274e0fa55..00000000000
88 --- a/games-emulation/raine/metadata.xml
89 +++ /dev/null
90 @@ -1,8 +0,0 @@
91 -<?xml version="1.0" encoding="UTF-8"?>
92 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 -<pkgmetadata>
94 -<maintainer type="project">
95 - <email>games@g.o</email>
96 - <name>Gentoo Games Project</name>
97 -</maintainer>
98 -</pkgmetadata>
99
100 diff --git a/games-emulation/raine/raine-0.51.9.ebuild b/games-emulation/raine/raine-0.51.9.ebuild
101 deleted file mode 100644
102 index 5aaef97c650..00000000000
103 --- a/games-emulation/raine/raine-0.51.9.ebuild
104 +++ /dev/null
105 @@ -1,57 +0,0 @@
106 -# Copyright 1999-2015 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -inherit flag-o-matic eutils games
111 -
112 -DESCRIPTION="R A I N E M680x0 Arcade Emulation"
113 -HOMEPAGE="http://rainemu.swishparty.co.uk/"
114 -SRC_URI="http://rainemu.swishparty.co.uk/html/archive/raines-${PV}.tar.bz2"
115 -
116 -LICENSE="Artistic"
117 -SLOT="0"
118 -KEYWORDS="~x86"
119 -IUSE=""
120 -
121 -RDEPEND="dev-cpp/muParser
122 - media-libs/libsdl[sound,joystick,video]
123 - sys-libs/zlib
124 - media-libs/sdl-image[png]
125 - media-libs/sdl-ttf"
126 -DEPEND="${RDEPEND}
127 - dev-lang/nasm
128 - app-arch/unzip"
129 -
130 -src_prepare() {
131 - echo > detect-cpu
132 - echo > cpuinfo
133 - sed -i \
134 - -e "/^NEO/s:^:#:" \
135 - -e "s:nasmw:nasm:" \
136 - -e "/bindir/s:=.*:=\$(DESTDIR)${GAMES_BINDIR}:" \
137 - -e "/sharedir =/s:=.*:=\$(DESTDIR)${GAMES_DATADIR}:" \
138 - -e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \
139 - makefile || die
140 - epatch "${FILESDIR}"/${P}-ldflags.patch \
141 - "${FILESDIR}"/${P}-underlink.patch \
142 - "${FILESDIR}"/${P}-libpng15.patch
143 - has_version '>=sys-libs/zlib-1.2.5.1-r1' && \
144 - sed -i -e '1i#define OF(x) x' source/mini-unzip/ioapi.h
145 - append-ldflags -Wl,-z,noexecstack
146 -}
147 -
148 -src_compile() {
149 - local myopts
150 -
151 - emake \
152 - _MARCH="${CFLAGS}" \
153 - VERBOSE=1 \
154 - ${myopts}
155 -}
156 -
157 -src_install() {
158 - default
159 - keepdir "${GAMES_DATADIR}"/${PN}/{roms,artwork,emudx,scripts/raine}
160 - dodoc docs/readme.txt
161 - prepgamesdirs
162 -}
163
164 diff --git a/profiles/package.mask b/profiles/package.mask
165 index 8721d7ec4a0..590ee0bcd46 100644
166 --- a/profiles/package.mask
167 +++ b/profiles/package.mask
168 @@ -314,11 +314,6 @@ games-emulation/hugo
169 # month.
170 games-emulation/kigb
171
172 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
173 -# Our version is completely outdated, a major version bump and rework of the
174 -# ebuild is needed (#654336). Removal in a month.
175 -games-emulation/raine
176 -
177 # Mart Raudsepp <leio@g.o> (16 Jun 2018)
178 # No upstream (website disappeared), no upstream plugin maintainer,
179 # and pretty much a fringe format anyway.