summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-12-07 00:33:05 +0000
committerIan Leitch <port001@gentoo.org>2003-12-07 00:33:05 +0000
commitac9294cf55c08297461e024872e209fe170c0a79 (patch)
tree276aff5847cf6efae5e31e783b57ec224694e0b8 /games-mud
parentMoved from tkMOO-light to tkmoo (diff)
downloadgentoo-2-ac9294cf55c08297461e024872e209fe170c0a79.tar.gz
gentoo-2-ac9294cf55c08297461e024872e209fe170c0a79.tar.bz2
gentoo-2-ac9294cf55c08297461e024872e209fe170c0a79.zip
Moved from tkMOO-light to tkmoo
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tkmoo/ChangeLog40
-rw-r--r--games-mud/tkmoo/Manifest4
-rw-r--r--games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch15
-rw-r--r--games-mud/tkmoo/files/digest-tkmoo-0.3.321
-rw-r--r--games-mud/tkmoo/metadata.xml9
-rw-r--r--games-mud/tkmoo/tkmoo-0.3.32.ebuild40
6 files changed, 107 insertions, 2 deletions
diff --git a/games-mud/tkmoo/ChangeLog b/games-mud/tkmoo/ChangeLog
new file mode 100644
index 000000000000..e0907a4c5aa7
--- /dev/null
+++ b/games-mud/tkmoo/ChangeLog
@@ -0,0 +1,40 @@
+# ChangeLog for games-mud/tkMOO-light
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tkmoo/ChangeLog,v 1.1 2003/12/07 00:32:53 port001 Exp $
+
+*tkmoo-0.3.32 (07 Dec 2003)
+
+ 07 Dec 2003; Ian Leitch <port001@gentoo.org> tkmoo-0.3.32.ebuild:
+ Moved from games-mug/tkMOO-light to games-mud/tkmoo
+
+*tkMOO-light-0.3.33 (04 Mar 2003)
+
+ 12 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
+ Removed clean target in makefile to fix #21847.
+
+ 04 Mar 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump (#14276) and games eclass support.
+
+*tkMOO-light-0.3.32 (04 Mar 2003)
+
+ 29 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
+
+*tkMOO-light-0.3.28 (1 Feb 2002)
+
+ 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> tkMOO-light-0.3.28.ebuild :
+ Added LICENSE, KEYWORDS.
+
+ 21 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> tkMOO-light-0.3.28:
+
+ Fixed dependencies after the tcl-tk package was split into tcl and tk.
+
+ Updated the SRC_URI as this version is old and has been moved upstream.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/games-mud/tkmoo/Manifest b/games-mud/tkmoo/Manifest
index 7950e24da704..85ef179fe998 100644
--- a/games-mud/tkmoo/Manifest
+++ b/games-mud/tkmoo/Manifest
@@ -1,5 +1,5 @@
-MD5 75ec07f82a60cb8f54ec7f2f109fb038 tkmoo-0.3.32.ebuild 940
-MD5 4769888dd1572fc04923dfe717e8f427 ChangeLog 1544
+MD5 5fda96b169bf5a8e65691b68f2203925 tkmoo-0.3.32.ebuild 929
+MD5 b1cf95c0a04b61708d6cd5fde250ad49 ChangeLog 1539
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 2431fc3d11f33db62dc52628d9b9c8ad files/digest-tkmoo-0.3.32 69
MD5 1a9eaa2f185e4ad7d0ec7228cbf13fba files/0.3.32-Makefile-noclean.patch 446
diff --git a/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch b/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch
new file mode 100644
index 000000000000..c61a29df0ac8
--- /dev/null
+++ b/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch
@@ -0,0 +1,15 @@
+--- Makefile.orig 2003-07-12 03:04:24.000000000 -0400
++++ Makefile 2003-07-12 03:04:32.000000000 -0400
+@@ -32,11 +32,8 @@
+
+ # some shells are set 'noclobber', so force overwriting of the
+ # executable and installation
+-clean:
+- \rm -f $(EXECUTABLE)
+- \rm -f $(TKMOO_BIN_DIR)/$(EXECUTABLE)
+
+-executable: clean
++executable:
+ if [ ! -e $(WISH) ]; then \
+ echo "***"; \
+ echo "*** Can't find executable '$(WISH)', building anyway..."; \
diff --git a/games-mud/tkmoo/files/digest-tkmoo-0.3.32 b/games-mud/tkmoo/files/digest-tkmoo-0.3.32
new file mode 100644
index 000000000000..5eaff0dfd513
--- /dev/null
+++ b/games-mud/tkmoo/files/digest-tkmoo-0.3.32
@@ -0,0 +1 @@
+MD5 7d0da4f441b67fea755705eadedda882 tkMOO-light-0.3.32.tar.gz 95332
diff --git a/games-mud/tkmoo/metadata.xml b/games-mud/tkmoo/metadata.xml
new file mode 100644
index 000000000000..1cef6e243af3
--- /dev/null
+++ b/games-mud/tkmoo/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>games</herd>
+<maintainer>
+<email>games@gentoo.org</email>
+<name>Games Team</name>
+</maintainer>
+</pkgmetadata>
diff --git a/games-mud/tkmoo/tkmoo-0.3.32.ebuild b/games-mud/tkmoo/tkmoo-0.3.32.ebuild
new file mode 100644
index 000000000000..de2464285c6d
--- /dev/null
+++ b/games-mud/tkmoo/tkmoo-0.3.32.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tkmoo/tkmoo-0.3.32.ebuild,v 1.1 2003/12/07 00:32:53 port001 Exp $
+
+inherit games eutils
+
+DESCRIPTION="MOO Client written in TK"
+SRC_URI="http://www.awns.com/tkMOO-light/Source/${P/moo/MOO-light}.tar.gz"
+HOMEPAGE="http://www.awns.com/tkMOO-light/"
+
+LICENSE="tkMOO"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND=">=dev-lang/tcl-8.3.3
+ >=dev-lang/tk-8.3.3"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PV}-Makefile-noclean.patch
+}
+
+src_compile() {
+ emake \
+ WISH="`which wish`" \
+ TKMOO_LIB_DIR=${GAMES_LIBDIR}/${PN} \
+ TKMOO_BIN_DIR=${GAMES_BINDIR} \
+ || die
+}
+
+src_install() {
+ make \
+ TKMOO_LIB_DIR=${D}/${GAMES_LIBDIR}/${PN} \
+ TKMOO_BIN_DIR=${D}/${GAMES_BINDIR} \
+ install \
+ || die
+ dodoc README INSTALL.unix dot.tkmoolightrc bugsmail.txt
+ prepgamesdirs
+}