Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-roguelike/angband: angband-3.0.9.ebuild
Date: Wed, 12 Sep 2007 20:53:42
Message-Id: E1IVZ6S-0006Q4-GG@stork.gentoo.org
1 nyhm 07/09/12 20:46:28
2
3 Modified: angband-3.0.9.ebuild
4 Log:
5 inherit eutils; use emake
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 games-roguelike/angband/angband-3.0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/angband/angband-3.0.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/angband/angband-3.0.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/angband/angband-3.0.9.ebuild?r1=1.1&r2=1.2
14
15 Index: angband-3.0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- angband-3.0.9.ebuild 24 Aug 2007 15:55:41 -0000 1.1
22 +++ angband-3.0.9.ebuild 12 Sep 2007 20:46:28 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.9.ebuild,v 1.1 2007/08/24 15:55:41 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.9.ebuild,v 1.2 2007/09/12 20:46:28 nyhm Exp $
28
29 -inherit flag-o-matic games
30 +inherit eutils flag-o-matic games
31
32 DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R.Tolkien"
33 HOMEPAGE="http://rephial.org/"
34 @@ -39,13 +39,13 @@
35 $(use_enable gtk) \
36 $(use_enable X x11) \
37 $(use_enable sdl) \
38 - || die "egamesconf failed"
39 + || die
40 append-ldflags -Wl,-z,now
41 emake || die "emake failed"
42 }
43
44 src_install() {
45 - make DESTDIR="${D}" install || die "make install failed"
46 + emake DESTDIR="${D}" install || die "emake install failed"
47 insinto "${GAMES_DATADIR}"/${PN}/xtra
48 doins lib/xtra/angband.glade || die "doins angband.glade failed"
49 dodoc changes.txt faq.txt readme.txt thanks.txt
50
51
52
53 --
54 gentoo-commits@g.o mailing list