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/gngb: gngb-20060309.ebuild
Date: Thu, 28 Oct 2010 16:00:29
Message-Id: 20101028160021.4EBEE20051@flycatcher.gentoo.org
1 mr_bones_ 10/10/28 16:00:21
2
3 Modified: gngb-20060309.ebuild
4 Log:
5 tidy
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.8 games-emulation/gngb/gngb-20060309.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild?r1=1.7&r2=1.8
14
15 Index: gngb-20060309.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- gngb-20060309.ebuild 28 Oct 2010 12:46:57 -0000 1.7
22 +++ gngb-20060309.ebuild 28 Oct 2010 16:00:21 -0000 1.8
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.7 2010/10/28 12:46:57 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.8 2010/10/28 16:00:21 mr_bones_ Exp $
28
29 EAPI=2
30 -inherit eutils games
31 +inherit games
32
33 DESCRIPTION="Gameboy / Gameboy Color emulator"
34 HOMEPAGE="http://m.peponas.free.fr/gngb/"
35 @@ -14,11 +14,10 @@
36 KEYWORDS="ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
37 IUSE="opengl"
38
39 -RDEPEND="media-libs/libsdl[audio,joystick,video]
40 +DEPEND="media-libs/libsdl[audio,joystick,video]
41 sys-libs/zlib
42 app-arch/bzip2
43 opengl? ( virtual/opengl )"
44 -DEPEND="${RDEPEND}"
45
46 PATCHES=( "${FILESDIR}"/${P}-ovflfix.patch )