Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-1.0.1.ebuild ChangeLog crystalspace-1.2.1.ebuild
Date: Mon, 22 Feb 2010 12:40:35
Message-Id: E1NjXaO-0001Kk-Pi@stork.gentoo.org
1 tupone 10/02/22 12:40:28
2
3 Modified: crystalspace-1.0.1.ebuild ChangeLog
4 crystalspace-1.2.1.ebuild
5 Log:
6 wxwindows deprecated in favour of wxwidgets. Bug #306289
7 (Portage version: 2.1.7.16/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 dev-games/crystalspace/crystalspace-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?r1=1.9&r2=1.10
15
16 Index: crystalspace-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- crystalspace-1.0.1.ebuild 8 Jul 2008 16:30:49 -0000 1.9
23 +++ crystalspace-1.0.1.ebuild 22 Feb 2010 12:40:28 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.9 2008/07/08 16:30:49 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.10 2010/02/22 12:40:28 tupone Exp $
30
31 inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets
32
33 @@ -13,7 +13,7 @@
34 SLOT="0"
35 KEYWORDS="-amd64 x86"
36 IUSE="3ds alsa cal3d cegui cg doc java javascript jpeg mng ode perl png python
37 -sdl truetype vorbis wxwindows"
38 +sdl truetype vorbis wxwidgets"
39
40 RDEPEND="virtual/opengl
41 virtual/glu
42 @@ -29,7 +29,7 @@
43 alsa? ( media-libs/alsa-lib )
44 mng? ( media-libs/libmng )
45 png? ( media-libs/libpng )
46 - wxwindows? ( x11-libs/pango
47 + wxwidgets? ( x11-libs/pango
48 =x11-libs/wxGTK-2.6* )
49 javascript? ( dev-lang/spidermonkey )
50 cegui? ( >=dev-games/cegui-0.5.0 )
51 @@ -57,7 +57,7 @@
52 }
53
54 src_compile() {
55 - if useq wxwindows; then
56 + if useq wxwidgets; then
57 WX_GTK_VER=2.6
58 need-wxwidgets gtk2
59 fi
60 @@ -86,7 +86,7 @@
61 $(use_with truetype freetype2) \
62 $(use_with cal3d) \
63 $(use_with sdl) \
64 - $(use_with wxwindows wx) \
65 + $(use_with wxwidgets wx) \
66 $(use_with cegui CEGUI) \
67 $(use_with cg Cg) \
68 $(use_with javascript js) \
69
70
71
72 1.39 dev-games/crystalspace/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.39&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.39&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.38&r2=1.39
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
81 retrieving revision 1.38
82 retrieving revision 1.39
83 diff -u -r1.38 -r1.39
84 --- ChangeLog 10 Jul 2009 21:14:49 -0000 1.38
85 +++ ChangeLog 22 Feb 2010 12:40:28 -0000 1.39
86 @@ -1,6 +1,10 @@
87 # ChangeLog for dev-games/crystalspace
88 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.38 2009/07/10 21:14:49 mr_bones_ Exp $
90 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.39 2010/02/22 12:40:28 tupone Exp $
92 +
93 + 22 Feb 2010; Tupone Alfredo <tupone@g.o> crystalspace-1.0.1.ebuild,
94 + crystalspace-1.2.1.ebuild:
95 + wxwindows deprecated in favour of wxwidgets. Bug #306289 by Doktor Notor
96
97 *crystalspace-1.2.1 (10 Jul 2009)
98
99
100
101
102 1.2 dev-games/crystalspace/crystalspace-1.2.1.ebuild
103
104 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild?rev=1.2&view=markup
105 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild?rev=1.2&content-type=text/plain
106 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild?r1=1.1&r2=1.2
107
108 Index: crystalspace-1.2.1.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v
111 retrieving revision 1.1
112 retrieving revision 1.2
113 diff -u -r1.1 -r1.2
114 --- crystalspace-1.2.1.ebuild 10 Jul 2009 21:14:49 -0000 1.1
115 +++ crystalspace-1.2.1.ebuild 22 Feb 2010 12:40:28 -0000 1.2
116 @@ -1,6 +1,6 @@
117 -# Copyright 1999-2009 Gentoo Foundation
118 +# Copyright 1999-2010 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v 1.1 2009/07/10 21:14:49 mr_bones_ Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v 1.2 2010/02/22 12:40:28 tupone Exp $
122
123 EAPI=2
124 inherit flag-o-matic multilib wxwidgets
125 @@ -14,7 +14,7 @@
126 SLOT="0"
127 KEYWORDS="~amd64 ~x86"
128 IUSE="3ds alsa cal3d cegui cg doc javascript jpeg mng ode png python
129 -sdl truetype vorbis wxwindows"
130 +sdl truetype vorbis wxwidgets"
131
132 RDEPEND="virtual/opengl
133 virtual/glu
134 @@ -29,7 +29,7 @@
135 alsa? ( media-libs/alsa-lib )
136 mng? ( media-libs/libmng )
137 png? ( media-libs/libpng )
138 - wxwindows? ( x11-libs/pango
139 + wxwidgets? ( x11-libs/pango
140 =x11-libs/wxGTK-2.6* )
141 javascript? ( dev-lang/spidermonkey )
142 cegui? ( >=dev-games/cegui-0.5.0 )
143 @@ -54,7 +54,7 @@
144 }
145
146 src_configure() {
147 - if useq wxwindows; then
148 + if useq wxwidgets; then
149 WX_GTK_VER=2.6
150 need-wxwidgets gtk2
151 fi
152 @@ -83,7 +83,7 @@
153 $(use_with truetype freetype2) \
154 $(use_with cal3d) \
155 $(use_with sdl) \
156 - $(use_with wxwindows wx) \
157 + $(use_with wxwidgets wx) \
158 $(use_with cegui CEGUI) \
159 $(use_with cg Cg) \
160 $(use_with javascript js) \