Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/gens: gens-2.12b.ebuild ChangeLog
Date: Thu, 29 Nov 2007 03:36:35
Message-Id: E1IxaCS-0003YE-Gq@stork.gentoo.org
1 mr_bones_ 07/11/29 03:36:28
2
3 Modified: gens-2.12b.ebuild ChangeLog
4 Log:
5 add patch from Daniel Schneidereit to fix "Open Rom" always starting in ~/.gens (bug #153593)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 games-emulation/gens/gens-2.12b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild?r1=1.5&r2=1.6
14
15 Index: gens-2.12b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gens-2.12b.ebuild 15 Jan 2006 03:37:52 -0000 1.5
22 +++ gens-2.12b.ebuild 29 Nov 2007 03:36:27 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild,v 1.5 2006/01/15 03:37:52 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild,v 1.6 2007/11/29 03:36:27 mr_bones_ Exp $
29
30 inherit flag-o-matic eutils games
31
32 @@ -23,7 +23,9 @@
33 src_unpack() {
34 unpack ${A}
35 cd "${S}"
36 - epatch "${FILESDIR}"/${P}-gcc4.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-gcc4.patch \
39 + "${FILESDIR}"/${P}-romsdir.patch
40 append-ldflags -Wl,-z,noexecstack
41 }
42
43
44
45
46 1.16 games-emulation/gens/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?rev=1.16&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?rev=1.16&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?r1=1.15&r2=1.16
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v
55 retrieving revision 1.15
56 retrieving revision 1.16
57 diff -u -r1.15 -r1.16
58 --- ChangeLog 8 Feb 2007 21:04:15 -0000 1.15
59 +++ ChangeLog 29 Nov 2007 03:36:27 -0000 1.16
60 @@ -1,6 +1,11 @@
61 # ChangeLog for games-emulation/gens
62 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v 1.15 2007/02/08 21:04:15 wolf31o2 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v 1.16 2007/11/29 03:36:27 mr_bones_ Exp $
65 +
66 + 29 Nov 2007; Michael Sterrett <mr_bones_@g.o>
67 + +files/gens-2.12b-romsdir.patch, gens-2.12b.ebuild:
68 + add patch from Daniel Schneidereit to fix "Open Rom" always starting in
69 + ~/.gens (bug #153593)
70
71 08 Feb 2007; Chris Gianelloni <wolf31o2@g.o> ChangeLog:
72 Regenerate digest in Manifest2 format.
73
74
75
76 --
77 gentoo-commits@g.o mailing list