Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.6.4.0.ebuild wxpython-2.6.3.3.ebuild ChangeLog
Date: Wed, 19 Sep 2007 03:47:24
Message-Id: E1IXqPZ-0004ho-L1@stork.gentoo.org
1 dirtyepic 07/09/19 03:39:37
2
3 Modified: wxpython-2.6.4.0.ebuild wxpython-2.6.3.3.ebuild
4 ChangeLog
5 Log:
6 lock wxGTK depend to 2.6
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.2 dev-python/wxpython/wxpython-2.6.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: wxpython-2.6.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wxpython-2.6.4.0.ebuild 1 Sep 2007 09:28:24 -0000 1.1
23 +++ wxpython-2.6.4.0.ebuild 19 Sep 2007 03:39:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v 1.1 2007/09/01 09:28:24 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0.ebuild,v 1.2 2007/09/19 03:39:37 dirtyepic Exp $
29
30 inherit python wxwidgets eutils multilib
31
32 @@ -15,7 +15,7 @@
33 IUSE="unicode opengl"
34
35 RDEPEND=">=dev-lang/python-2.1
36 - >=x11-libs/wxGTK-${PV}
37 + =x11-libs/wxGTK-2.6*
38 >=x11-libs/gtk+-2.0
39 >=x11-libs/pango-1.2
40 >=dev-libs/glib-2.0
41
42
43
44 1.14 dev-python/wxpython/wxpython-2.6.3.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild?r1=1.13&r2=1.14
49
50 Index: wxpython-2.6.3.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- wxpython-2.6.3.3.ebuild 7 May 2007 10:30:20 -0000 1.13
57 +++ wxpython-2.6.3.3.ebuild 19 Sep 2007 03:39:37 -0000 1.14
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v 1.13 2007/05/07 10:30:20 kloeri Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.3.ebuild,v 1.14 2007/09/19 03:39:37 dirtyepic Exp $
63
64 inherit python wxwidgets eutils multilib
65
66 @@ -15,7 +15,7 @@
67 IUSE="unicode opengl"
68
69 RDEPEND=">=dev-lang/python-2.1
70 - >=x11-libs/wxGTK-${PV}
71 + =x11-libs/wxGTK-2.6*
72 >=x11-libs/gtk+-2.0
73 >=x11-libs/pango-1.2
74 >=dev-libs/glib-2.0
75 @@ -61,7 +61,7 @@
76
77 mypyconf="${mypyconf} WX_CONFIG=${WX_CONFIG}"
78 use opengl \
79 - && mypyconf="${mypyconf} BUILD_GLCANVAS=1" \
80 + && mypyconf="${mypyconf} BUILD_GLCANVAS=1" \
81 || mypyconf="${mypyconf} BUILD_GLCANVAS=0"
82
83 mypyconf="${mypyconf} WXPORT=gtk2"
84
85
86
87 1.60 dev-python/wxpython/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.60&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.60&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.59&r2=1.60
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
96 retrieving revision 1.59
97 retrieving revision 1.60
98 diff -u -r1.59 -r1.60
99 --- ChangeLog 1 Sep 2007 09:28:24 -0000 1.59
100 +++ ChangeLog 19 Sep 2007 03:39:37 -0000 1.60
101 @@ -1,6 +1,10 @@
102 # ChangeLog for dev-python/wxpython
103 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.59 2007/09/01 09:28:24 dirtyepic Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.60 2007/09/19 03:39:37 dirtyepic Exp $
106 +
107 + 19 Sep 2007; Ryan Hill <dirtyepic@g.o> wxpython-2.6.3.3.ebuild,
108 + wxpython-2.6.4.0.ebuild:
109 + lock wxGTK depend to 2.6
110
111 *wxpython-2.6.4.0 (01 Sep 2007)
112
113
114
115
116 --
117 gentoo-commits@g.o mailing list