diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 21:16:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 21:16:01 +0000 |
commit | 733ac1dce9f0c297c3426df8f58577ae87a4ac14 (patch) | |
tree | c04173d663f1f4a6456285ecdac70c99ba6916f1 /games-mud | |
parent | Monodevelop needs dbus built with X support to run properly. Thanks to mabi f... (diff) | |
download | historical-733ac1dce9f0c297c3426df8f58577ae87a4ac14.tar.gz historical-733ac1dce9f0c297c3426df8f58577ae87a4ac14.tar.bz2 historical-733ac1dce9f0c297c3426df8f58577ae87a4ac14.zip |
old
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/lyntin/Manifest | 2 | ||||
-rw-r--r-- | games-mud/lyntin/lyntin-4.1.1.ebuild | 49 |
2 files changed, 0 insertions, 51 deletions
diff --git a/games-mud/lyntin/Manifest b/games-mud/lyntin/Manifest index 366ad8795f40..b0004494f968 100644 --- a/games-mud/lyntin/Manifest +++ b/games-mud/lyntin/Manifest @@ -1,6 +1,4 @@ -DIST lyntin-4.1.1.tar.gz 144479 RMD160 a3417d50aebe307dbdad36d5bec40623aed61e76 SHA1 ff598ae0a658ce59e2f73a1e7381ae4e4250c4a1 SHA256 068d3ab22727148d4f3f356167142b92b2db9d99352e8a9796c5549cffdff795 DIST lyntin-4.2.tar.gz 180111 RMD160 284c85f19902341990841be7b0f25520351e8417 SHA1 bc7c3cf884b00c68505b7fb8fd51f88461cdada9 SHA256 7e1d4ea273218cfc9e4a81adafd2e9e5df923e1f64d7baf36db5c7e353cea8fe -EBUILD lyntin-4.1.1.ebuild 1189 RMD160 2830ca2638f5d5054b6c4b9a2794f0f45a03d676 SHA1 0acce200a808b62cd5c29207aa0377212c3947c7 SHA256 596e2df5b2762c74576bf60f10b5332877e33e49e3fefdec8e8e63152345459a EBUILD lyntin-4.2.ebuild 1186 RMD160 3732f60026d5a6fb1820929cf4f41a767c3c4755 SHA1 a7436a4eda76a5e8a0e8a0f481bfafcb094b8b2c SHA256 aaa3b494cd8b4fd8ddac31e0d56256cd6b489c040f77e9197b28fcd8593848b0 MISC ChangeLog 1259 RMD160 7071ba7738f7898d1fd5bd1ff7da187e988e0b7a SHA1 6c47c6def8b0ff86faeafbcc3b9dfdc27b711079 SHA256 eff418dba493e37a655d5cbe2610296327675ee622e31d40db0dc6cec6df00f9 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-mud/lyntin/lyntin-4.1.1.ebuild b/games-mud/lyntin/lyntin-4.1.1.ebuild deleted file mode 100644 index ca8a649f2eef..000000000000 --- a/games-mud/lyntin/lyntin-4.1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 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.13 2008/12/07 13:50:29 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 use tk && ! 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 -} |