summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2004-08-25 05:59:29 +0000
committerDoug Goldstein <cardoe@gentoo.org>2004-08-25 05:59:29 +0000
commit980a1ecd686629f869e346825c0ac7341076477e (patch)
tree166908541ebb6d73aad91e3bf6e72c22ff6c0ff3 /games-mud/mmucl
parentMoving to games-mud/mmucl (diff)
downloadhistorical-980a1ecd686629f869e346825c0ac7341076477e.tar.gz
historical-980a1ecd686629f869e346825c0ac7341076477e.tar.bz2
historical-980a1ecd686629f869e346825c0ac7341076477e.zip
Moved from dev-tcltk/mmucl to games-mud/mmucl.
Diffstat (limited to 'games-mud/mmucl')
-rw-r--r--games-mud/mmucl/ChangeLog16
-rw-r--r--games-mud/mmucl/Manifest14
-rw-r--r--games-mud/mmucl/files/digest-mmucl-1.5.21
-rw-r--r--games-mud/mmucl/metadata.xml9
-rw-r--r--games-mud/mmucl/mmucl-1.5.2.ebuild57
5 files changed, 97 insertions, 0 deletions
diff --git a/games-mud/mmucl/ChangeLog b/games-mud/mmucl/ChangeLog
new file mode 100644
index 000000000000..c1d7a2132e73
--- /dev/null
+++ b/games-mud/mmucl/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for dev-tcltk/mmucl
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.1 2004/08/25 05:59:29 cardoe Exp $
+
+*mmucl-1.5.2 (25 Aug 2004)
+
+ 25 Aug 2004; Doug Goldstein,,, <cardoe@gentoo.org> +metadata.xml,
+ +mmucl-1.5.2.ebuild:
+ Moved from dev-tcltk/mmucl to games-mud/mmucl.
+
+ 07 Aug 2004; Tom Martin <slarti@gentoo.org> mmucl-1.5.2.ebuild:
+ Typo in DESCRIPTION: completly -> completely. Bug 59717.
+
+ 06 Aug 2004; Doug Goldstein <cardoe@gentoo.org>, mmucl-1.5.2.ebuild, files/digest-mmucl-1.5.2, ChangeLog :
+ Ebuild for new app submitted by Niklas Bolander <niklas.bolander@telia.com>
+
diff --git a/games-mud/mmucl/Manifest b/games-mud/mmucl/Manifest
new file mode 100644
index 000000000000..425e756532dd
--- /dev/null
+++ b/games-mud/mmucl/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 8a74853440babd7dd03b04be0f573f67 ChangeLog 517
+MD5 b54a2a90e9d8a8d1588af2837a38dc92 metadata.xml 280
+MD5 3f09ce9eb5fabbe5ca95c1ffddb52982 mmucl-1.5.2.ebuild 1783
+MD5 53208ee117dc046fb612441ba0ee3ece files/digest-mmucl-1.5.2 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFBFbBmHTu7gpaalycRAiL4AJ429dtygsCJUD2foc0hxuaC/zsTnACgkPal
+immsiD4wqSPVQZ1IrgerovU=
+=9Q4L
+-----END PGP SIGNATURE-----
diff --git a/games-mud/mmucl/files/digest-mmucl-1.5.2 b/games-mud/mmucl/files/digest-mmucl-1.5.2
new file mode 100644
index 000000000000..465a9e6550b8
--- /dev/null
+++ b/games-mud/mmucl/files/digest-mmucl-1.5.2
@@ -0,0 +1 @@
+MD5 d38ad0b1a51325dada8ac6b1b15113e2 mmucl-1.5.2.tar.gz 144697
diff --git a/games-mud/mmucl/metadata.xml b/games-mud/mmucl/metadata.xml
new file mode 100644
index 000000000000..9a9af528d4a7
--- /dev/null
+++ b/games-mud/mmucl/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>tcltk</herd>
+<maintainer>
+ <email>tcltk@gentoo.org</email>
+</maintainer>
+<longdescription>Mmucl - Mark's MUd CLient</longdescription>
+</pkgmetadata>
diff --git a/games-mud/mmucl/mmucl-1.5.2.ebuild b/games-mud/mmucl/mmucl-1.5.2.ebuild
new file mode 100644
index 000000000000..2108f9ef8d26
--- /dev/null
+++ b/games-mud/mmucl/mmucl-1.5.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2.ebuild,v 1.1 2004/08/25 05:59:29 cardoe Exp $
+
+inherit games
+
+DESCRIPTION="Marks Mud CLient - A mud client written completely in tcl/tk"
+HOMEPAGE="http://mmucl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mmucl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="readline"
+
+RDEPEND=">=dev-lang/tk-8.4
+ readline? ( dev-tcltk/tclreadline )"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+
+ sed -i \
+ -e "/^BASE_DIR/ s:=.*:=/usr:" \
+ -e "/^BIN_DIR/ s:=.*:=${GAMES_BINDIR}:" \
+ -e "/^LIB_DIR/ s:=.*:=${GAMES_LIBDIR}/${PN}:" \
+ -e "" "${S}/Makefile" \
+ || die "sed Makefile failed"
+}
+
+src_install () {
+ local LIBDIR="${GAMES_LIBDIR}/${PN}"
+
+ dogamesbin mmucl2 || die "dogamesbin failed"
+ insinto ${LIBDIR}/lib
+ doins lib/*.tcl || die "doins failed (lib)"
+ insinto ${LIBDIR}/images
+ doins images/*.gif || die "doins failed (images)"
+ insinto ${LIBDIR}/interface
+ doins interface/*.tcl || die "doins failed (interface)"
+ insinto ${LIBDIR}/script
+ doins script/*.{tcl,rc} || die "doins failed (script)"
+ insinto ${LIBDIR}/script/contrib
+ doins script/contrib/* || die "doins failed (contrib)"
+ insinto ${LIBDIR}/test
+ doins test/*.test || die "doins failed (test)"
+ doinfo mmucl.info || die "doinfo failed"
+ dodoc CHANGES TODO INSTALL README || die "dodoc failed"
+ dohtml mmucl.html || die "dohtml failed"
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ einfo "You must be in the 'games' group to run this application."
+ einfo "The executable for this is mmucl2."
+}