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/fbzx: ChangeLog fbzx-1.9.ebuild
Date: Tue, 02 Oct 2007 00:06:33
Message-Id: E1IcV8o-0003LT-JF@stork.gentoo.org
1 mr_bones_ 07/10/01 23:57:34
2
3 Modified: ChangeLog
4 Added: fbzx-1.9.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.15 games-emulation/fbzx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/fbzx/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/fbzx/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/fbzx/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 12 Apr 2007 06:53:34 -0000 1.14
23 +++ ChangeLog 1 Oct 2007 23:57:34 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-emulation/fbzx
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.14 2007/04/12 06:53:34 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.15 2007/10/01 23:57:34 mr_bones_ Exp $
29 +
30 +*fbzx-1.9 (01 Oct 2007)
31 +
32 + 01 Oct 2007; Michael Sterrett <mr_bones_@g.o> +fbzx-1.9.ebuild:
33 + version bump
34
35 *fbzx-1.8 (12 Apr 2007)
36
37
38
39
40 1.1 games-emulation/fbzx/fbzx-1.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/fbzx/fbzx-1.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/fbzx/fbzx-1.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: fbzx-1.9.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-1.9.ebuild,v 1.1 2007/10/01 23:57:34 mr_bones_ Exp $
50
51 inherit eutils toolchain-funcs games
52
53 DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer"
54 HOMEPAGE="http://www.rastersoft.com/fbzx.html"
55 SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND="media-libs/libsdl"
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67
68 sed -i \
69 -e "s|/usr/share/spectrum|${GAMES_DATADIR}/${PN}|g" \
70 emulator.c || die "sed failed"
71 sed -i \
72 -e "/^CC/s:gcc:$(tc-getCC):" \
73 -e "s/^\(CC =\).*/\1 $(tc-getCC) ${CFLAGS}/" \
74 -e "s:-O2:${CFLAGS}:" \
75 Makefile || die "sed failed"
76 }
77
78 src_install() {
79 dogamesbin fbzx || die "dogamesbin failed"
80 insinto "${GAMES_DATADIR}/${PN}/roms"
81 doins roms/* || die "doins failed"
82 dodoc CAPABILITIES FAQ PORTS README* TODO VERSIONS
83 prepgamesdirs
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list