summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-02-16 00:49:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-02-16 00:49:33 +0000
commit17c2d5c1aff3ee2736a65851b9ac0bb7b5161a67 (patch)
treead517c8384e819bf918af528d514b599f0268613 /games-strategy/glest
parentAdd bitescript to the list of forced packages. (diff)
downloadgentoo-2-17c2d5c1aff3ee2736a65851b9ac0bb7b5161a67.tar.gz
gentoo-2-17c2d5c1aff3ee2736a65851b9ac0bb7b5161a67.tar.bz2
gentoo-2-17c2d5c1aff3ee2736a65851b9ac0bb7b5161a67.zip
games goes last on the inherit line
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-strategy/glest')
-rw-r--r--games-strategy/glest/ChangeLog5
-rw-r--r--games-strategy/glest/glest-3.2.2.ebuild9
2 files changed, 11 insertions, 3 deletions
diff --git a/games-strategy/glest/ChangeLog b/games-strategy/glest/ChangeLog
index 0a53234d0797..77afb46dd65b 100644
--- a/games-strategy/glest/ChangeLog
+++ b/games-strategy/glest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.26 2010/02/15 23:55:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.27 2010/02/16 00:49:33 mr_bones_ Exp $
+
+ 16 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+ games goes last on the inherit line
15 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> glest-3.2.2.ebuild:
Use wxwidgets.eclass.
diff --git a/games-strategy/glest/glest-3.2.2.ebuild b/games-strategy/glest/glest-3.2.2.ebuild
index 08f2d9e771bc..a9cb42dcfc38 100644
--- a/games-strategy/glest/glest-3.2.2.ebuild
+++ b/games-strategy/glest/glest-3.2.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.4 2010/02/15 23:55:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.5 2010/02/16 00:49:33 mr_bones_ Exp $
EAPI=2
-inherit eutils games wxwidgets
+inherit eutils wxwidgets games
DESCRIPTION="Cross-platform 3D realtime strategy game"
HOMEPAGE="http://www.glest.org/"
@@ -31,6 +31,11 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}-source-${PV}
+pkg_setup() {
+ games_pkg_setup
+ wxwidgets_pkg_setup
+}
+
src_prepare() {
epatch \
"${FILESDIR}"/${P}-gentoo.patch \