Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyopencl: pyopencl-9999.ebuild pyopencl-0.92.ebuild
Date: Fri, 31 Dec 2010 16:55:15
Message-Id: 20101231165504.7F71120054@flycatcher.gentoo.org
1 arfrever 10/12/31 16:55:04
2
3 Modified: pyopencl-9999.ebuild pyopencl-0.92.ebuild
4 Log:
5 Improve src_configure().
6
7 (Portage version: 2.2.0_alpha11_p1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-python/pyopencl/pyopencl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: pyopencl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pyopencl-9999.ebuild 31 Dec 2010 16:51:22 -0000 1.4
23 +++ pyopencl-9999.ebuild 31 Dec 2010 16:55:04 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild,v 1.4 2010/12/31 16:51:22 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild,v 1.5 2010/12/31 16:55:04 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -37,7 +37,7 @@
33 myconf="${myconf} --cl-enable-gl"
34 fi
35
36 - ./configure.py --boost-python-libname=boost_python-mt \
37 + "$(PYTHON -f)" ./configure.py --boost-python-libname=boost_python-mt \
38 --boost-thread-libname=boost_thread-mt --boost-compiler=gcc \
39 ${myconf}
40 }
41
42
43
44 1.4 dev-python/pyopencl/pyopencl-0.92.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-0.92.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-0.92.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-0.92.ebuild?r1=1.3&r2=1.4
49
50 Index: pyopencl-0.92.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-0.92.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- pyopencl-0.92.ebuild 31 Dec 2010 16:51:22 -0000 1.3
57 +++ pyopencl-0.92.ebuild 31 Dec 2010 16:55:04 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-0.92.ebuild,v 1.3 2010/12/31 16:51:22 arfrever Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-0.92.ebuild,v 1.4 2010/12/31 16:55:04 arfrever Exp $
63
64 EAPI="3"
65 PYTHON_DEPEND="2"
66 @@ -30,7 +30,7 @@
67 myconf="${myconf} --cl-enable-gl"
68 fi
69
70 - ./configure.py --boost-python-libname=boost_python-mt \
71 + "$(PYTHON -f)" ./configure.py --boost-python-libname=boost_python-mt \
72 --boost-compiler=gcc \
73 ${myconf}
74 }