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.0.ebuild
Date: Tue, 25 Sep 2007 05:56:00
Message-Id: E1Ia3Gj-0004pY-J0@stork.gentoo.org
1 mr_bones_ 07/09/25 05:47:37
2
3 Modified: ChangeLog
4 Added: yabause-0.9.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.19 games-emulation/yabause/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 19 Aug 2007 18:19:40 -0000 1.18
23 +++ ChangeLog 25 Sep 2007 05:47:37 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-emulation/yabause
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.18 2007/08/19 18:19:40 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.19 2007/09/25 05:47:37 mr_bones_ Exp $
29 +
30 +*yabause-0.9.0 (25 Sep 2007)
31 +
32 + 25 Sep 2007; Michael Sterrett <mr_bones_@g.o>
33 + +yabause-0.9.0.ebuild:
34 + version bump
35
36 *yabause-0.8.6 (19 Aug 2007)
37
38
39
40
41 1.1 games-emulation/yabause/yabause-0.9.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/yabause-0.9.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yabause-0.9.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.0.ebuild,v 1.1 2007/09/25 05:47:37 mr_bones_ Exp $
51
52 inherit autotools 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 sed -i 's:$(datadir):/usr/share:' \
76 src/gtk/Makefile.am \
77 || die "sed failed"
78 eautoreconf
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 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list