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-games/crystalspace: crystalspace-1.2.ebuild crystalspace-1.0.1.ebuild ChangeLog
Date: Wed, 21 Nov 2007 00:56:49
Message-Id: E1IudtT-00014p-TT@stork.gentoo.org
1 dirtyepic 07/11/21 00:56:43
2
3 Modified: crystalspace-1.2.ebuild crystalspace-1.0.1.ebuild
4 ChangeLog
5 Log:
6 With the new wxwidgets eclass /usr/bin/wx-config is guaranteed to exist, so
7 this workaround is no longer needed. In any case the eclass no longer sets
8 WX_CONFIG_NAME.
9 (Portage version: 2.1.3.19)
10
11 Revision Changes Path
12 1.4 dev-games/crystalspace/crystalspace-1.2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild?r1=1.3&r2=1.4
17
18 Index: crystalspace-1.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- crystalspace-1.2.ebuild 30 Oct 2007 17:13:04 -0000 1.3
25 +++ crystalspace-1.2.ebuild 21 Nov 2007 00:56:43 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v 1.3 2007/10/30 17:13:04 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v 1.4 2007/11/21 00:56:43 dirtyepic Exp $
31
32 inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets
33
34 @@ -60,9 +60,6 @@
35 if useq wxwindows; then
36 WX_GTK_VER=2.6
37 need-wxwidgets gtk2
38 - if [[ ! -e /usr/bin/wx-config ]]; then
39 - sed -i -e "s:wx-config:${WX_CONFIG_NAME}:g" configure
40 - fi
41 fi
42
43 # -O3 is hanging compilation of python script plugin
44
45
46
47 1.7 dev-games/crystalspace/crystalspace-1.0.1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?rev=1.7&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?rev=1.7&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild?r1=1.6&r2=1.7
52
53 Index: crystalspace-1.0.1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v
56 retrieving revision 1.6
57 retrieving revision 1.7
58 diff -u -r1.6 -r1.7
59 --- crystalspace-1.0.1.ebuild 13 Nov 2007 23:31:34 -0000 1.6
60 +++ crystalspace-1.0.1.ebuild 21 Nov 2007 00:56:43 -0000 1.7
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2007 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.6 2007/11/13 23:31:34 wolf31o2 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.7 2007/11/21 00:56:43 dirtyepic Exp $
66
67 inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets
68
69 @@ -60,9 +60,6 @@
70 if useq wxwindows; then
71 WX_GTK_VER=2.6
72 need-wxwidgets gtk2
73 - if [[ ! -e /usr/bin/wx-config ]]; then
74 - sed -i -e "s:wx-config:${WX_CONFIG_NAME}:g" configure
75 - fi
76 fi
77
78 # -O3 is hanging compilation of python script plugin
79
80
81
82 1.36 dev-games/crystalspace/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.36&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.36&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.35&r2=1.36
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
91 retrieving revision 1.35
92 retrieving revision 1.36
93 diff -u -r1.35 -r1.36
94 --- ChangeLog 13 Nov 2007 23:31:34 -0000 1.35
95 +++ ChangeLog 21 Nov 2007 00:56:43 -0000 1.36
96 @@ -1,6 +1,12 @@
97 # ChangeLog for dev-games/crystalspace
98 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.35 2007/11/13 23:31:34 wolf31o2 Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.36 2007/11/21 00:56:43 dirtyepic Exp $
101 +
102 + 21 Nov 2007; Ryan Hill <dirtyepic@g.o> crystalspace-1.0.1.ebuild,
103 + crystalspace-1.2.ebuild:
104 + With the new wxwidgets eclass /usr/bin/wx-config is guaranteed to exist, so
105 + this workaround is no longer needed. In any case the eclass no longer sets
106 + WX_CONFIG_NAME.
107
108 13 Nov 2007; Chris Gianelloni <wolf31o2@g.o>
109 crystalspace-1.0.1.ebuild:
110
111
112
113 --
114 gentoo-commits@g.o mailing list