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-strategy/wesnoth: wesnoth-1.6a.ebuild ChangeLog
Date: Tue, 24 Mar 2009 21:34:29
Message-Id: E1LmEGR-0002pJ-9l@stork.gentoo.org
1 mr_bones_ 09/03/24 21:34:27
2
3 Modified: wesnoth-1.6a.ebuild ChangeLog
4 Log:
5 touchups; install desktop files (bug #263666)
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 games-strategy/wesnoth/wesnoth-1.6a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild?r1=1.2&r2=1.3
14
15 Index: wesnoth-1.6a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- wesnoth-1.6a.ebuild 23 Mar 2009 05:06:30 -0000 1.2
22 +++ wesnoth-1.6a.ebuild 24 Mar 2009 21:34:27 -0000 1.3
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.6a.ebuild,v 1.2 2009/03/23 05:06:30 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild,v 1.3 2009/03/24 21:34:27 mr_bones_ Exp $
28
29 EAPI=2
30 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
31 @@ -63,8 +63,8 @@
32 fi
33 mycmakeargs="
34 ${mycmakeargs}
35 - -DENABLE_GAME=$(use dedicated && echo FALSE || echo TRUE)
36 - -DENABLE_NLS=$(use nls && echo TRUE || echo FALSE)
37 + $(cmake-utils_use_enable !dedicated GAME)
38 + $(cmake-utils_use_enable nls NLS)
39 -DGUI=$(use tinygui && echo tiny || echo normal)
40 -DENABLE_FRIBIDI=FALSE
41 -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
42 @@ -86,5 +86,7 @@
43 keepdir "${GAMES_STATEDIR}/run/wesnothd"
44 doinitd "${T}"/wesnothd || die "doinitd failed"
45 fi
46 + doicon icons/{wesnoth-icon.png,wesnoth_editor-icon.png}
47 + domenu icons/*desktop
48 prepgamesdirs
49 }
50
51
52
53 1.141 games-strategy/wesnoth/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.141&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.141&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.140&r2=1.141
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
62 retrieving revision 1.140
63 retrieving revision 1.141
64 diff -u -r1.140 -r1.141
65 --- ChangeLog 23 Mar 2009 02:14:13 -0000 1.140
66 +++ ChangeLog 24 Mar 2009 21:34:27 -0000 1.141
67 @@ -1,6 +1,9 @@
68 # ChangeLog for games-strategy/wesnoth
69 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.140 2009/03/23 02:14:13 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.141 2009/03/24 21:34:27 mr_bones_ Exp $
72 +
73 + 24 Mar 2009; Michael Sterrett <mr_bones_@g.o> wesnoth-1.6a.ebuild:
74 + touchups; install desktop files (bug #263666)
75
76 *wesnoth-1.6a (23 Mar 2009)