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/gngb: ChangeLog gngb-20060309.ebuild
Date: Wed, 31 Oct 2007 23:46:44
Message-Id: E1InNGh-0002qC-JX@stork.gentoo.org
1 tupone 07/10/31 23:46:39
2
3 Modified: ChangeLog
4 Added: gngb-20060309.ebuild
5 Log:
6 Version bump to 20060309
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.9 games-emulation/gngb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gngb/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gngb/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gngb/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 21 Feb 2007 23:21:12 -0000 1.8
23 +++ ChangeLog 31 Oct 2007 23:46:39 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-emulation/gngb
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.8 2007/02/21 23:21:12 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.9 2007/10/31 23:46:39 tupone Exp $
29 +
30 +*gngb-20060309 (31 Oct 2007)
31 +
32 + 31 Oct 2007; Tupone Alfredo <tupone@g.o> +gngb-20060309.ebuild:
33 + Version bump
34
35 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
36 Transition to Manifest2.
37
38
39
40 1.1 games-emulation/gngb/gngb-20060309.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gngb-20060309.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.1 2007/10/31 23:46:39 tupone Exp $
50
51 inherit eutils games
52
53 DESCRIPTION="Gameboy / Gameboy Color emulator"
54 HOMEPAGE="http://m.peponas.free.fr/gngb/"
55 SRC_URI="http://m.peponas.free.fr/gngb/download/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~ppc ~x86"
60 IUSE="opengl"
61
62 DEPEND="media-libs/libsdl
63 sys-libs/zlib
64 app-arch/bzip2
65 opengl? ( virtual/opengl )"
66
67 src_compile() {
68 egamesconf $(use_with opengl gl) || die
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 make DESTDIR="${D}" install || die "make install failed"
74 dodoc AUTHORS ChangeLog NEWS README TODO
75 prepgamesdirs
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list