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-misc/gBhed: ChangeLog gBhed-0.17.ebuild
Date: Tue, 22 Feb 2011 21:20:56
Message-Id: 20110222212020.4C55D20054@flycatcher.gentoo.org
1 mr_bones_ 11/02/22 21:20:20
2
3 Modified: ChangeLog gBhed-0.17.ebuild
4 Log:
5 EAPI=2; tidy
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.7 games-misc/gBhed/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gBhed/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gBhed/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gBhed/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/gBhed/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 27 Jul 2008 08:02:22 -0000 1.6
23 +++ ChangeLog 22 Feb 2011 21:20:20 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-misc/gBhed
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/ChangeLog,v 1.6 2008/07/27 08:02:22 nixnut Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/ChangeLog,v 1.7 2011/02/22 21:20:20 mr_bones_ Exp $
30 +
31 + 22 Feb 2011; Michael Sterrett <mr_bones_@g.o> gBhed-0.17.ebuild:
32 + EAPI=2; tidy
33
34 27 Jul 2008; nixnut <nixnut@g.o> gBhed-0.17.ebuild:
35 Stable on ppc wrt bug 232704
36
37
38
39 1.6 games-misc/gBhed/gBhed-0.17.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild?r1=1.5&r2=1.6
44
45 Index: gBhed-0.17.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- gBhed-0.17.ebuild 27 Jul 2008 08:02:22 -0000 1.5
52 +++ gBhed-0.17.ebuild 22 Feb 2011 21:20:20 -0000 1.6
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild,v 1.5 2008/07/27 08:02:22 nixnut Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild,v 1.6 2011/02/22 21:20:20 mr_bones_ Exp $
59
60 +EAPI=2
61 inherit eutils games
62
63 DESCRIPTION="An Al Bhed translator"
64 @@ -13,14 +14,16 @@
65 KEYWORDS="amd64 ppc x86"
66 IUSE="gtk"
67
68 -DEPEND="gtk? ( >=x11-libs/gtk+-2.2 )"
69 +DEPEND="gtk? ( x11-libs/gtk+:2 )"
70
71 -src_compile() {
72 +src_prepare() {
73 + sed -i 's/19/32/' src/gui/translation_fork.c || die
74 +}
75 +
76 +src_configure() {
77 egamesconf \
78 --datadir="${GAMES_DATADIR}"/${PN} \
79 - $(use_enable gtk gbhed) \
80 - || die
81 - emake || die "emake failed"
82 + $(use_enable gtk gbhed)
83 }
84
85 src_install() {