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.1.11.ebuild
Date: Tue, 09 Feb 2010 05:51:48
Message-Id: E1Nej0h-0007RT-U1@stork.gentoo.org
1 mr_bones_ 10/02/09 05:51:43
2
3 Modified: ChangeLog freeciv-2.1.11.ebuild
4 Log:
5 tidy sound config (bug #303609)
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.98 games-strategy/freeciv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.98&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.98&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.97&r2=1.98
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
18 retrieving revision 1.97
19 retrieving revision 1.98
20 diff -u -r1.97 -r1.98
21 --- ChangeLog 31 Jan 2010 07:27:00 -0000 1.97
22 +++ ChangeLog 9 Feb 2010 05:51:43 -0000 1.98
23 @@ -1,6 +1,10 @@
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.97 2010/01/31 07:27:00 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.98 2010/02/09 05:51:43 mr_bones_ Exp $
28 +
29 + 09 Feb 2010; Michael Sterrett <mr_bones_@g.o>
30 + freeciv-2.1.11.ebuild:
31 + tidy sound config (bug #303609)
32
33 *freeciv-2.1.11 (31 Jan 2010)
34
35
36
37
38 1.4 games-strategy/freeciv/freeciv-2.1.11.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild?r1=1.3&r2=1.4
43
44 Index: freeciv-2.1.11.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- freeciv-2.1.11.ebuild 2 Feb 2010 17:31:35 -0000 1.3
51 +++ freeciv-2.1.11.ebuild 9 Feb 2010 05:51:43 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild,v 1.3 2010/02/02 17:31:35 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild,v 1.4 2010/02/09 05:51:43 mr_bones_ Exp $
57
58 EAPI=2
59 inherit eutils gnome2-utils games
60 @@ -32,8 +32,6 @@
61 )
62 ggz? ( dev-games/ggz-client-libs )
63 media-libs/libpng
64 - media-libs/alsa-lib
65 - media-libs/audiofile
66 sdl? ( media-libs/sdl-mixer )
67 auth? ( virtual/mysql )
68 )"
69 @@ -82,7 +80,6 @@
70 }
71
72 src_configure() {
73 - local mysoundconf
74 local myclient
75
76 if use dedicated ; then
77 @@ -104,8 +101,7 @@
78 $(use_with readline) \
79 $(use_enable sdl sdl-mixer) \
80 $(use_with ggz ggz-client) \
81 - --enable-client=${myclient} \
82 - ${mysoundconf}
83 + --enable-client=${myclient}
84 }
85
86 src_install() {