Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: ChangeLog lyntin-4.2.ebuild
Date: Mon, 19 Jan 2009 23:25:27
Message-Id: E1LP3Ue-00051N-UH@stork.gentoo.org
1 mr_bones_ 09/01/19 23:25:20
2
3 Modified: ChangeLog lyntin-4.2.ebuild
4 Log:
5 EAPI=2; add use-based deps
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.9 games-mud/lyntin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 7 Dec 2008 13:50:29 -0000 1.8
22 +++ ChangeLog 19 Jan 2009 23:25:20 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-mud/lyntin
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.8 2008/12/07 13:50:29 mr_bones_ Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.9 2009/01/19 23:25:20 mr_bones_ Exp $
29 +
30 + 19 Jan 2009; Michael Sterrett <mr_bones_@g.o> lyntin-4.2.ebuild:
31 + EAPI=2; add use-based deps
32
33 *lyntin-4.2 (07 Dec 2008)
34
35
36
37
38 1.2 games-mud/lyntin/lyntin-4.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?r1=1.1&r2=1.2
43
44 Index: lyntin-4.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- lyntin-4.2.ebuild 7 Dec 2008 13:50:29 -0000 1.1
51 +++ lyntin-4.2.ebuild 19 Jan 2009 23:25:20 -0000 1.2
52 @@ -1,7 +1,8 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.1 2008/12/07 13:50:29 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.2 2009/01/19 23:25:20 mr_bones_ Exp $
58
59 +EAPI=2
60 inherit eutils games distutils
61
62 DESCRIPTION="tintin mud client clone implemented in Python"
63 @@ -13,19 +14,10 @@
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE="tk"
66
67 -DEPEND=">=dev-lang/python-2.2.3"
68 +DEPEND=">=dev-lang/python-2.2.3[tk?]"
69
70 DOCS="COMMANDS PKG-INFO HACKING README"
71
72 -pkg_setup() {
73 - games_pkg_setup
74 - if use tk && ! built_with_use dev-lang/python tk ; then
75 - eerror "You need to emerge python with USE=tk set."
76 - echo
77 - die "missing tkinter support with installed python"
78 - fi
79 -}
80 -
81 src_install() {
82 distutils_src_install
83 dogamesbin "${D}/usr/bin/runlyntin" || die "dogamesbin failed"