ChangeLog

# ChangeLog for games-mud/lyntin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.7 2007/03/12 17:02:52 genone Exp $

12 Mar 2007; Marius Mauch lyntin-4.1.1.ebuild:
Replacing einfo with elog

05 Nov 2006; Tristan Heaven lyntin-4.1.1.ebuild:
Change "tcltk" USE flag to "tk", bug #17808

14 Apr 2006; Chris Gianelloni lyntin-4.1.1.ebuild:
Moved games_pkg_setup to the beginning of pkg_setup.

11 Jul 2005; Simon Stelling lyntin-4.1.1.ebuild:
added ~amd64 keyword

15 Jun 2005; Chris Gianelloni lyntin-4.1.1.ebuild:
Removed INSTALL file.

22 Feb 2005; David Holm lyntin-4.1.1.ebuild:
Added to ~ppc.

*lyntin-4.1.1 (23 Jan 2005)

23 Jan 2005; Michael Sterrett +metadata.xml,
+lyntin-4.1.1.ebuild:
initial commit - ebuild submitted by Rob Cakebread via bug #74658

Manifest

DIST lyntin-4.1.1.tar.gz 144479 RMD160 a3417d50aebe307dbdad36d5bec40623aed61e76 SHA1 ff598ae0a658ce59e2f73a1e7381ae4e4250c4a1 SHA256 068d3ab22727148d4f3f356167142b92b2db9d99352e8a9796c5549cffdff795
EBUILD lyntin-4.1.1.ebuild 1179 RMD160 5ec3402f2a86a9077c03511c36d29cb9d0ca5524 SHA1 85e21a85443c4c830c0b6a47e25186a9740f72a0 SHA256 976e38c5cc941bd2dfdd165acd9c5e85a8fc36b77e7c00762c3d71d31ebb1442
MISC ChangeLog 1020 RMD160 2f71c8d2c06b2680a3d783aac48e120710f6a512 SHA1 d93100b1d62a1480528887e771b7881cd14e37f0 SHA256 eb959f4ece1a1f7e29ea2a2eac0c85e616df138574402a77636a7bb354c802de
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

lyntin-4.1.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.1.1.ebuild,v 1.12 2008/01/17 18:20:13 mr_bones_ Exp $

inherit eutils games distutils

DESCRIPTION="tintin mud client clone implemented in Python"
HOMEPAGE="http://lyntin.sourceforge.net/"
SRC_URI="mirror://sourceforge/lyntin/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="tk"

DEPEND=">=dev-lang/python-2.2.3"

DOCS="COMMANDS PKG-INFO HACKING README"

pkg_setup() {
games_pkg_setup
if ! built_with_use dev-lang/python tk ; then
eerror "You need to emerge python with USE=tk set."
echo
die "missing tkinter support with installed python"
fi
}

src_install() {
distutils_src_install
dogamesbin "${D}/usr/bin/runlyntin" || die "dogamesbin failed"
rm -rf "${D}/usr/bin/"
prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
if use tk ; then
elog "To start lyntin in GUI mode, create a config file"
elog "with this in it:"
elog
elog "[Lyntin]"
elog "ui: tk"
elog
elog "Then start lyntin like this:"
elog
elog "runlyntin -c /path/to/config_file\n"
fi
}

metadata.xml




games