summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-12-28 03:14:12 +0000
committerMart Raudsepp <leio@gentoo.org>2007-12-28 03:14:12 +0000
commit60b904f440e01dceadc751a41299510d7d8b1391 (patch)
tree8c12d7b07becad07517f83637cbc1baa949edc8c
parentversion bump (diff)
downloadgentoo-2-60b904f440e01dceadc751a41299510d7d8b1391.tar.gz
gentoo-2-60b904f440e01dceadc751a41299510d7d8b1391.tar.bz2
gentoo-2-60b904f440e01dceadc751a41299510d7d8b1391.zip
Use games.eclass
(Portage version: 2.1.4_rc11)
-rw-r--r--games-mud/wxmud/ChangeLog5
-rw-r--r--games-mud/wxmud/wxmud-9999.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/games-mud/wxmud/ChangeLog b/games-mud/wxmud/ChangeLog
index 9f7bfb84ccb4..3cd6e976b57d 100644
--- a/games-mud/wxmud/ChangeLog
+++ b/games-mud/wxmud/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/wxmud
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.1 2007/12/28 02:32:00 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.2 2007/12/28 03:14:12 leio Exp $
+
+ 28 Dec 2007; Mart Raudsepp <leio@gentoo.org> wxmud-9999.ebuild:
+ Use games.eclass
*wxmud-9999 (28 Dec 2007)
diff --git a/games-mud/wxmud/wxmud-9999.ebuild b/games-mud/wxmud/wxmud-9999.ebuild
index ec80dbf0a400..97abe375d650 100644
--- a/games-mud/wxmud/wxmud-9999.ebuild
+++ b/games-mud/wxmud/wxmud-9999.ebuild
@@ -1,12 +1,9 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.1 2007/12/28 02:32:00 leio Exp $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.2 2007/12/28 03:14:12 leio Exp $
WX_GTK_VER=2.8
-inherit flag-o-matic subversion wxwidgets autotools
+inherit flag-o-matic subversion wxwidgets autotools games
DESCRIPTION="Cross-platform MUD client"
HOMEPAGE="http://wxmud.sourceforge.net/"
@@ -31,7 +28,8 @@ src_unpack() {
src_compile() {
append-flags -fno-strict-aliasing
- econf --with-wx-config="${WX_CONFIG}" \
+ # No audiere in portage yet, so useful MSP support is disabled for now
+ egamesconf --with-wx-config="${WX_CONFIG}" \
$(use_enable python) \
--disable-audiere \
|| die
@@ -41,4 +39,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
+ prepgamesdirs
}