Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@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: Sun, 02 May 2010 13:17:00
Message-Id: 20100502131657.926FE2C21A@corvid.gentoo.org
1 nyhm 10/05/02 13:16:57
2
3 Modified: ChangeLog freeciv-2.2.0.ebuild
4 Log:
5 Use games-ggz.eclass
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.105 games-strategy/freeciv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.105&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.105&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.104&r2=1.105
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
18 retrieving revision 1.104
19 retrieving revision 1.105
20 diff -u -r1.104 -r1.105
21 --- ChangeLog 27 Apr 2010 12:14:42 -0000 1.104
22 +++ ChangeLog 2 May 2010 13:16:57 -0000 1.105
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.104 2010/04/27 12:14:42 phajdan.jr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.105 2010/05/02 13:16:57 nyhm Exp $
28 +
29 + 02 May 2010; Tristan Heaven <nyhm@g.o> freeciv-2.2.0.ebuild:
30 + Use games-ggz.eclass
31
32 27 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o> freeciv-2.2.0.ebuild:
33 x86 stable wrt bug #313345. Keywords for alpha, mips, ppc64 and sparc are
34
35
36
37 1.7 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.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild?r1=1.6&r2=1.7
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.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- freeciv-2.2.0.ebuild 27 Apr 2010 12:14:42 -0000 1.6
50 +++ freeciv-2.2.0.ebuild 2 May 2010 13:16:57 -0000 1.7
51 @@ -1,9 +1,9 @@
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.6 2010/04/27 12:14:42 phajdan.jr Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v 1.7 2010/05/02 13:16:57 nyhm Exp $
56
57 EAPI=2
58 -inherit eutils gnome2-utils games
59 +inherit eutils gnome2-utils games-ggz games
60
61 DESCRIPTION="multiplayer strategy game (Civilization Clone)"
62 HOMEPAGE="http://www.freeciv.org/"
63 @@ -77,6 +77,7 @@
64 --disable-dependency-tracking \
65 --localedir=/usr/share/locale \
66 --with-ggzconfig=/usr/bin \
67 + --enable-noregistry="${GGZ_MODDIR}" \
68 $(use_enable auth) \
69 $(use_enable ipv6) \
70 $(use_enable nls) \
71 @@ -113,9 +114,11 @@
72
73 pkg_postinst() {
74 games_pkg_postinst
75 + games-ggz_update_modules
76 gnome2_icon_cache_update
77 }
78
79 pkg_postrm() {
80 + games-ggz_update_modules
81 gnome2_icon_cache_update
82 }