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-engines/frotz: frotz-2.43.ebuild ChangeLog
Date: Fri, 30 Jan 2009 06:49:52
Message-Id: E1LSnCI-00060V-Cj@stork.gentoo.org
1 mr_bones_ 09/01/30 06:49:50
2
3 Modified: frotz-2.43.ebuild ChangeLog
4 Log:
5 EAPI=2; respect CC
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.16 games-engines/frotz/frotz-2.43.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.15&r2=1.16
14
15 Index: frotz-2.43.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- frotz-2.43.ebuild 6 Feb 2008 20:08:41 -0000 1.15
22 +++ frotz-2.43.ebuild 30 Jan 2009 06:49:50 -0000 1.16
23 @@ -1,8 +1,9 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.15 2008/02/06 20:08:41 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.16 2009/01/30 06:49:50 mr_bones_ Exp $
29
30 -inherit toolchain-funcs games
31 +EAPI=2
32 +inherit games
33
34 DESCRIPTION="Curses based interpreter for Z-code based text games"
35 HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
36 @@ -16,8 +17,15 @@
37 DEPEND="sys-libs/ncurses
38 alsa? ( oss? ( media-libs/alsa-oss ) )"
39
40 +src_prepare() {
41 + sed -i \
42 + -e '/^CC /d' \
43 + Makefile \
44 + || die 'sed failed'
45 +}
46 +
47 src_compile() {
48 - local OPTS="CC=$(tc-getcc) CONFIG_DIR=${GAMES_SYSCONFDIR}"
49 + local OPTS="CONFIG_DIR=${GAMES_SYSCONFDIR}"
50 use oss && OPTS="${MAKE_OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp"
51 emake ${MAKE_OPTS} all || die "emake failed"
52 }
53
54
55
56 1.14 games-engines/frotz/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.14&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.14&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.13&r2=1.14
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
65 retrieving revision 1.13
66 retrieving revision 1.14
67 diff -u -r1.13 -r1.14
68 --- ChangeLog 6 Feb 2008 20:08:41 -0000 1.13
69 +++ ChangeLog 30 Jan 2009 06:49:50 -0000 1.14
70 @@ -1,6 +1,9 @@
71 # ChangeLog for games-engines/frotz
72 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.13 2008/02/06 20:08:41 grobian Exp $
74 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.14 2009/01/30 06:49:50 mr_bones_ Exp $
76 +
77 + 30 Jan 2009; Michael Sterrett <mr_bones_@g.o> frotz-2.43.ebuild:
78 + EAPI=2; respect CC
79
80 06 Feb 2008; Fabian Groffen <grobian@g.o> frotz-2.43.ebuild:
81 Dropped ppc-macos keyword, see you in prefix