summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-15 13:58:08 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-15 13:58:08 +0000
commit88b10cd9b1f7b7a93cd748fed055975ec9ed17ea (patch)
tree2d35047153cbdec6e92fb7ea315bfe3afa15ed3f /games-mud
parentRemove arts related patch and clean ebuilds, wrt bug 291546. (diff)
downloadgentoo-2-88b10cd9b1f7b7a93cd748fed055975ec9ed17ea.tar.gz
gentoo-2-88b10cd9b1f7b7a93cd748fed055975ec9ed17ea.tar.bz2
gentoo-2-88b10cd9b1f7b7a93cd748fed055975ec9ed17ea.zip
QA: drop keywords from live package.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/wxmud/ChangeLog7
-rw-r--r--games-mud/wxmud/wxmud-9999.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/games-mud/wxmud/ChangeLog b/games-mud/wxmud/ChangeLog
index 184f0b3f9afa..db000bd729c8 100644
--- a/games-mud/wxmud/ChangeLog
+++ b/games-mud/wxmud/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/wxmud
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.3 2008/02/13 13:43:04 leio Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.4 2009/11/15 13:58:08 scarabeus Exp $
+
+ 15 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> wxmud-9999.ebuild:
+ QA: drop keywords from live package.
13 Feb 2008; Mart Raudsepp <leio@gentoo.org> wxmud-9999.ebuild:
Add ~amd64
diff --git a/games-mud/wxmud/wxmud-9999.ebuild b/games-mud/wxmud/wxmud-9999.ebuild
index 0e9ce443362d..2483e870b887 100644
--- a/games-mud/wxmud/wxmud-9999.ebuild
+++ b/games-mud/wxmud/wxmud-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.3 2008/02/13 13:43:04 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.4 2009/11/15 13:58:08 scarabeus Exp $
WX_GTK_VER=2.8
inherit flag-o-matic subversion wxwidgets autotools games
@@ -12,7 +12,7 @@ ESVN_REPO_URI="https://wxmud.svn.sourceforge.net/svnroot/wxmud/trunk"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE="python"
RDEPEND="=x11-libs/wxGTK-2.8*
@@ -31,13 +31,12 @@ src_compile() {
# 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
+ --disable-audiere
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
+ dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt || die
prepgamesdirs
}