diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-28 07:47:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-28 07:47:57 +0000 |
commit | ece9b68d0edf9bdcc8e9f476d5af93f4c964c413 (patch) | |
tree | a7cb2d9ad9c432b018a0f91f88943eb8074989c4 /games-mud | |
parent | tidy (diff) | |
download | gentoo-2-ece9b68d0edf9bdcc8e9f476d5af93f4c964c413.tar.gz gentoo-2-ece9b68d0edf9bdcc8e9f476d5af93f4c964c413.tar.bz2 gentoo-2-ece9b68d0edf9bdcc8e9f476d5af93f4c964c413.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/lyntin/ChangeLog | 7 | ||||
-rw-r--r-- | games-mud/lyntin/lyntin-4.2.ebuild | 54 |
2 files changed, 5 insertions, 56 deletions
diff --git a/games-mud/lyntin/ChangeLog b/games-mud/lyntin/ChangeLog index 55a8f2260960..d8085459253b 100644 --- a/games-mud/lyntin/ChangeLog +++ b/games-mud/lyntin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/lyntin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.21 2013/09/05 19:44:52 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.22 2014/08/28 07:47:57 mr_bones_ Exp $ + + 28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -lyntin-4.2.ebuild: + old 05 Sep 2013; Michał Górny <mgorny@gentoo.org> lyntin-4.2-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/games-mud/lyntin/lyntin-4.2.ebuild b/games-mud/lyntin/lyntin-4.2.ebuild deleted file mode 100644 index 77820abe9081..000000000000 --- a/games-mud/lyntin/lyntin-4.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.9 2011/04/06 20:10:23 arfrever Exp $ - -EAPI=3 - -PYTHON_DEPEND="2" -PYTHON_USE_WITH_OPT="tk" -PYTHON_USE_WITH="tk" - -inherit eutils python 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-3" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="tk" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DOCS="COMMANDS PKG-INFO HACKING README" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup - games_pkg_setup -} - -src_install() { - distutils_src_install - dogamesbin "${D}/usr/bin/runlyntin" || die "dogamesbin failed" - rm -rf "${D}/usr/bin/" - prepgamesdirs -} - -pkg_postinst() { - distutils_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 -} |