* [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
@ 2010-11-08 9:12 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-08 9:12 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/11/08 09:12:38
Modified: raine-0.51.9.ebuild ChangeLog
Log:
remove static use flag
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 games-emulation/raine/raine-0.51.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.1&r2=1.2
Index: raine-0.51.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- raine-0.51.9.ebuild 8 Oct 2010 21:28:23 -0000 1.1
+++ raine-0.51.9.ebuild 8 Nov 2010 09:12:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.1 2010/10/08 21:28:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.2 2010/11/08 09:12:38 mr_bones_ Exp $
EAPI=2
inherit flag-o-matic eutils games
@@ -12,7 +12,7 @@
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
-IUSE="static"
+IUSE=""
RDEPEND="dev-cpp/muParser
media-libs/libsdl[audio,joystick,video]
@@ -41,9 +41,6 @@
src_compile() {
local myopts
- use static \
- && myopts="${myopts} STATIC=1" \
- || myopts="${myopts} STATIC="
emake \
_MARCH="${CFLAGS}" \
VERBOSE=1 \
1.28 games-emulation/raine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 8 Oct 2010 21:28:23 -0000 1.27
+++ ChangeLog 8 Nov 2010 09:12:38 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/raine
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.27 2010/10/08 21:28:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.28 2010/11/08 09:12:38 mr_bones_ Exp $
+
+ 08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> raine-0.51.9.ebuild:
+ remove static use flag
*raine-0.51.9 (08 Oct 2010)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
@ 2010-11-08 12:22 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-08 12:22 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/11/08 12:22:50
Modified: raine-0.51.9.ebuild ChangeLog
Log:
x86 stable wrt bug #344597
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.3 games-emulation/raine/raine-0.51.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.2&r2=1.3
Index: raine-0.51.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- raine-0.51.9.ebuild 8 Nov 2010 09:12:38 -0000 1.2
+++ raine-0.51.9.ebuild 8 Nov 2010 12:22:49 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.2 2010/11/08 09:12:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.3 2010/11/08 12:22:49 phajdan.jr Exp $
EAPI=2
inherit flag-o-matic eutils games
@@ -11,7 +11,7 @@
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
RDEPEND="dev-cpp/muParser
1.29 games-emulation/raine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 8 Nov 2010 09:12:38 -0000 1.28
+++ ChangeLog 8 Nov 2010 12:22:49 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/raine
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.28 2010/11/08 09:12:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.29 2010/11/08 12:22:49 phajdan.jr Exp $
+
+ 08 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> raine-0.51.9.ebuild:
+ x86 stable wrt bug #344597
08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> raine-0.51.9.ebuild:
remove static use flag
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
@ 2011-06-16 10:11 Alfredo Tupone (tupone)
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-06-16 10:11 UTC (permalink / raw
To: gentoo-commits
tupone 11/06/16 10:11:04
Modified: raine-0.51.9.ebuild ChangeLog
Log:
Fix underlink. Bug #368949
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.4 games-emulation/raine/raine-0.51.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.3&r2=1.4
Index: raine-0.51.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- raine-0.51.9.ebuild 8 Nov 2010 12:22:49 -0000 1.3
+++ raine-0.51.9.ebuild 16 Jun 2011 10:11:03 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.3 2010/11/08 12:22:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.4 2011/06/16 10:11:03 tupone Exp $
EAPI=2
inherit flag-o-matic eutils games
@@ -34,7 +34,8 @@
-e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \
makefile \
|| die "sed failed"
- epatch "${FILESDIR}"/${P}-ldflags.patch
+ epatch "${FILESDIR}"/${P}-ldflags.patch \
+ "${FILESDIR}"/${P}-underlink.patch
append-ldflags -Wl,-z,noexecstack
}
1.30 games-emulation/raine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 8 Nov 2010 12:22:49 -0000 1.29
+++ ChangeLog 16 Jun 2011 10:11:03 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/raine
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.29 2010/11/08 12:22:49 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.30 2011/06/16 10:11:03 tupone Exp $
+
+ 16 Jun 2011; Tupone Alfredo <tupone@gentoo.org> raine-0.51.9.ebuild,
+ +files/raine-0.51.9-underlink.patch:
+ Fix underlink. Bug #368949 by Diego Elio Pettenò
08 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> raine-0.51.9.ebuild:
x86 stable wrt bug #344597
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
@ 2011-10-23 19:33 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-23 19:33 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/10/23 19:33:31
Modified: raine-0.51.9.ebuild ChangeLog
Log:
Fix building with libpng15 wrt #388255 by Roman Dobosz. Fix building with zlib >= 1.2.5.1-r1 (OF).
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Revision Changes Path
1.5 games-emulation/raine/raine-0.51.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.4&r2=1.5
Index: raine-0.51.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- raine-0.51.9.ebuild 16 Jun 2011 10:11:03 -0000 1.4
+++ raine-0.51.9.ebuild 23 Oct 2011 19:33:31 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.4 2011/06/16 10:11:03 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.5 2011/10/23 19:33:31 ssuominen Exp $
EAPI=2
inherit flag-o-matic eutils games
@@ -35,7 +35,10 @@
makefile \
|| die "sed failed"
epatch "${FILESDIR}"/${P}-ldflags.patch \
- "${FILESDIR}"/${P}-underlink.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
}
1.31 games-emulation/raine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 16 Jun 2011 10:11:03 -0000 1.30
+++ ChangeLog 23 Oct 2011 19:33:31 -0000 1.31
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/raine
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.30 2011/06/16 10:11:03 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.31 2011/10/23 19:33:31 ssuominen Exp $
+
+ 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> raine-0.51.9.ebuild,
+ +files/raine-0.51.9-libpng15.patch:
+ Fix building with libpng15 wrt #388255 by Roman Dobosz. Fix building with
+ zlib >= 1.2.5.1-r1 (OF).
16 Jun 2011; Tupone Alfredo <tupone@gentoo.org> raine-0.51.9.ebuild,
+files/raine-0.51.9-underlink.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
@ 2014-05-15 16:39 Ulrich Mueller (ulm)
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:39 UTC (permalink / raw
To: gentoo-commits
ulm 14/05/15 16:39:45
Modified: raine-0.51.9.ebuild ChangeLog
Log:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.6 games-emulation/raine/raine-0.51.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.5&r2=1.6
Index: raine-0.51.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- raine-0.51.9.ebuild 23 Oct 2011 19:33:31 -0000 1.5
+++ raine-0.51.9.ebuild 15 May 2014 16:39:45 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.5 2011/10/23 19:33:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.6 2014/05/15 16:39:45 ulm Exp $
EAPI=2
inherit flag-o-matic eutils games
@@ -15,7 +15,7 @@
IUSE=""
RDEPEND="dev-cpp/muParser
- media-libs/libsdl[audio,joystick,video]
+ media-libs/libsdl[sound,joystick,video]
sys-libs/zlib
media-libs/sdl-image[png]
media-libs/sdl-ttf"
1.32 games-emulation/raine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 23 Oct 2011 19:33:31 -0000 1.31
+++ ChangeLog 15 May 2014 16:39:45 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/raine
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.31 2011/10/23 19:33:31 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.32 2014/05/15 16:39:45 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> raine-0.51.9.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> raine-0.51.9.ebuild,
+files/raine-0.51.9-libpng15.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
@ 2015-03-15 4:21 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-15 4:21 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/03/15 04:21:02
Modified: raine-0.51.9.ebuild ChangeLog
Log:
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.7 games-emulation/raine/raine-0.51.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.6&r2=1.7
Index: raine-0.51.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- raine-0.51.9.ebuild 15 May 2014 16:39:45 -0000 1.6
+++ raine-0.51.9.ebuild 15 Mar 2015 04:21:02 -0000 1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.6 2014/05/15 16:39:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.7 2015/03/15 04:21:02 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit flag-o-matic eutils games
DESCRIPTION="R A I N E M680x0 Arcade Emulation"
@@ -32,8 +32,7 @@
-e "/bindir/s:=.*:=\$(DESTDIR)${GAMES_BINDIR}:" \
-e "/sharedir =/s:=.*:=\$(DESTDIR)${GAMES_DATADIR}:" \
-e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \
- makefile \
- || die "sed failed"
+ makefile || die
epatch "${FILESDIR}"/${P}-ldflags.patch \
"${FILESDIR}"/${P}-underlink.patch \
"${FILESDIR}"/${P}-libpng15.patch
@@ -48,11 +47,11 @@
emake \
_MARCH="${CFLAGS}" \
VERBOSE=1 \
- ${myopts} || die "emake failed"
+ ${myopts}
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ default
keepdir "${GAMES_DATADIR}"/${PN}/{roms,artwork,emudx,scripts/raine}
dodoc docs/readme.txt
prepgamesdirs
1.33 games-emulation/raine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 15 May 2014 16:39:45 -0000 1.32
+++ ChangeLog 15 Mar 2015 04:21:02 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/raine
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.32 2014/05/15 16:39:45 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.33 2015/03/15 04:21:02 mr_bones_ Exp $
+
+ 15 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> raine-0.51.9.ebuild:
+ EAPI=5
15 May 2014; Ulrich Müller <ulm@gentoo.org> raine-0.51.9.ebuild:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-15 4:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 10:11 [gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2015-03-15 4:21 Michael Sterrett (mr_bones_)
2014-05-15 16:39 Ulrich Mueller (ulm)
2011-10-23 19:33 Samuli Suominen (ssuominen)
2010-11-08 12:22 PaweA Hajdan (phajdan.jr)
2010-11-08 9:12 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox