Skip to content

Commit

Permalink
games-mud/trebuchet: remove deprecated games eclass
Browse files Browse the repository at this point in the history
Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0
  • Loading branch information
austin987 committed Aug 5, 2016
1 parent f9dc923 commit d9816d8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions games-mud/trebuchet/trebuchet-1.075-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="A crossplatform TCL/TK based MUD client"
HOMEPAGE="http://belfry.com/fuzzball/trebuchet/"
SRC_URI="mirror://sourceforge/trebuchet/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RESTRICT="test"

RDEPEND="
dev-lang/tcl:0=
>=dev-lang/tk-8.3.3:0=
"

src_prepare() {
default

sed -i \
-e "/Nothing/d" \
-e "/LN/ s:../libexec:/usr/share:" \
Makefile || die
}

src_install() {
emake prefix="${D}/usr" \
ROOT="${D}/usr/share/${PN}" install

insinto /usr/share/${PN}
doins COPYING
dodoc changes.txt readme.txt trebtodo.txt
}

0 comments on commit d9816d8

Please sign in to comment.