summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-30 18:53:53 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-30 18:53:53 +0000
commit230a440cb519d1a2f05d94e0ecefbc4d2109876a (patch)
tree2ae0345acd0625d7a1924d9e0c958f5b739a4e60 /games-mud/kmuddy/kmuddy-1.0.1.ebuild
parentia64/sparc stable wrt #294797 (diff)
downloadgentoo-2-230a440cb519d1a2f05d94e0ecefbc4d2109876a.tar.gz
gentoo-2-230a440cb519d1a2f05d94e0ecefbc4d2109876a.tar.bz2
gentoo-2-230a440cb519d1a2f05d94e0ecefbc4d2109876a.zip
Version bump. Per bug #278506. Acked by Mr_Bones_
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'games-mud/kmuddy/kmuddy-1.0.1.ebuild')
-rw-r--r--games-mud/kmuddy/kmuddy-1.0.1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/games-mud/kmuddy/kmuddy-1.0.1.ebuild b/games-mud/kmuddy/kmuddy-1.0.1.ebuild
new file mode 100644
index 000000000000..10581cb2fa3c
--- /dev/null
+++ b/games-mud/kmuddy/kmuddy-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/kmuddy/kmuddy-1.0.1.ebuild,v 1.1 2009/11/30 18:53:53 scarabeus Exp $
+
+EAPI=2
+
+KDE_LINGUAS="es"
+KDE_DOC_DIRS="doc/${PN}"
+inherit kde4-base
+
+DESCRIPTION="MUD client for KDE"
+HOMEPAGE="http://www.kmuddy.com/"
+SRC_URI="http://www.kmuddy.com/releases/stable/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug handbook"
+
+DOC="AUTHORS README CHANGELOG Scripting-HOWTO TODO DESIGN"
+
+src_configure() {
+ # not in portage yet
+ mycmakeargs+="
+ -DWITH_MXP=OFF
+ "
+
+ kde4-base_src_configure
+}