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/freeciv: ChangeLog freeciv-2.2.0.ebuild
Date: Tue, 27 Apr 2010 06:38:03
Message-Id: 20100427063800.F2AD92C04C@corvid.gentoo.org
1 mr_bones_ 10/04/27 06:38:00
2
3 Modified: ChangeLog freeciv-2.2.0.ebuild
4 Log:
5 add required ggz deps (bug #317289)
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.103 games-strategy/freeciv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.103&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.103&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.102&r2=1.103
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
18 retrieving revision 1.102
19 retrieving revision 1.103
20 diff -u -r1.102 -r1.103
21 --- ChangeLog 13 Apr 2010 15:49:21 -0000 1.102
22 +++ ChangeLog 27 Apr 2010 06:38:00 -0000 1.103
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-strategy/freeciv
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.102 2010/04/13 15:49:21 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.103 2010/04/27 06:38:00 mr_bones_ Exp $
28 +
29 + 27 Apr 2010; Michael Sterrett <mr_bones_@g.o> freeciv-2.2.0.ebuild:
30 + add required ggz deps (bug #317289); drop mips due to missing keywords
31
32 13 Apr 2010; Michael Sterrett <mr_bones_@g.o> freeciv-2.2.0.ebuild:
33 fix deps for auth support (bug #315005)
34
35
36
37 1.5 games-strategy/freeciv/freeciv-2.2.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?r1=1.4&r2=1.5
42
43 Index: freeciv-2.2.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- freeciv-2.2.0.ebuild 13 Apr 2010 15:49:21 -0000 1.4
50 +++ freeciv-2.2.0.ebuild 27 Apr 2010 06:38:00 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v 1.4 2010/04/13 15:49:21 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v 1.5 2010/04/27 06:38:00 mr_bones_ Exp $
56
57 EAPI=2
58 inherit eutils gnome2-utils games
59 @@ -11,12 +11,13 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
64 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="auth dedicated ggz gtk ipv6 nls readline sdl +sound"
66
67 RDEPEND="readline? ( sys-libs/readline )
68 sys-libs/zlib
69 app-arch/bzip2
70 + dev-games/libggz
71 auth? ( virtual/mysql )
72 !dedicated? (
73 nls? ( virtual/libintl )
74 @@ -31,7 +32,7 @@
75 media-libs/libsdl[audio]
76 media-libs/sdl-mixer
77 )
78 - ggz? ( dev-games/ggz-client-libs )
79 + ggz? ( games-board/ggz-gtk-client )
80 media-libs/libpng
81 )"
82 DEPEND="${RDEPEND}
83 @@ -61,7 +62,7 @@
84 }
85
86 src_configure() {
87 - local myclient
88 + local myclient myopts
89
90 if use dedicated ; then
91 myclient="no"
92 @@ -69,17 +70,19 @@
93 use sdl && myclient="${myclient} sdl"
94 use gtk && myclient="${myclient} gtk"
95 [[ -z ${myclient} ]] && myclient="gtk" # default to gtk if none specified
96 + myopts=$(use_with ggz ggz-client)
97 fi
98
99 egamesconf \
100 --disable-dependency-tracking \
101 --localedir=/usr/share/locale \
102 + --with-ggzconfig=/usr/bin \
103 $(use_enable auth) \
104 $(use_enable ipv6) \
105 $(use_enable nls) \
106 $(use_with readline) \
107 $(use_enable sound sdl-mixer) \
108 - $(use_with ggz ggz-client) \
109 + ${myopts} \
110 --enable-client="${myclient}"
111 }