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-strategy/castle-combat: ChangeLog castle-combat-0.8.1.ebuild
Date: Tue, 06 Oct 2009 15:22:59
Message-Id: E1MvBsP-0000fm-9C@stork.gentoo.org
1 mr_bones_ 09/10/06 15:22:57
2
3 Modified: ChangeLog castle-combat-0.8.1.ebuild
4 Log:
5 add dev-python/numeric dep (bug #287912)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.13 games-strategy/castle-combat/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 10 Jun 2009 21:19:48 -0000 1.12
22 +++ ChangeLog 6 Oct 2009 15:22:56 -0000 1.13
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-strategy/castle-combat
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.12 2009/06/10 21:19:48 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.13 2009/10/06 15:22:56 mr_bones_ Exp $
28 +
29 + 06 Oct 2009; Michael Sterrett <mr_bones_@g.o>
30 + castle-combat-0.8.1.ebuild:
31 + add dev-python/numeric dep (bug #287912)
32
33 10 Jun 2009; Christian Faulhammer <fauli@g.o>
34 castle-combat-0.8.1.ebuild:
35
36
37
38 1.9 games-strategy/castle-combat/castle-combat-0.8.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?r1=1.8&r2=1.9
43
44 Index: castle-combat-0.8.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- castle-combat-0.8.1.ebuild 10 Jun 2009 21:19:48 -0000 1.8
51 +++ castle-combat-0.8.1.ebuild 6 Oct 2009 15:22:56 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.8 2009/06/10 21:19:48 fauli Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.9 2009/10/06 15:22:56 mr_bones_ Exp $
57
58 EAPI=2
59 inherit eutils games
60 @@ -15,6 +15,7 @@
61 IUSE=""
62
63 RDEPEND="dev-python/twisted
64 + dev-python/numeric
65 media-libs/sdl-mixer[mikmod]
66 dev-python/pygame"