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.7.12.ebuild ChangeLog
Date: Tue, 09 Feb 2010 23:12:00
Message-Id: E1NezFN-0004Fp-18@stork.gentoo.org
1 mr_bones_ 10/02/09 23:11:57
2
3 Modified: wesnoth-1.7.12.ebuild ChangeLog
4 Log:
5 add dbus support
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 games-strategy/wesnoth/wesnoth-1.7.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.12.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.12.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.12.ebuild?r1=1.1&r2=1.2
14
15 Index: wesnoth-1.7.12.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.12.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wesnoth-1.7.12.ebuild 18 Jan 2010 08:08:35 -0000 1.1
22 +++ wesnoth-1.7.12.ebuild 9 Feb 2010 23:11:56 -0000 1.2
23 @@ -1,6 +1,6 @@
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/wesnoth/wesnoth-1.7.12.ebuild,v 1.1 2010/01/18 08:08:35 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.12.ebuild,v 1.2 2010/02/09 23:11:56 mr_bones_ Exp $
28
29 EAPI=2
30 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
31 @@ -12,13 +12,16 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 -IUSE="dedicated doc nls server tinygui"
36 +IUSE="dbus dedicated doc nls server tinygui"
37
38 RDEPEND=">=media-libs/libsdl-1.2.7[video,X]
39 media-libs/sdl-net
40 >=media-libs/sdl-ttf-2.0.8
41 >=media-libs/sdl-mixer-1.2[vorbis]
42 >=media-libs/sdl-image-1.2[jpeg,png]
43 + !dedicated? (
44 + dbus? ( sys-apps/dbus )
45 + )
46 dev-libs/boost
47 sys-libs/zlib
48 x11-libs/pango
49 @@ -73,6 +76,7 @@
50 $(cmake-utils_use_enable !dedicated GAME)
51 $(cmake-utils_use_enable !dedicated ENABLE_DESKTOP_ENTRY)
52 $(cmake-utils_use_enable nls NLS)
53 + $(cmake-utils_use_enable dbus NOTIFICATIONS)
54 -DGUI=$(use tinygui && echo tiny || echo normal)
55 -DENABLE_FRIBIDI=FALSE
56 -DENABLE_STRICT_COMPILATION=FALSE
57
58
59
60 1.166 games-strategy/wesnoth/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.166&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.166&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.165&r2=1.166
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
69 retrieving revision 1.165
70 retrieving revision 1.166
71 diff -u -r1.165 -r1.166
72 --- ChangeLog 18 Jan 2010 08:08:35 -0000 1.165
73 +++ ChangeLog 9 Feb 2010 23:11:56 -0000 1.166
74 @@ -1,6 +1,10 @@
75 # ChangeLog for games-strategy/wesnoth
76 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.165 2010/01/18 08:08:35 mr_bones_ Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.166 2010/02/09 23:11:56 mr_bones_ Exp $
79 +
80 + 09 Feb 2010; Michael Sterrett <mr_bones_@g.o>
81 + wesnoth-1.7.12.ebuild:
82 + add dbus support
83
84 *wesnoth-1.7.12 (18 Jan 2010)