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.8.ebuild
Date: Mon, 01 Dec 2008 00:50:37
Message-Id: E1L6wzk-0005tS-4x@stork.gentoo.org
1 nyhm 08/12/01 00:50:36
2
3 Modified: ChangeLog
4 Added: yabause-0.9.8.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 i686)
8
9 Revision Changes Path
10 1.28 games-emulation/yabause/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 31 Aug 2008 22:03:26 -0000 1.27
23 +++ ChangeLog 1 Dec 2008 00:50:36 -0000 1.28
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.27 2008/08/31 22:03:26 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.28 2008/12/01 00:50:36 nyhm Exp $
29 +
30 +*yabause-0.9.8 (01 Dec 2008)
31 +
32 + 01 Dec 2008; Tristan Heaven <nyhm@g.o> +yabause-0.9.8.ebuild:
33 + Version bump
34
35 *yabause-0.9.7 (31 Aug 2008)
36
37
38
39
40 1.1 games-emulation/yabause/yabause-0.9.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: yabause-0.9.8.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.8.ebuild,v 1.1 2008/12/01 00:50:36 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 }