diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-21 15:34:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-21 15:34:32 +0000 |
commit | 8978af9b9f429708b435f382a2202dde456d7aaf (patch) | |
tree | 38d42c0214429a3fe59a2e9dbecb8b13e1bdd54b /games-mud/xpertmud | |
parent | Change Qt dep per bug #98180 (diff) | |
download | gentoo-2-8978af9b9f429708b435f382a2202dde456d7aaf.tar.gz gentoo-2-8978af9b9f429708b435f382a2202dde456d7aaf.tar.bz2 gentoo-2-8978af9b9f429708b435f382a2202dde456d7aaf.zip |
touch
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-mud/xpertmud')
-rw-r--r-- | games-mud/xpertmud/xpertmud-3.1_pre1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild b/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild index ed1a1dbd4694..33333bcf7698 100644 --- a/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild +++ b/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v 1.5 2005/03/15 23:16:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v 1.6 2005/07/21 15:34:32 mr_bones_ Exp $ inherit kde MY_PV="${PV/_pre/preview}" -S=${WORKDIR}/xpertmud-${MY_PV} - DESCRIPTION="the eXtensible Python pErl Ruby scripTable MUD client" HOMEPAGE="http://xpertmud.sourceforge.net/" SRC_URI="mirror://sourceforge/xpertmud/xpertmud-${MY_PV}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc" IUSE="python ruby" @@ -22,6 +20,7 @@ DEPEND=">=sys-devel/libperl-5.6.1 kde-base/arts" need-kde 3 +S=${WORKDIR}/xpertmud-${MY_PV} src_compile() { econf \ |