Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: ChangeLog lyntin-4.2.ebuild
Date: Wed, 10 Feb 2010 05:08:30
Message-Id: E1Nf4oO-0003ML-0W@stork.gentoo.org
1 josejx 10/02/10 05:08:28
2
3 Modified: ChangeLog lyntin-4.2.ebuild
4 Log:
5 Marked ppc stable for bug #303485.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 games-mud/lyntin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 14 Oct 2009 21:34:08 -0000 1.10
22 +++ ChangeLog 10 Feb 2010 05:08:27 -0000 1.11
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-mud/lyntin
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.10 2009/10/14 21:34:08 mr_bones_ Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.11 2010/02/10 05:08:27 josejx Exp $
29 +
30 + 10 Feb 2010; Joseph Jezak <josejx@g.o> lyntin-4.2.ebuild:
31 + Marked ppc stable for bug #303485.
32
33 14 Oct 2009; Michael Sterrett <mr_bones_@g.o> lyntin-4.2.ebuild:
34 fix LICENSE
35
36
37
38 1.4 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.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?r1=1.3&r2=1.4
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.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- lyntin-4.2.ebuild 14 Oct 2009 21:34:08 -0000 1.3
51 +++ lyntin-4.2.ebuild 10 Feb 2010 05:08:27 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 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.3 2009/10/14 21:34:08 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.4 2010/02/10 05:08:27 josejx Exp $
58
59 EAPI=2
60 inherit eutils games distutils
61 @@ -11,7 +11,7 @@
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~ppc ~x86"
66 +KEYWORDS="~amd64 ppc ~x86"
67 IUSE="tk"
68
69 DEPEND=">=dev-lang/python-2.2.3[tk?]"