diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:47:34 +0100 |
commit | 0cce106f38553df955610786eba23a08f8343e04 (patch) | |
tree | 608eee1fffa268782c2552eb95095981d41ce96d /games-mud | |
parent | games-mud/kildclient: Remove old (diff) | |
download | gentoo-0cce106f38553df955610786eba23a08f8343e04.tar.gz gentoo-0cce106f38553df955610786eba23a08f8343e04.tar.bz2 gentoo-0cce106f38553df955610786eba23a08f8343e04.zip |
games-mud/lyntin: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/lyntin/lyntin-4.2-r1.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-mud/lyntin/lyntin-4.2-r1.ebuild b/games-mud/lyntin/lyntin-4.2-r1.ebuild deleted file mode 100644 index 7fc27d7b4b0e..000000000000 --- a/games-mud/lyntin/lyntin-4.2-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="tk?" - -inherit distutils-r1 games - -DESCRIPTION="tintin mud client clone implemented in Python" -HOMEPAGE="http://lyntin.sourceforge.net/" -SRC_URI="mirror://sourceforge/lyntin/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="tk" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -DOCS=( COMMANDS PKG-INFO HACKING README ) - -python_install() { - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - 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 -} |