Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.4.0.0.ebuild ChangeLog
Date: Mon, 15 Feb 2010 23:30:22
Message-Id: E1NhAOP-000456-J7@stork.gentoo.org
1 dirtyepic 10/02/15 23:30:17
2
3 Modified: asc-2.4.0.0.ebuild ChangeLog
4 Log:
5 Use wxwidgets.eclass.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 games-strategy/asc/asc-2.4.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild?r1=1.2&r2=1.3
14
15 Index: asc-2.4.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- asc-2.4.0.0.ebuild 8 Feb 2010 16:10:24 -0000 1.2
22 +++ asc-2.4.0.0.ebuild 15 Feb 2010 23:30:16 -0000 1.3
23 @@ -1,9 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild,v 1.2 2010/02/08 16:10:24 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild,v 1.3 2010/02/15 23:30:16 dirtyepic Exp $
28
29 EAPI=2
30 -inherit toolchain-funcs flag-o-matic games
31 +WX_GTK_VER=2.8
32 +inherit toolchain-funcs flag-o-matic games wxwidgets
33
34 DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series"
35 HOMEPAGE="http://www.asc-hq.org/"
36 @@ -31,7 +32,7 @@
37 dev-libs/expat
38 media-libs/freetype
39 dev-lang/lua
40 - x11-libs/wxGTK
41 + x11-libs/wxGTK:2.8[X]
42 dev-libs/libsigc++:1.2"
43 DEPEND="${RDEPEND}
44 dev-lang/perl
45
46
47
48 1.34 games-strategy/asc/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.34&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.34&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.33&r2=1.34
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
57 retrieving revision 1.33
58 retrieving revision 1.34
59 diff -u -r1.33 -r1.34
60 --- ChangeLog 8 Feb 2010 16:10:24 -0000 1.33
61 +++ ChangeLog 15 Feb 2010 23:30:16 -0000 1.34
62 @@ -1,6 +1,9 @@
63 # ChangeLog for games-strategy/asc
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.33 2010/02/08 16:10:24 fauli Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.34 2010/02/15 23:30:16 dirtyepic Exp $
67 +
68 + 15 Feb 2010; Ryan Hill <dirtyepic@g.o> asc-2.4.0.0.ebuild:
69 + Use wxwidgets.eclass.
70
71 08 Feb 2010; Christian Faulhammer <fauli@g.o> asc-2.4.0.0.ebuild:
72 stable x86, bug 301867