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/gwp: ChangeLog gwp-0.4.0-r2.ebuild
Date: Tue, 01 Mar 2011 07:29:14
Message-Id: 20110301072903.B9E6520054@flycatcher.gentoo.org
1 mr_bones_ 11/03/01 07:29:03
2
3 Modified: ChangeLog gwp-0.4.0-r2.ebuild
4 Log:
5 EAPI=2; slot gtk+ dep
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.7 games-strategy/gwp/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 21 Nov 2009 19:35:00 -0000 1.6
23 +++ ChangeLog 1 Mar 2011 07:29:03 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-strategy/gwp
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.6 2009/11/21 19:35:00 maekke Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.7 2011/03/01 07:29:03 mr_bones_ Exp $
30 +
31 + 01 Mar 2011; Michael Sterrett <mr_bones_@g.o> gwp-0.4.0-r2.ebuild:
32 + EAPI=2; slot gtk+ dep
33
34 21 Nov 2009; Markus Meier <maekke@g.o> gwp-0.4.0-r2.ebuild:
35 x86 stable, bug #289162
36
37
38
39 1.5 games-strategy/gwp/gwp-0.4.0-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: gwp-0.4.0-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gwp-0.4.0-r2.ebuild 21 Nov 2009 19:35:00 -0000 1.4
52 +++ gwp-0.4.0-r2.ebuild 1 Mar 2011 07:29:03 -0000 1.5
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.4 2009/11/21 19:35:00 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.5 2011/03/01 07:29:03 mr_bones_ Exp $
59
60 +EAPI=2
61 inherit eutils gnome2
62
63 DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3"
64 @@ -13,7 +14,7 @@
65 KEYWORDS="amd64 x86"
66 IUSE="nls opengl python"
67
68 -RDEPEND="=x11-libs/gtk+-2*
69 +RDEPEND="x11-libs/gtk+:2
70 =gnome-base/libgnomeui-2*
71 =gnome-base/libglade-2*
72 app-text/scrollkeeper
73 @@ -25,8 +26,8 @@
74 dev-util/pkgconfig
75 nls? ( sys-devel/gettext )"
76
77 -src_unpack() {
78 - gnome2_src_unpack
79 +src_prepare() {
80 + gnome2_src_prepare
81 epatch \
82 "${FILESDIR}"/${P}-gcc41.patch \
83 "${FILESDIR}"/${P}-exec-stack.patch