Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/wxmud: wxmud-9999.ebuild ChangeLog
Date: Fri, 28 Dec 2007 03:14:23
Message-Id: E1J85fp-0006gW-Di@stork.gentoo.org
1 leio 07/12/28 03:14:13
2
3 Modified: wxmud-9999.ebuild ChangeLog
4 Log:
5 Use games.eclass
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 games-mud/wxmud/wxmud-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?r1=1.1&r2=1.2
14
15 Index: wxmud-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wxmud-9999.ebuild 28 Dec 2007 02:32:00 -0000 1.1
22 +++ wxmud-9999.ebuild 28 Dec 2007 03:14:12 -0000 1.2
23 @@ -1,12 +1,9 @@
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-mud/wxmud/wxmud-9999.ebuild,v 1.1 2007/12/28 02:32:00 leio Exp $
27 -
28 -WANT_AUTOCONF=latest
29 -WANT_AUTOMAKE=latest
30 +# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.2 2007/12/28 03:14:12 leio Exp $
31
32 WX_GTK_VER=2.8
33 -inherit flag-o-matic subversion wxwidgets autotools
34 +inherit flag-o-matic subversion wxwidgets autotools games
35
36 DESCRIPTION="Cross-platform MUD client"
37 HOMEPAGE="http://wxmud.sourceforge.net/"
38 @@ -31,7 +28,8 @@
39
40 src_compile() {
41 append-flags -fno-strict-aliasing
42 - econf --with-wx-config="${WX_CONFIG}" \
43 + # No audiere in portage yet, so useful MSP support is disabled for now
44 + egamesconf --with-wx-config="${WX_CONFIG}" \
45 $(use_enable python) \
46 --disable-audiere \
47 || die
48 @@ -41,4 +39,5 @@
49 src_install() {
50 emake DESTDIR="${D}" install || die "emake install failed"
51 dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
52 + prepgamesdirs
53 }
54
55
56
57 1.2 games-mud/wxmud/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/ChangeLog?r1=1.1&r2=1.2
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- ChangeLog 28 Dec 2007 02:32:00 -0000 1.1
70 +++ ChangeLog 28 Dec 2007 03:14:12 -0000 1.2
71 @@ -1,6 +1,9 @@
72 # ChangeLog for games-mud/wxmud
73 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.1 2007/12/28 02:32:00 leio Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.2 2007/12/28 03:14:12 leio Exp $
76 +
77 + 28 Dec 2007; Mart Raudsepp <leio@g.o> wxmud-9999.ebuild:
78 + Use games.eclass
79
80 *wxmud-9999 (28 Dec 2007)
81
82
83
84
85 --
86 gentoo-commits@g.o mailing list