commit:     d9816d84236c26c3a86a8f34d542edb35061e87d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 19:42:18 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 19:43:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9816d84

games-mud/trebuchet: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/trebuchet/trebuchet-1.075-r1.ebuild | 38 +++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild 
b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
new file mode 100644
index 0000000..b8c40d8
--- /dev/null
+++ b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
@@ -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
+}

Reply via email to