summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-25 06:04:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-25 06:04:08 +0000
commit34f92338117f9290174ddcdd6e42b0b7adf06783 (patch)
tree1e3d89575a5a7b089dcc16ce9d8a8b94ecea42a5 /games-mud/mmucl
parentMoved from dev-tcltk/mmucl to games-mud/mmucl (diff)
downloadhistorical-34f92338117f9290174ddcdd6e42b0b7adf06783.tar.gz
historical-34f92338117f9290174ddcdd6e42b0b7adf06783.tar.bz2
historical-34f92338117f9290174ddcdd6e42b0b7adf06783.zip
fix pkg_postinst
Diffstat (limited to 'games-mud/mmucl')
-rw-r--r--games-mud/mmucl/ChangeLog5
-rw-r--r--games-mud/mmucl/Manifest14
-rw-r--r--games-mud/mmucl/mmucl-1.5.2.ebuild5
3 files changed, 9 insertions, 15 deletions
diff --git a/games-mud/mmucl/ChangeLog b/games-mud/mmucl/ChangeLog
index c1d7a2132e73..ebe3dce14735 100644
--- a/games-mud/mmucl/ChangeLog
+++ b/games-mud/mmucl/ChangeLog
@@ -1,6 +1,9 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.2 2004/08/25 06:04:08 mr_bones_ Exp $
+
+ 24 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> mmucl-1.5.2.ebuild:
+ fix pkg_postinst
*mmucl-1.5.2 (25 Aug 2004)
diff --git a/games-mud/mmucl/Manifest b/games-mud/mmucl/Manifest
index 425e756532dd..549e15ca6a50 100644
--- a/games-mud/mmucl/Manifest
+++ b/games-mud/mmucl/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 8a74853440babd7dd03b04be0f573f67 ChangeLog 517
+MD5 07bb7890b263978efd07a1c79b68ab10 ChangeLog 784
MD5 b54a2a90e9d8a8d1588af2837a38dc92 metadata.xml 280
-MD5 3f09ce9eb5fabbe5ca95c1ffddb52982 mmucl-1.5.2.ebuild 1783
+MD5 61e612cfd30a9c4d4a0e3b69071b4fd7 mmucl-1.5.2.ebuild 1745
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/mmucl-1.5.2.ebuild b/games-mud/mmucl/mmucl-1.5.2.ebuild
index 2108f9ef8d26..4b707f609004 100644
--- a/games-mud/mmucl/mmucl-1.5.2.ebuild
+++ b/games-mud/mmucl/mmucl-1.5.2.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2.ebuild,v 1.2 2004/08/25 06:04:08 mr_bones_ Exp $
inherit games
@@ -52,6 +52,7 @@ src_install () {
}
pkg_postinst() {
- einfo "You must be in the 'games' group to run this application."
+ games_pkg_postinst
+ echo
einfo "The executable for this is mmucl2."
}