Portage is a package management system used by Gentoo Linux
# ChangeLog for games-mud/mmucl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.9 2007/03/12 17:03:58 genone Exp $
12 Mar 2007; Marius Mauch
Replacing einfo with elog
08 Feb 2007; Chris Gianelloni
Regenerate digest in Manifest2 format.
29 Aug 2005;
Marked ~amd64
15 Jun 2005; Chris Gianelloni
mmucl-1.5.2-r1.ebuild:
Removed INSTALL file.
*mmucl-1.5.2-r1 (05 Jun 2005)
05 Jun 2005; Michael Sterrett
+mmucl-1.5.2-r1.ebuild:
patch from Niklas Bolander for more use flags - bug #60937
05 Sep 2004; Sven Wegener
Fixed ChangeLog header.
03 Sep 2004; David Holm
Added to ~ppc.
24 Aug 2004; Michael Sterrett
fix pkg_postinst
*mmucl-1.5.2 (25 Aug 2004)
25 Aug 2004; Doug Goldstein,,,
+mmucl-1.5.2.ebuild:
Moved from dev-tcltk/mmucl to games-mud/mmucl.
07 Aug 2004; Tom Martin
Typo in DESCRIPTION: completly -> completely. Bug 59717.
06 Aug 2004; Doug Goldstein
Ebuild for new app submitted by Niklas Bolander
DIST mmucl-1.5.2.tar.gz 144697 RMD160 92e8a6b24f62d47f063aafde411e351b3d9b2487 SHA1 765195d77ff0203d18c4a87200065f43ddceab8c SHA256 7bc5ca6c35ffc92bd1ceca08cd7121a1edd1d5a1935a81e6976f1404e9b4a94d
EBUILD mmucl-1.5.2-r1.ebuild 1646 RMD160 3e9f5d9c75576935e53eccff2cfedb6d247dc065 SHA1 9acefc2621152facec9988838dd7166e382c338a SHA256 1761ec55c8ff0dcfbb4e19d0f58315d937cd52747de3810ab6ee182f3cdc519d
MISC ChangeLog 1541 RMD160 7678063679dc2c0853d21f991f1a8cf266215125 SHA1 9f64481b2e9c5c63140eb8ffe5452c236e7a453b SHA256 003c276d9ac771eae4195ceb344ae5ed1dfbce9f63c2739917e189ea6a5a4f24
MISC metadata.xml 299 RMD160 70393ee917412ce16bfb5e211caa3ee635fb50b8 SHA1 86b0d96dc54b4b7a506dcbd30ce6e40f4d65cebd SHA256 612db694d60ccb6e661f0730ca64ea717765874f814aeb7c175f08dd014ddd49
# Copyright 1999-2007 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-r1.ebuild,v 1.5 2007/04/09 18:41:29 nyhm 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"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="readline mccp gtk"
DEPEND=">=dev-lang/tk-8.4
readline? ( dev-tcltk/tclreadline )
mccp? ( dev-tcltk/tcl-mccp )
gtk? ( dev-tcltk/tcl-gtk )"
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "/^BASE_DIR/ s:=.*:=/usr:" \
-e "/^BIN_DIR/ s:=.*:=${GAMES_BINDIR}:" \
-e "/^LIB_DIR/ s:=.*:=$(games_get_libdir)/${PN}:" \
Makefile \
|| die "sed Makefile failed"
}
src_install () {
dogamesbin mmucl2 || die "dogamesbin failed"
insinto "$(games_get_libdir)"/${PN}/lib
doins lib/*.tcl || die "doins failed (lib)"
insinto "$(games_get_libdir)"/${PN}/images
doins images/*.gif || die "doins failed (images)"
insinto "$(games_get_libdir)"/${PN}/interface
doins interface/*.tcl || die "doins failed (interface)"
insinto "$(games_get_libdir)"/${PN}/script
doins script/*.{tcl,rc} || die "doins failed (script)"
insinto "$(games_get_libdir)"/${PN}/script/contrib
doins script/contrib/* || die "doins failed (contrib)"
insinto "$(games_get_libdir)"/${PN}/test
doins test/*.test || die "doins failed (test)"
doinfo mmucl.info
dodoc CHANGES TODO README
dohtml mmucl.html
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
echo
elog "The executable for this is mmucl2."
}