summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-08 04:46:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-08 04:46:48 +0000
commit5cc1dccf7c753bed4ad136eb246c2735629d727b (patch)
tree51b6747ba8fd89e2ad934bc8054cd2cef8aa601f /dev-tcltk/mmucl
parentvirtual/glibc->virtual/libc (diff)
downloadhistorical-5cc1dccf7c753bed4ad136eb246c2735629d727b.tar.gz
historical-5cc1dccf7c753bed4ad136eb246c2735629d727b.tar.bz2
historical-5cc1dccf7c753bed4ad136eb246c2735629d727b.zip
touchups
Diffstat (limited to 'dev-tcltk/mmucl')
-rw-r--r--dev-tcltk/mmucl/Manifest12
-rw-r--r--dev-tcltk/mmucl/mmucl-1.5.2.ebuild10
2 files changed, 16 insertions, 6 deletions
diff --git a/dev-tcltk/mmucl/Manifest b/dev-tcltk/mmucl/Manifest
index 4a6ecbd28642..425e756532dd 100644
--- a/dev-tcltk/mmucl/Manifest
+++ b/dev-tcltk/mmucl/Manifest
@@ -1,4 +1,14 @@
-MD5 d4d6514e5b012ec8f355baa4d8eaf3c3 mmucl-1.5.2.ebuild 1783
+-----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/dev-tcltk/mmucl/mmucl-1.5.2.ebuild b/dev-tcltk/mmucl/mmucl-1.5.2.ebuild
index deb44ae83425..99050d7a553f 100644
--- a/dev-tcltk/mmucl/mmucl-1.5.2.ebuild
+++ b/dev-tcltk/mmucl/mmucl-1.5.2.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mmucl/mmucl-1.5.2.ebuild,v 1.3 2004/08/07 22:24:48 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mmucl/mmucl-1.5.2.ebuild,v 1.4 2004/08/08 04:46:48 vapier Exp $
inherit games
DESCRIPTION="Marks Mud CLient - A mud client written completely in tcl/tk"
-HOMEPAGE="http://mmucl.sourceforge.net"
+HOMEPAGE="http://mmucl.sourceforge.net/"
SRC_URI="mirror://sourceforge/mmucl/${P}.tar.gz"
-KEYWORDS="~x86"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="~x86"
IUSE="readline"
RDEPEND=">=dev-lang/tk-8.4
@@ -26,7 +26,7 @@ src_unpack() {
-e "/^BIN_DIR/ s:=.*:=${GAMES_BINDIR}:" \
-e "/^LIB_DIR/ s:=.*:=${GAMES_LIBDIR}/${PN}:" \
-e "" "${S}/Makefile" \
- || die "sed Makefile failed"
+ || die "sed Makefile failed"
}
src_install () {
@@ -50,8 +50,8 @@ src_install () {
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."
}
-