Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/yabause: ChangeLog yabause-0.9.7.ebuild
Date: Sun, 31 Aug 2008 22:03:30
Message-Id: E1KZv15-00018p-61@stork.gentoo.org
1 nyhm 08/08/31 22:03:27
2
3 Modified: ChangeLog
4 Added: yabause-0.9.7.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.27 games-emulation/yabause/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 30 Jun 2008 04:13:27 -0000 1.26
23 +++ ChangeLog 31 Aug 2008 22:03:26 -0000 1.27
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-emulation/yabause
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.26 2008/06/30 04:13:27 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.27 2008/08/31 22:03:26 nyhm Exp $
29 +
30 +*yabause-0.9.7 (31 Aug 2008)
31 +
32 + 31 Aug 2008; Tristan Heaven <nyhm@g.o> +yabause-0.9.7.ebuild:
33 + Version bump
34
35 *yabause-0.9.6 (30 Jun 2008)
36
37
38
39
40 1.1 games-emulation/yabause/yabause-0.9.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: yabause-0.9.7.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild,v 1.1 2008/08/31 22:03:26 nyhm Exp $
50
51 EAPI=1
52 inherit games
53
54 DESCRIPTION="A Sega Saturn emulator"
55 HOMEPAGE="http://yabause.org/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="x11-libs/gtk+:2
64 x11-libs/gtkglext
65 virtual/opengl
66 virtual/glu
67 virtual/glut
68 media-libs/libsdl"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 src_compile() {
73 egamesconf \
74 --datadir=/usr/share \
75 --with-port=gtk \
76 || die
77 emake -C src/c68k gen68k || die "emake failed"
78 emake || die "emake failed"
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" install || die "emake install failed"
83 dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
84 prepgamesdirs
85 }