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/yabause: ChangeLog yabause-0.9.6.ebuild
Date: Mon, 30 Jun 2008 04:13:34
Message-Id: E1KDAlc-00013m-Ew@stork.gentoo.org
1 mr_bones_ 08/06/30 04:13:28
2
3 Modified: ChangeLog
4 Added: yabause-0.9.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.26 games-emulation/yabause/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 11 May 2008 23:53:29 -0000 1.25
23 +++ ChangeLog 30 Jun 2008 04:13:27 -0000 1.26
24 @@ -1,6 +1,12 @@
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.25 2008/05/11 23:53:29 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.26 2008/06/30 04:13:27 mr_bones_ Exp $
29 +
30 +*yabause-0.9.6 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Michael Sterrett <mr_bones_@g.o>
33 + +yabause-0.9.6.ebuild:
34 + version bump
35
36 *yabause-0.9.5 (11 May 2008)
37
38
39
40
41 1.1 games-emulation/yabause/yabause-0.9.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yabause-0.9.6.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/yabause/yabause-0.9.6.ebuild,v 1.1 2008/06/30 04:13:27 mr_bones_ Exp $
51
52 EAPI=1
53 inherit games
54
55 DESCRIPTION="A Sega Saturn emulator"
56 HOMEPAGE="http://yabause.org/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 RDEPEND="x11-libs/gtk+:2
65 x11-libs/gtkglext
66 virtual/opengl
67 virtual/glu
68 virtual/glut
69 media-libs/libsdl"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_compile() {
74 egamesconf \
75 --datadir=/usr/share \
76 --with-port=gtk \
77 || die
78 emake -C src/c68k gen68k || die "emake failed"
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "emake install failed"
84 dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
85 prepgamesdirs
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list