Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/gens: ChangeLog gens-2.15.5.ebuild gens-2.15.4.ebuild
Date: Wed, 04 Feb 2009 15:39:34
Message-Id: E1LUjqd-0000uc-NT@stork.gentoo.org
1 tupone 09/02/04 15:39:31
2
3 Modified: ChangeLog gens-2.15.5.ebuild gens-2.15.4.ebuild
4 Log:
5 Fix --as-needed bug #247350
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.19 games-emulation/gens/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 14 Oct 2008 16:22:27 -0000 1.18
22 +++ ChangeLog 4 Feb 2009 15:39:31 -0000 1.19
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-emulation/gens
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v 1.18 2008/10/14 16:22:27 mr_bones_ Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v 1.19 2009/02/04 15:39:31 tupone Exp $
29 +
30 + 04 Feb 2009; Alfredo Tupone <tupone@g.o>
31 + +files/gens-2.15.4-as-needed.patch, +files/gens-2.15.5-as-needed.patch,
32 + gens-2.15.4.ebuild, gens-2.15.5.ebuild:
33 + Fix --as-needed bug #247350 by flameeyes@g.o
34
35 *gens-2.15.5 (14 Oct 2008)
36
37
38
39
40 1.2 games-emulation/gens/gens-2.15.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild?r1=1.1&r2=1.2
45
46 Index: gens-2.15.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- gens-2.15.5.ebuild 14 Oct 2008 16:22:27 -0000 1.1
53 +++ gens-2.15.5.ebuild 4 Feb 2009 15:39:31 -0000 1.2
54 @@ -1,7 +1,8 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild,v 1.1 2008/10/14 16:22:27 mr_bones_ Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild,v 1.2 2009/02/04 15:39:31 tupone Exp $
60
61 +EAPI=2
62 inherit eutils flag-o-matic games
63
64 DESCRIPTION="A Sega Genesis/CD/32X emulator"
65 @@ -19,10 +20,9 @@
66 DEPEND="${RDEPEND}
67 >=dev-lang/nasm-0.98"
68
69 -src_unpack() {
70 - unpack ${A}
71 - cd "${S}"
72 - epatch "${FILESDIR}"/${P}-romsdir.patch
73 +src_prepare() {
74 + epatch "${FILESDIR}"/${P}-romsdir.patch \
75 + "${FILESDIR}"/${P}-as-needed.patch
76 append-ldflags -Wl,-z,noexecstack
77 }
78
79
80
81
82 1.2 games-emulation/gens/gens-2.15.4.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.4.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.4.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.4.ebuild?r1=1.1&r2=1.2
87
88 Index: gens-2.15.4.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.4.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- gens-2.15.4.ebuild 10 Sep 2008 22:00:55 -0000 1.1
95 +++ gens-2.15.4.ebuild 4 Feb 2009 15:39:31 -0000 1.2
96 @@ -1,7 +1,8 @@
97 -# Copyright 1999-2008 Gentoo Foundation
98 +# Copyright 1999-2009 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.4.ebuild,v 1.1 2008/09/10 22:00:55 mr_bones_ Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.4.ebuild,v 1.2 2009/02/04 15:39:31 tupone Exp $
102
103 +EAPI=2
104 inherit eutils flag-o-matic games
105
106 DESCRIPTION="A Sega Genesis/CD/32X emulator"
107 @@ -19,10 +20,9 @@
108 DEPEND="${RDEPEND}
109 >=dev-lang/nasm-0.98"
110
111 -src_unpack() {
112 - unpack ${A}
113 - cd "${S}"
114 - epatch "${FILESDIR}"/${P}-romsdir.patch
115 +src_prepare() {
116 + epatch "${FILESDIR}"/${P}-romsdir.patch \
117 + "${FILESDIR}"/${P}-as-needed.patch
118 append-ldflags -Wl,-z,noexecstack
119 }