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: ChangeLog gens-2.15.5.ebuild
Date: Tue, 14 Oct 2008 16:22:31
Message-Id: E1KpmfD-00045L-KA@stork.gentoo.org
1 mr_bones_ 08/10/14 16:22:27
2
3 Modified: ChangeLog
4 Added: gens-2.15.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.18 games-emulation/gens/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 10 Sep 2008 22:00:55 -0000 1.17
23 +++ ChangeLog 14 Oct 2008 16:22:27 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-emulation/gens
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v 1.17 2008/09/10 22:00:55 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/ChangeLog,v 1.18 2008/10/14 16:22:27 mr_bones_ Exp $
29 +
30 +*gens-2.15.5 (14 Oct 2008)
31 +
32 + 14 Oct 2008; Michael Sterrett <mr_bones_@g.o>
33 + +files/gens-2.15.5-romsdir.patch, +gens-2.15.5.ebuild:
34 + version bump
35
36 *gens-2.15.4 (10 Sep 2008)
37
38
39
40
41 1.1 games-emulation/gens/gens-2.15.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gens-2.15.5.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 inherit eutils flag-o-matic games
53
54 DESCRIPTION="A Sega Genesis/CD/32X emulator"
55 HOMEPAGE="http://gens.consolemul.com/"
56 SRC_URI="mirror://sourceforge/gens/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~x86"
61 IUSE=""
62
63 RDEPEND="virtual/opengl
64 >=media-libs/libsdl-1.2
65 >=x11-libs/gtk+-2.4"
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 append-ldflags -Wl,-z,noexecstack
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed"
78 dodoc AUTHORS BUGS README
79 prepgamesdirs
80 }