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: Sun, 02 Aug 2009 04:45:26
Message-Id: E1MXSwm-0007L3-M7@stork.gentoo.org
1 mr_bones_ 09/08/02 04:45:24
2
3 Modified: zangband-2.7.4c.ebuild ChangeLog
4 Log:
5 EAPI=2; fix data directory permissions (bug #270064)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- zangband-2.7.4c.ebuild 2 Feb 2008 21:39:50 -0000 1.5
22 +++ zangband-2.7.4c.ebuild 2 Aug 2009 04:45:24 -0000 1.6
23 @@ -1,7 +1,8 @@
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-roguelike/zangband/zangband-2.7.4c.ebuild,v 1.5 2008/02/02 21:39:50 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v 1.6 2009/08/02 04:45:24 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit games
32
33 DESCRIPTION="An enhanced version of the Roguelike game Angband"
34 @@ -25,14 +26,12 @@
35
36 S=${WORKDIR}/${PN}
37
38 -src_compile() {
39 +src_configure() {
40 egamesconf \
41 --datadir="${GAMES_DATADIR_BASE}" \
42 --with-setgid="${GAMES_GROUP}" \
43 --without-gtk \
44 - $(use_with tk tcltk) \
45 - || die
46 - emake || die "emake failed"
47 + $(use_with tk tcltk)
48 }
49
50 src_install() {
51 @@ -54,5 +53,5 @@
52 prepgamesdirs
53 # All users in the games group need write permissions to
54 # some important dirs
55 - fperms -R g+w "${GAMES_DATADIR}"/zangband/lib/{apex,save,user}
56 + fperms -R g+w "${GAMES_DATADIR}"/zangband/lib/{apex,data,save,user}
57 }
58
59
60
61 1.15 games-roguelike/zangband/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?rev=1.15&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?rev=1.15&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?r1=1.14&r2=1.15
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v
70 retrieving revision 1.14
71 retrieving revision 1.15
72 diff -u -r1.14 -r1.15
73 --- ChangeLog 13 Mar 2008 17:39:52 -0000 1.14
74 +++ ChangeLog 2 Aug 2009 04:45:24 -0000 1.15
75 @@ -1,6 +1,10 @@
76 # ChangeLog for games-roguelike/zangband
77 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v 1.14 2008/03/13 17:39:52 wolf31o2 Exp $
79 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v 1.15 2009/08/02 04:45:24 mr_bones_ Exp $
81 +
82 + 02 Aug 2009; Michael Sterrett <mr_bones_@g.o>
83 + zangband-2.7.4c.ebuild:
84 + EAPI=2; fix data directory permissions (bug #270064)
85
86 13 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
87 zangband-2.7.4b.ebuild: