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: ChangeLog crystalspace-1.4.0.ebuild
Date: Thu, 24 Jun 2010 11:34:02
Message-Id: 20100624113348.3B2AB2CF46@corvid.gentoo.org
1 tupone 10/06/24 11:33:48
2
3 Modified: ChangeLog crystalspace-1.4.0.ebuild
4 Log:
5 Disabling python, as some dependency are not found.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.47 dev-games/crystalspace/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.47&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.47&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.46&r2=1.47
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
18 retrieving revision 1.46
19 retrieving revision 1.47
20 diff -u -r1.46 -r1.47
21 --- ChangeLog 21 Jun 2010 15:59:06 -0000 1.46
22 +++ ChangeLog 24 Jun 2010 11:33:47 -0000 1.47
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-games/crystalspace
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.46 2010/06/21 15:59:06 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.47 2010/06/24 11:33:47 tupone Exp $
28 +
29 + 24 Jun 2010; Tupone Alfredo <tupone@g.o> crystalspace-1.4.0.ebuild:
30 + Disabling python, as some dependencies are not found.
31 + Should also fix bug #297142 by flameeyes@g.o
32
33 21 Jun 2010; Tupone Alfredo <tupone@g.o> crystalspace-1.4.0.ebuild:
34 enabling java plugin.
35
36
37
38 1.6 dev-games/crystalspace/crystalspace-1.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild?r1=1.5&r2=1.6
43
44 Index: crystalspace-1.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- crystalspace-1.4.0.ebuild 21 Jun 2010 15:59:07 -0000 1.5
51 +++ crystalspace-1.4.0.ebuild 24 Jun 2010 11:33:47 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.5 2010/06/21 15:59:07 tupone Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.6 2010/06/24 11:33:47 tupone Exp $
57
58 EAPI=2
59 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets
60 @@ -13,7 +13,7 @@
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 -IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png python
65 +IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png
66 sdl speex truetype vorbis wxwidgets"
67
68 COMMON_DEP="virtual/opengl
69 @@ -68,9 +68,6 @@
70 need-wxwidgets gtk2
71 fi
72
73 - # -O3 is hanging compilation of python script plugin
74 - # trying -O2 just in case
75 - replace-flags -O3 -O2
76 econf --enable-cpu-specific-optimizations=no \
77 --disable-separate-debug-info \
78 --without-lcms \
79 @@ -80,7 +77,7 @@
80 $(use_with java) \
81 --disable-make-emulation \
82 $(use_with bullet) \
83 - $(use_with python) \
84 + --without-python \
85 $(use_with png) \
86 $(use_with jpeg) \
87 $(use_with mng) \