diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-13 21:37:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-13 21:37:02 +0000 |
commit | db78e6650a5eb5c5941038d2d72245bca4b1c757 (patch) | |
tree | 26b7670b9713c0ca8925b08fe45877452dbd3a41 /games-mud | |
parent | Create .keepinfodir file to prevent portage from rebuilding the Info dir, (diff) | |
download | gentoo-2-db78e6650a5eb5c5941038d2d72245bca4b1c757.tar.gz gentoo-2-db78e6650a5eb5c5941038d2d72245bca4b1c757.tar.bz2 gentoo-2-db78e6650a5eb5c5941038d2d72245bca4b1c757.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/trebuchet/trebuchet-1.052.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-mud/trebuchet/trebuchet-1.052.ebuild b/games-mud/trebuchet/trebuchet-1.052.ebuild index 068e7c401b48..6c3cb70b88fe 100644 --- a/games-mud/trebuchet/trebuchet-1.052.ebuild +++ b/games-mud/trebuchet/trebuchet-1.052.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/trebuchet/trebuchet-1.052.ebuild,v 1.7 2010/06/01 11:50:02 tupone Exp $ -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/games-mud/trebuchet/trebuchet-1.052.ebuild,v 1.8 2010/10/13 21:37:02 mr_bones_ Exp $ +EAPI=2 inherit games MY_P="TrebTk${PV/./}" -S="${WORKDIR}/${MY_P}" DESCRIPTION="A crossplatform TCL/TK based MUD client" HOMEPAGE="http://belfry.com/fuzzball/trebuchet/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" @@ -20,6 +19,8 @@ RESTRICT="test" RDEPEND=">=dev-lang/tk-8.3.3 dev-lang/tcl" +S=${WORKDIR}/${MY_P} + src_prepare() { sed -i \ -e "/Nothing/d" \ |