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.13.ebuild ChangeLog
Date: Sun, 28 Feb 2010 00:43:16
Message-Id: E1NlXFW-0006JR-Cp@stork.gentoo.org
1 mr_bones_ 10/02/28 00:43:10
2
3 Modified: wesnoth-1.7.13.ebuild ChangeLog
4 Log:
5 allow media-gfx/graphicsmagick to provide image conversion
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 games-strategy/wesnoth/wesnoth-1.7.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild?r1=1.1&r2=1.2
14
15 Index: wesnoth-1.7.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wesnoth-1.7.13.ebuild 10 Feb 2010 18:48:00 -0000 1.1
22 +++ wesnoth-1.7.13.ebuild 28 Feb 2010 00:43:09 -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.13.ebuild,v 1.1 2010/02/10 18:48:00 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild,v 1.2 2010/02/28 00:43:09 mr_bones_ Exp $
28
29 EAPI=2
30 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
31 @@ -31,7 +31,12 @@
32 DEPEND="${RDEPEND}
33 dev-util/pkgconfig
34 !dedicated? (
35 - tinygui? ( media-gfx/imagemagick[jpeg,png] )
36 + tinygui? (
37 + || (
38 + media-gfx/imagemagick[jpeg,png]
39 + media-gfx/graphicsmagick[imagemagick,jpeg,png]
40 + )
41 + )
42 )
43 sys-devel/gettext"
44
45
46
47
48 1.168 games-strategy/wesnoth/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.168&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.168&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.167&r2=1.168
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
57 retrieving revision 1.167
58 retrieving revision 1.168
59 diff -u -r1.167 -r1.168
60 --- ChangeLog 10 Feb 2010 18:48:00 -0000 1.167
61 +++ ChangeLog 28 Feb 2010 00:43:09 -0000 1.168
62 @@ -1,6 +1,10 @@
63 # ChangeLog for games-strategy/wesnoth
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.167 2010/02/10 18:48:00 mr_bones_ Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.168 2010/02/28 00:43:09 mr_bones_ Exp $
67 +
68 + 28 Feb 2010; Michael Sterrett <mr_bones_@g.o>
69 + wesnoth-1.7.13.ebuild:
70 + allow media-gfx/graphicsmagick to provide image conversion
71
72 *wesnoth-1.7.13 (10 Feb 2010)