summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-08-02 00:36:19 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-08-02 00:36:19 +0000
commit525078e99210e12cd686f8965ad94bd0ae32c301 (patch)
tree6fd97232520e85c8051c9b5325ac4f8d851bb3ba /games-strategy
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-525078e99210e12cd686f8965ad94bd0ae32c301.tar.gz
gentoo-2-525078e99210e12cd686f8965ad94bd0ae32c301.tar.bz2
gentoo-2-525078e99210e12cd686f8965ad94bd0ae32c301.zip
Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett <mr_bones_@gentoo.org> in bug #278981. Played first tutorial on a dual hex-core Opteron with USE="nls -dedicated -server -tinygui". Quoted two variables.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/ChangeLog8
-rw-r--r--games-strategy/wesnoth/wesnoth-1.6.4.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index 51051577b320..7afaa4cc214b 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.152 2009/07/06 07:13:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.153 2009/08/02 00:36:19 chainsaw Exp $
+
+ 02 Aug 2009; <chainsaw@gentoo.org> wesnoth-1.6.4.ebuild:
+ Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett
+ <mr_bones_@gentoo.org> in bug #278981. Played first tutorial on a dual
+ hex-core Opteron with USE="nls -dedicated -server -tinygui". Quoted two
+ variables.
*wesnoth-1.6.4 (06 Jul 2009)
diff --git a/games-strategy/wesnoth/wesnoth-1.6.4.ebuild b/games-strategy/wesnoth/wesnoth-1.6.4.ebuild
index 8ce1822bbc12..553dbe8b196c 100644
--- a/games-strategy/wesnoth/wesnoth-1.6.4.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.1 2009/07/06 07:13:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.2 2009/08/02 00:36:19 chainsaw Exp $
EAPI=2
inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="dedicated nls server tinygui"
RDEPEND=">=media-libs/libsdl-1.2.7[X]
@@ -70,8 +70,8 @@ src_configure() {
-DENABLE_FRIBIDI=FALSE
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DPREFERENCES_DIR=.wesnoth
- -DDATAROOTDIR=${GAMES_DATADIR}
- -DBINDIR=${GAMES_BINDIR}
+ -DDATAROOTDIR="${GAMES_DATADIR}"
+ -DBINDIR="${GAMES_BINDIR}"
-DICONDIR=/usr/share/pixmaps
-DDESKTOPDIR=/usr/share/applications
-DMANDIR=/usr/share/man