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-roguelike/zangband: zangband-2.7.4c.ebuild ChangeLog
Date: Sat, 02 Feb 2008 21:39:53
Message-Id: E1JLQ5W-0002V5-Qa@stork.gentoo.org
1 mr_bones_ 08/02/02 21:39:50
2
3 Modified: zangband-2.7.4c.ebuild ChangeLog
4 Log:
5 disable gtk (bug #168172)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 games-roguelike/zangband/zangband-2.7.4c.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?r1=1.4&r2=1.5
14
15 Index: zangband-2.7.4c.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- zangband-2.7.4c.ebuild 26 Jan 2007 22:53:08 -0000 1.4
22 +++ zangband-2.7.4c.ebuild 2 Feb 2008 21:39:50 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v 1.4 2007/01/26 22:53:08 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v 1.5 2008/02/02 21:39:50 mr_bones_ Exp $
29
30 inherit games
31
32 @@ -11,7 +11,7 @@
33 LICENSE="Moria"
34 SLOT="0"
35 KEYWORDS="~ppc ~x86 ~x86-fbsd"
36 -IUSE="gtk tk"
37 +IUSE="tk"
38
39 # Dropping X use keyword:
40 # it had to be $(use_with X x11)
41 @@ -19,7 +19,6 @@
42 RDEPEND="tk? (
43 dev-lang/tcl
44 dev-lang/tk )
45 - gtk? ( =x11-libs/gtk+-1* )
46 x11-libs/libXaw"
47 DEPEND="${RDEPEND}
48 x11-proto/xextproto"
49 @@ -30,7 +29,7 @@
50 egamesconf \
51 --datadir="${GAMES_DATADIR_BASE}" \
52 --with-setgid="${GAMES_GROUP}" \
53 - $(use_with gtk) \
54 + --without-gtk \
55 $(use_with tk tcltk) \
56 || die
57 emake || die "emake failed"
58
59
60
61 1.12 games-roguelike/zangband/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?rev=1.12&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?rev=1.12&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?r1=1.11&r2=1.12
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v
70 retrieving revision 1.11
71 retrieving revision 1.12
72 diff -u -r1.11 -r1.12
73 --- ChangeLog 6 Dec 2006 19:43:15 -0000 1.11
74 +++ ChangeLog 2 Feb 2008 21:39:50 -0000 1.12
75 @@ -1,6 +1,10 @@
76 # ChangeLog for games-roguelike/zangband
77 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v 1.11 2006/12/06 19:43:15 wolf31o2 Exp $
79 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v 1.12 2008/02/02 21:39:50 mr_bones_ Exp $
81 +
82 + 02 Feb 2008; Michael Sterrett <mr_bones_@g.o>
83 + zangband-2.7.4c.ebuild:
84 + disable gtk (bug #168172)
85
86 06 Dec 2006; Chris Gianelloni <wolf31o2@g.o>
87 zangband-2.7.4b.ebuild:
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list