diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 23:25:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 23:25:20 +0000 |
commit | f6099e52d4fe8cc8b63179944ed3726ae4462388 (patch) | |
tree | 5a0158e893f4cc8b5592d81d79cfc46d17847d33 /games-mud | |
parent | Dont try to include useless and private ffmpeg header. Bug #254452 (diff) | |
download | gentoo-2-f6099e52d4fe8cc8b63179944ed3726ae4462388.tar.gz gentoo-2-f6099e52d4fe8cc8b63179944ed3726ae4462388.tar.bz2 gentoo-2-f6099e52d4fe8cc8b63179944ed3726ae4462388.zip |
EAPI=2; add use-based deps
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/lyntin/ChangeLog | 7 | ||||
-rw-r--r-- | games-mud/lyntin/lyntin-4.2.ebuild | 16 |
2 files changed, 9 insertions, 14 deletions
diff --git a/games-mud/lyntin/ChangeLog b/games-mud/lyntin/ChangeLog index 91a19b731de0..8fcd1f77d418 100644 --- a/games-mud/lyntin/ChangeLog +++ b/games-mud/lyntin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/lyntin -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.8 2008/12/07 13:50:29 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.9 2009/01/19 23:25:20 mr_bones_ Exp $ + + 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> lyntin-4.2.ebuild: + EAPI=2; add use-based deps *lyntin-4.2 (07 Dec 2008) diff --git a/games-mud/lyntin/lyntin-4.2.ebuild b/games-mud/lyntin/lyntin-4.2.ebuild index ff360d76ab3b..04e5cb211963 100644 --- a/games-mud/lyntin/lyntin-4.2.ebuild +++ b/games-mud/lyntin/lyntin-4.2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.1 2008/12/07 13:50:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.2 2009/01/19 23:25:20 mr_bones_ Exp $ +EAPI=2 inherit eutils games distutils DESCRIPTION="tintin mud client clone implemented in Python" @@ -13,19 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="tk" -DEPEND=">=dev-lang/python-2.2.3" +DEPEND=">=dev-lang/python-2.2.3[tk?]" 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" |