Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-kids/tuxmathscrabble: tuxmathscrabble-4.2.ebuild ChangeLog
Date: Tue, 02 Oct 2007 04:13:10
Message-Id: E1IcYnI-00051I-Lk@stork.gentoo.org
1 dirtyepic 07/10/02 03:51:36
2
3 Modified: tuxmathscrabble-4.2.ebuild ChangeLog
4 Log:
5 Lock wxpython to 2.6.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.3 games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild?r1=1.2&r2=1.3
14
15 Index: tuxmathscrabble-4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- tuxmathscrabble-4.2.ebuild 25 Jul 2007 17:38:42 -0000 1.2
22 +++ tuxmathscrabble-4.2.ebuild 2 Oct 2007 03:51:36 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.2 2007/07/25 17:38:42 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.3 2007/10/02 03:51:36 dirtyepic Exp $
28
29 inherit eutils python multilib games
30
31 @@ -17,9 +17,9 @@
32 IUSE=""
33
34 DEPEND="dev-python/pygame
35 - dev-python/wxpython"
36 + =dev-python/wxpython-2.6*"
37
38 -S=${WORKDIR}/${MY_PN}
39 +S="${WORKDIR}/${MY_PN}"
40
41 src_unpack() {
42 unpack ${A}
43
44
45
46 1.12 games-kids/tuxmathscrabble/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?r1=1.11&r2=1.12
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- ChangeLog 24 Jul 2007 17:07:24 -0000 1.11
59 +++ ChangeLog 2 Oct 2007 03:51:36 -0000 1.12
60 @@ -1,6 +1,9 @@
61 # ChangeLog for games-kids/tuxmathscrabble
62 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.11 2007/07/24 17:07:24 nyhm Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.12 2007/10/02 03:51:36 dirtyepic Exp $
65 +
66 + 02 Oct 2007; Ryan Hill <dirtyepic@g.o> tuxmathscrabble-4.2.ebuild:
67 + Lock wxpython to 2.6.
68
69 *tuxmathscrabble-4.2 (24 Jul 2007)
70
71
72
73
74 --
75 gentoo-commits@g.o mailing list