From 44e72a66742e04926c31a334a22ab2e0cd341701 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 1 Mar 2011 07:29:03 +0000 Subject: EAPI=2; slot gtk+ dep (Portage version: 2.1.9.25/cvs/Linux i686) --- games-strategy/gwp/ChangeLog | 7 +++++-- games-strategy/gwp/gwp-0.4.0-r2.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/gwp/ChangeLog b/games-strategy/gwp/ChangeLog index e3e41803efe4..4a4b812aefcf 100644 --- a/games-strategy/gwp/ChangeLog +++ b/games-strategy/gwp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/gwp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.6 2009/11/21 19:35:00 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.7 2011/03/01 07:29:03 mr_bones_ Exp $ + + 01 Mar 2011; Michael Sterrett gwp-0.4.0-r2.ebuild: + EAPI=2; slot gtk+ dep 21 Nov 2009; Markus Meier gwp-0.4.0-r2.ebuild: x86 stable, bug #289162 diff --git a/games-strategy/gwp/gwp-0.4.0-r2.ebuild b/games-strategy/gwp/gwp-0.4.0-r2.ebuild index 1fa8882010c6..12425b6b809c 100644 --- a/games-strategy/gwp/gwp-0.4.0-r2.ebuild +++ b/games-strategy/gwp/gwp-0.4.0-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ +EAPI=2 inherit eutils gnome2 DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="nls opengl python" -RDEPEND="=x11-libs/gtk+-2* +RDEPEND="x11-libs/gtk+:2 =gnome-base/libgnomeui-2* =gnome-base/libglade-2* app-text/scrollkeeper @@ -25,8 +26,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" -src_unpack() { - gnome2_src_unpack +src_prepare() { + gnome2_src_prepare epatch \ "${FILESDIR}"/${P}-gcc41.patch \ "${FILESDIR}"/${P}-exec-stack.patch -- cgit v1.2.3-65-gdbad