summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-16 23:59:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-16 23:59:22 +0000
commit0ac784425ef9d7f6e9b56e2a20e981f213ff3e9a (patch)
tree0a0a8ff4d3a8866de3952cc2f23693542db1f200 /games-strategy
parentnomusic for wesnoth (bug #60570) (diff)
downloadhistorical-0ac784425ef9d7f6e9b56e2a20e981f213ff3e9a.tar.gz
historical-0ac784425ef9d7f6e9b56e2a20e981f213ff3e9a.tar.bz2
historical-0ac784425ef9d7f6e9b56e2a20e981f213ff3e9a.zip
enable lite install knob (bug #60570)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/ChangeLog5
-rw-r--r--games-strategy/wesnoth/Manifest4
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.2.ebuild5
3 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index 80d769fe8526..2880d3ae9498 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.35 2004/08/15 10:42:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.36 2004/08/16 23:59:22 mr_bones_ Exp $
+
+ 16 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.8.2.ebuild:
+ enable lite install knob (bug #60570)
15 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> -wesnoth-0.7.10.ebuild,
-wesnoth-0.7.11.ebuild:
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 957103544e59..bb6bfd02bb3a 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,8 +1,8 @@
MD5 70af11249b648c110696363fb2ac241b wesnoth-0.8.ebuild 1115
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 2a9b3841307f8b505d066dbd6589f3d4 ChangeLog 4759
+MD5 5c0d3b390b6365d2c579fed714e3485d ChangeLog 4877
MD5 a20d489d39fdf52c8303f30ee2284b84 wesnoth-0.8.1.ebuild 1117
-MD5 cac140be6d330b7338ff0cf62a1a84aa wesnoth-0.8.2.ebuild 1117
+MD5 b28e4eb180684bc352b4835100ad800a wesnoth-0.8.2.ebuild 1156
MD5 c62eaa95b5f21678b071c39ae5b60f0c files/digest-wesnoth-0.8 65
MD5 2bc8f6215be5ce7f59d5e7969ad042d1 files/digest-wesnoth-0.8.1 67
MD5 b97ec5f679625aad3505bc806419bdf7 files/digest-wesnoth-0.8.2 67
diff --git a/games-strategy/wesnoth/wesnoth-0.8.2.ebuild b/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
index 056651a55436..349f7aa1f500 100644
--- a/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
+++ b/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.2.ebuild,v 1.1 2004/08/15 10:41:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.2.ebuild,v 1.2 2004/08/16 23:59:22 mr_bones_ Exp $
inherit flag-o-matic gcc games
@@ -11,7 +11,7 @@ SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
-IUSE="server editor tools gnome kde"
+IUSE="server editor tools gnome kde nomusic"
DEPEND=">=media-libs/libsdl-1.2.7
>=media-libs/sdl-image-1.2
@@ -24,6 +24,7 @@ src_compile() {
[ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer
egamesconf \
--disable-dependency-tracking \
+ $(use_enable nomusic lite) \
$(use_enable server) \
$(use_enable editor) \
$(use_enable tools) \