diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 20:10:23 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 20:10:23 +0000 |
commit | bda6eb417169fc790f0fc9dec6e5518e0f6c996c (patch) | |
tree | e05613581b474bcfee0ff9890b6a266924bd1892 /games-mud | |
parent | Version bump, bug #362335. (diff) | |
download | gentoo-2-bda6eb417169fc790f0fc9dec6e5518e0f6c996c.tar.gz gentoo-2-bda6eb417169fc790f0fc9dec6e5518e0f6c996c.tar.bz2 gentoo-2-bda6eb417169fc790f0fc9dec6e5518e0f6c996c.zip |
Fix deprecation warning. Fix dependencies. Call distutils_pkg_postinst().
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/lyntin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/lyntin/lyntin-4.2.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-mud/lyntin/ChangeLog b/games-mud/lyntin/ChangeLog index 49dd1f609894..d79f20c85a50 100644 --- a/games-mud/lyntin/ChangeLog +++ b/games-mud/lyntin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/lyntin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.15 2010/07/07 19:59:08 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.16 2011/04/06 20:10:23 arfrever Exp $ + + 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + lyntin-4.2.ebuild: + Fix deprecation warning. Fix dependencies. Call distutils_pkg_postinst(). 07 Jul 2010; Tupone Alfredo <tupone@gentoo.org> lyntin-4.2.ebuild: Adding dependency on dev-python/setuptools Bug #327021 by diff --git a/games-mud/lyntin/lyntin-4.2.ebuild b/games-mud/lyntin/lyntin-4.2.ebuild index 7433d51959f1..77820abe9081 100644 --- a/games-mud/lyntin/lyntin-4.2.ebuild +++ b/games-mud/lyntin/lyntin-4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.8 2010/07/07 19:59:09 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.9 2011/04/06 20:10:23 arfrever Exp $ -EAPI=2 +EAPI=3 PYTHON_DEPEND="2" PYTHON_USE_WITH_OPT="tk" @@ -20,6 +20,7 @@ KEYWORDS="amd64 ppc x86" IUSE="tk" DEPEND="dev-python/setuptools" +RDEPEND="" DOCS="COMMANDS PKG-INFO HACKING README" @@ -37,6 +38,7 @@ src_install() { } pkg_postinst() { + distutils_pkg_postinst games_pkg_postinst if use tk ; then elog "To start lyntin in GUI mode, create a config file" |