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.4.ebuild
Date: Thu, 08 May 2008 19:25:57
Message-Id: E1JuBkY-000415-Gz@stork.gentoo.org
1 nyhm 08/05/08 19:25:54
2
3 Modified: ChangeLog
4 Added: yabause-0.9.4.ebuild
5 Log:
6 Version bump, bug #214712
7 (Portage version: 2.1.5_rc7)
8
9 Revision Changes Path
10 1.24 games-emulation/yabause/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 20 Jan 2008 22:26:28 -0000 1.23
23 +++ ChangeLog 8 May 2008 19:25:54 -0000 1.24
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.23 2008/01/20 22:26:28 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.24 2008/05/08 19:25:54 nyhm Exp $
29 +
30 +*yabause-0.9.4 (08 May 2008)
31 +
32 + 08 May 2008; Tristan Heaven <nyhm@g.o>
33 + +files/yabause-0.9.4-build.patch, +yabause-0.9.4.ebuild:
34 + Version bump, bug #214712
35
36 *yabause-0.9.3 (20 Jan 2008)
37
38
39
40
41 1.1 games-emulation/yabause/yabause-0.9.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yabause-0.9.4.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.4.ebuild,v 1.1 2008/05/08 19:25:54 nyhm Exp $
51
52 inherit autotools eutils 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_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-build.patch
76 eautoreconf
77 cd src/c68k
78 sed -i \
79 -e 's/nodist_pkgdata/noinst/' \
80 Makefile.am \
81 || die "sed failed"
82 eautoreconf
83 }
84
85 src_compile() {
86 egamesconf \
87 --datadir=/usr/share \
88 --with-port=gtk \
89 || die
90 emake || die "emake failed"
91 }
92
93 src_install() {
94 emake DESTDIR="${D}" install || die "emake install failed"
95 dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
96 prepgamesdirs
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list