Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
Date: Sun, 02 Aug 2009 00:36:22
Message-Id: E1MXP3k-0007is-0C@stork.gentoo.org
1 chainsaw 09/08/02 00:36:20
2
3 Modified: wesnoth-1.6.4.ebuild ChangeLog
4 Log:
5 Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett <mr_bones_@g.o> in bug #278981. Played first tutorial on a dual hex-core Opteron with USE="nls -dedicated -server -tinygui". Quoted two variables.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 games-strategy/wesnoth/wesnoth-1.6.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?r1=1.1&r2=1.2
14
15 Index: wesnoth-1.6.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wesnoth-1.6.4.ebuild 6 Jul 2009 07:13:26 -0000 1.1
22 +++ wesnoth-1.6.4.ebuild 2 Aug 2009 00:36:19 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.1 2009/07/06 07:13:26 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.2 2009/08/02 00:36:19 chainsaw Exp $
28
29 EAPI=2
30 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
31 @@ -11,7 +11,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
36 +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 IUSE="dedicated nls server tinygui"
38
39 RDEPEND=">=media-libs/libsdl-1.2.7[X]
40 @@ -70,8 +70,8 @@
41 -DENABLE_FRIBIDI=FALSE
42 -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
43 -DPREFERENCES_DIR=.wesnoth
44 - -DDATAROOTDIR=${GAMES_DATADIR}
45 - -DBINDIR=${GAMES_BINDIR}
46 + -DDATAROOTDIR="${GAMES_DATADIR}"
47 + -DBINDIR="${GAMES_BINDIR}"
48 -DICONDIR=/usr/share/pixmaps
49 -DDESKTOPDIR=/usr/share/applications
50 -DMANDIR=/usr/share/man
51
52
53
54 1.153 games-strategy/wesnoth/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.153&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.153&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.152&r2=1.153
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
63 retrieving revision 1.152
64 retrieving revision 1.153
65 diff -u -r1.152 -r1.153
66 --- ChangeLog 6 Jul 2009 07:13:26 -0000 1.152
67 +++ ChangeLog 2 Aug 2009 00:36:19 -0000 1.153
68 @@ -1,6 +1,12 @@
69 # ChangeLog for games-strategy/wesnoth
70 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.152 2009/07/06 07:13:26 mr_bones_ Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.153 2009/08/02 00:36:19 chainsaw Exp $
73 +
74 + 02 Aug 2009; <chainsaw@g.o> wesnoth-1.6.4.ebuild:
75 + Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett
76 + <mr_bones_@g.o> in bug #278981. Played first tutorial on a dual
77 + hex-core Opteron with USE="nls -dedicated -server -tinygui". Quoted two
78 + variables.
79
80 *wesnoth-1.6.4 (06 Jul 2009)