Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@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 12:14:46
Message-Id: 20100427121442.825432C04C@corvid.gentoo.org
1 phajdan.jr 10/04/27 12:14:42
2
3 Modified: ChangeLog freeciv-2.2.0.ebuild
4 Log:
5 x86 stable wrt bug #313345. Keywords for alpha, mips, ppc64 and sparc are
6 dropped due to unsatisfied dependencies (filed bug #317461).
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.104 games-strategy/freeciv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 27 Apr 2010 06:38:00 -0000 1.103
23 +++ ChangeLog 27 Apr 2010 12:14:42 -0000 1.104
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-strategy/freeciv
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.103 2010/04/27 06:38:00 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.104 2010/04/27 12:14:42 phajdan.jr Exp $
29 +
30 + 27 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o> freeciv-2.2.0.ebuild:
31 + x86 stable wrt bug #313345. Keywords for alpha, mips, ppc64 and sparc are
32 + dropped due to unsatisfied dependencies (filed bug #317461).
33
34 27 Apr 2010; Michael Sterrett <mr_bones_@g.o> freeciv-2.2.0.ebuild:
35 add required ggz deps (bug #317289); drop mips due to missing keywords
36
37
38
39 1.6 games-strategy/freeciv/freeciv-2.2.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?r1=1.5&r2=1.6
44
45 Index: freeciv-2.2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- freeciv-2.2.0.ebuild 27 Apr 2010 06:38:00 -0000 1.5
52 +++ freeciv-2.2.0.ebuild 27 Apr 2010 12:14:42 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v 1.6 2010/04/27 12:14:42 phajdan.jr Exp $
58
59 EAPI=2
60 inherit eutils gnome2-utils games
61 @@ -11,7 +11,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
66 +KEYWORDS="~amd64 ~ppc x86"
67 IUSE="auth dedicated ggz gtk ipv6 nls readline sdl +sound"
68
69 RDEPEND="readline? ( sys-libs/readline )