summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-22 18:55:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-22 18:55:42 +0000
commitb114183876899ff46e1e5b62eaae8debef6bc3fe (patch)
tree561b892b26509ba51fbae8713d1c2d6b40f351c8 /games-strategy
parentRestore =uim-1.4.2 for app-i18n/scim-uim. (diff)
downloadgentoo-2-b114183876899ff46e1e5b62eaae8debef6bc3fe.tar.gz
gentoo-2-b114183876899ff46e1e5b62eaae8debef6bc3fe.tar.bz2
gentoo-2-b114183876899ff46e1e5b62eaae8debef6bc3fe.zip
clean up install and install tutorial (bug #285680)
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glest/ChangeLog5
-rw-r--r--games-strategy/glest/glest-3.2.2.ebuild11
2 files changed, 11 insertions, 5 deletions
diff --git a/games-strategy/glest/ChangeLog b/games-strategy/glest/ChangeLog
index 77afb46dd65b..91ebf39b4d7b 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.27 2010/02/16 00:49:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.28 2010/03/22 18:55:42 mr_bones_ Exp $
+
+ 22 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+ clean up install and install tutorial (bug #285680)
16 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
games goes last on the inherit line
diff --git a/games-strategy/glest/glest-3.2.2.ebuild b/games-strategy/glest/glest-3.2.2.ebuild
index 97850ff910e5..f805b4fbb0de 100644
--- a/games-strategy/glest/glest-3.2.2.ebuild
+++ b/games-strategy/glest/glest-3.2.2.ebuild
@@ -1,6 +1,6 @@
# 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.6 2010/02/16 01:00:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.7 2010/03/22 18:55:42 mr_bones_ Exp $
EAPI=2
inherit eutils wxwidgets games
@@ -8,11 +8,12 @@ inherit eutils wxwidgets games
DESCRIPTION="Cross-platform 3D realtime strategy game"
HOMEPAGE="http://www.glest.org/"
SRC_URI="http://www.titusgames.de/${PN}-source-${PV}.tar.bz2
- mirror://sourceforge/glest/${PN}_data_3.2.1.zip"
+ mirror://sourceforge/glest/${PN}_data_3.2.1.zip
+ mirror://gentoo/glest/${P}-tutorial.tar.bz2"
LICENSE="GPL-2 glest-data"
SLOT="0"
-KEYWORDS="~amd64 -ppc ~x86" # ppc: bug #145478
+KEYWORDS="~amd64 -ppc x86" # ppc: bug #145478
IUSE="editor"
RDEPEND="media-libs/libsdl[joystick,video]
@@ -51,6 +52,8 @@ src_prepare() {
-e 's:-O3 -DNDEBUG:-DNDEBUG:' \
Jamrules \
|| die "sed failed"
+
+ find "${WORKDIR}"/glest_game -name Thumbs.db -exec rm -f '{}' +
}
src_configure() {
@@ -83,7 +86,7 @@ src_install() {
cd "${WORKDIR}"/glest_game
doins -r servers.ini \
- data maps scenarios techs tilesets || die "doins data failed"
+ data maps scenarios techs tilesets tutorials || die "doins data failed"
dodoc docs/readme.txt || die "dodoc docs/readme.txt failed"
newicon techs/magitech/factions/magic/units/archmage/images/archmage.bmp \