diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:03:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:03:12 +0000 |
commit | 3425f72b9218d89443b7e1eb445a8bae547daf42 (patch) | |
tree | 316af86c6050de3c209ce29d7b1343dc32132660 /games-mud/tkMOO-light | |
parent | umodpack is in games-util now (diff) | |
download | historical-3425f72b9218d89443b7e1eb445a8bae547daf42.tar.gz historical-3425f72b9218d89443b7e1eb445a8bae547daf42.tar.bz2 historical-3425f72b9218d89443b7e1eb445a8bae547daf42.zip |
welcome to games-mud
Diffstat (limited to 'games-mud/tkMOO-light')
-rw-r--r-- | games-mud/tkMOO-light/ChangeLog | 35 | ||||
-rw-r--r-- | games-mud/tkMOO-light/Manifest | 4 | ||||
-rw-r--r-- | games-mud/tkMOO-light/files/0.3.32-Makefile-noclean.patch | 15 | ||||
-rw-r--r-- | games-mud/tkMOO-light/files/digest-tkMOO-light-0.3.32 | 1 | ||||
-rw-r--r-- | games-mud/tkMOO-light/tkMOO-light-0.3.32.ebuild | 40 |
5 files changed, 95 insertions, 0 deletions
diff --git a/games-mud/tkMOO-light/ChangeLog b/games-mud/tkMOO-light/ChangeLog new file mode 100644 index 000000000000..b16cf96b928b --- /dev/null +++ b/games-mud/tkMOO-light/ChangeLog @@ -0,0 +1,35 @@ +# ChangeLog for app-games/tkMOO-light +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tkMOO-light/ChangeLog,v 1.1 2003/09/10 19:03:12 vapier Exp $ + +*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-light/Manifest b/games-mud/tkMOO-light/Manifest new file mode 100644 index 000000000000..bac6a30fa1a8 --- /dev/null +++ b/games-mud/tkMOO-light/Manifest @@ -0,0 +1,4 @@ +MD5 5cba052d0482861ad515ddbbe40a2995 ChangeLog 1392 +MD5 74ebaf104c2c32bce770b9ed16eb1716 tkMOO-light-0.3.32.ebuild 928 +MD5 2431fc3d11f33db62dc52628d9b9c8ad files/digest-tkMOO-light-0.3.32 69 +MD5 1a9eaa2f185e4ad7d0ec7228cbf13fba files/0.3.32-Makefile-noclean.patch 446 diff --git a/games-mud/tkMOO-light/files/0.3.32-Makefile-noclean.patch b/games-mud/tkMOO-light/files/0.3.32-Makefile-noclean.patch new file mode 100644 index 000000000000..c61a29df0ac8 --- /dev/null +++ b/games-mud/tkMOO-light/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-light/files/digest-tkMOO-light-0.3.32 b/games-mud/tkMOO-light/files/digest-tkMOO-light-0.3.32 new file mode 100644 index 000000000000..5eaff0dfd513 --- /dev/null +++ b/games-mud/tkMOO-light/files/digest-tkMOO-light-0.3.32 @@ -0,0 +1 @@ +MD5 7d0da4f441b67fea755705eadedda882 tkMOO-light-0.3.32.tar.gz 95332 diff --git a/games-mud/tkMOO-light/tkMOO-light-0.3.32.ebuild b/games-mud/tkMOO-light/tkMOO-light-0.3.32.ebuild new file mode 100644 index 000000000000..ba0d6d6d0c20 --- /dev/null +++ b/games-mud/tkMOO-light/tkMOO-light-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-light/tkMOO-light-0.3.32.ebuild,v 1.1 2003/09/10 19:03:12 vapier Exp $ + +inherit games eutils + +DESCRIPTION="MOO Client written in TK" +SRC_URI="http://www.awns.com/tkMOO-light/Source/${P}.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 +} |