Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@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, 11 May 2010 21:14:41
Message-Id: 20100511211439.265802C4F8@corvid.gentoo.org
1 ranger 10/05/11 21:14:38
2
3 Modified: ChangeLog freeciv-2.2.0.ebuild
4 Log:
5 keyworded ~arch for ppc64, bug 313345
6 (Portage version: 2.1.7.17/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.107 games-strategy/freeciv/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.107&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.107&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.106&r2=1.107
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
18 retrieving revision 1.106
19 retrieving revision 1.107
20 diff -u -r1.106 -r1.107
21 --- ChangeLog 9 May 2010 18:25:45 -0000 1.106
22 +++ ChangeLog 11 May 2010 21:14:38 -0000 1.107
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.106 2010/05/09 18:25:45 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.107 2010/05/11 21:14:38 ranger Exp $
28 +
29 + 11 May 2010; Brent Baude <ranger@g.o> freeciv-2.2.0.ebuild:
30 + keyworded ~arch for ppc64, bug 313345
31
32 09 May 2010; Raúl Porcel <armin76@g.o> freeciv-2.2.0.ebuild:
33 Re-add ~alpha/~sparc wrt #317461
34
35
36
37 1.9 games-strategy/freeciv/freeciv-2.2.0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?r1=1.8&r2=1.9
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.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- freeciv-2.2.0.ebuild 9 May 2010 18:25:45 -0000 1.8
50 +++ freeciv-2.2.0.ebuild 11 May 2010 21:14:38 -0000 1.9
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.8 2010/05/09 18:25:45 armin76 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v 1.9 2010/05/11 21:14:38 ranger Exp $
56
57 EAPI=2
58 inherit eutils gnome2-utils games-ggz games
59 @@ -11,7 +11,7 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="~alpha ~amd64 ~ppc ~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 )