diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-01 07:29:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-01 07:29:03 +0000 |
commit | 44e72a66742e04926c31a334a22ab2e0cd341701 (patch) | |
tree | 7a78fb6e995b74967c950e71d1fe8fc8d57636a7 /games-strategy | |
parent | Prepare for gtk+-3.x (slotted dependencies). (diff) | |
download | gentoo-2-44e72a66742e04926c31a334a22ab2e0cd341701.tar.gz gentoo-2-44e72a66742e04926c31a334a22ab2e0cd341701.tar.bz2 gentoo-2-44e72a66742e04926c31a334a22ab2e0cd341701.zip |
EAPI=2; slot gtk+ dep
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/gwp/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/gwp/gwp-0.4.0-r2.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
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 <mr_bones_@gentoo.org> gwp-0.4.0-r2.ebuild: + EAPI=2; slot gtk+ dep 21 Nov 2009; Markus Meier <maekke@gentoo.org> 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 |