Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/pcl: pcl-9999.ebuild pcl-1.7.2.ebuild ChangeLog
Date: Thu, 29 Jan 2015 21:31:16
Message-Id: 20150129213113.0A270109DB@oystercatcher.gentoo.org
1 mgorny 15/01/29 21:31:13
2
3 Modified: pcl-9999.ebuild pcl-1.7.2.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.5 sci-libs/pcl/pcl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: pcl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pcl-9999.ebuild 19 Dec 2014 14:29:32 -0000 1.4
23 +++ pcl-9999.ebuild 29 Jan 2015 21:31:12 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild,v 1.4 2014/12/19 14:29:32 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild,v 1.5 2015/01/29 21:31:12 mgorny Exp $
30
31 EAPI=5
32
33 @@ -25,7 +25,7 @@
34 DESCRIPTION="2D/3D image and point cloud processing"
35 LICENSE="BSD"
36 SLOT="0"
37 -IUSE="cuda doc opengl openni openni2 pcap png +qhull qt4 usb vtk sse test tutorials"
38 +IUSE="cuda doc opengl openni openni2 pcap png +qhull qt4 usb vtk cpu_flags_x86_sse test tutorials"
39
40 RDEPEND="
41 >=sci-libs/flann-1.7.1
42 @@ -70,7 +70,7 @@
43 "-DBUILD_OPENNI=$(usex openni TRUE FALSE)"
44 "-DWITH_OPENNI2=$(usex openni2 TRUE FALSE)"
45 "-DBUILD_OPENNI2=$(usex openni2 TRUE FALSE)"
46 - "-DPCL_ENABLE_SSE=$(usex sse TRUE FALSE)"
47 + "-DPCL_ENABLE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
48 "-DWITH_DOCS=$(usex doc TRUE FALSE)"
49 "-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)"
50 "-DBUILD_TESTS=$(usex test TRUE FALSE)"
51
52
53
54 1.5 sci-libs/pcl/pcl-1.7.2.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild?rev=1.5&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild?rev=1.5&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild?r1=1.4&r2=1.5
59
60 Index: pcl-1.7.2.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild,v
63 retrieving revision 1.4
64 retrieving revision 1.5
65 diff -u -r1.4 -r1.5
66 --- pcl-1.7.2.ebuild 19 Dec 2014 14:29:32 -0000 1.4
67 +++ pcl-1.7.2.ebuild 29 Jan 2015 21:31:12 -0000 1.5
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild,v 1.4 2014/12/19 14:29:32 aballier Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild,v 1.5 2015/01/29 21:31:12 mgorny Exp $
74
75 EAPI=5
76
77 @@ -25,7 +25,7 @@
78 DESCRIPTION="2D/3D image and point cloud processing"
79 LICENSE="BSD"
80 SLOT="0"
81 -IUSE="cuda doc opengl openni openni2 pcap png +qhull qt4 usb vtk sse test tutorials"
82 +IUSE="cuda doc opengl openni openni2 pcap png +qhull qt4 usb vtk cpu_flags_x86_sse test tutorials"
83
84 RDEPEND="
85 >=sci-libs/flann-1.7.1
86 @@ -74,7 +74,7 @@
87 "-DBUILD_OPENNI=$(usex openni TRUE FALSE)"
88 "-DWITH_OPENNI2=$(usex openni2 TRUE FALSE)"
89 "-DBUILD_OPENNI2=$(usex openni2 TRUE FALSE)"
90 - "-DPCL_ENABLE_SSE=$(usex sse TRUE FALSE)"
91 + "-DPCL_ENABLE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
92 "-DWITH_DOCS=$(usex doc TRUE FALSE)"
93 "-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)"
94 "-DBUILD_TESTS=$(usex test TRUE FALSE)"
95
96
97
98 1.5 sci-libs/pcl/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/ChangeLog?rev=1.5&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/ChangeLog?rev=1.5&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/ChangeLog?r1=1.4&r2=1.5
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pcl/ChangeLog,v
107 retrieving revision 1.4
108 retrieving revision 1.5
109 diff -u -r1.4 -r1.5
110 --- ChangeLog 19 Dec 2014 14:29:32 -0000 1.4
111 +++ ChangeLog 29 Jan 2015 21:31:12 -0000 1.5
112 @@ -1,6 +1,10 @@
113 # ChangeLog for sci-libs/pcl
114 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/ChangeLog,v 1.4 2014/12/19 14:29:32 aballier Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/ChangeLog,v 1.5 2015/01/29 21:31:12 mgorny Exp $
118 +
119 + 29 Jan 2015; Michał Górny <mgorny@g.o> pcl-1.7.2.ebuild,
120 + pcl-9999.ebuild:
121 + Switch to CPU_FLAGS_X86.
122
123 19 Dec 2014; Alexis Ballier <aballier@g.o> pcl-1.7.2.ebuild,
124 pcl-9999.ebuild:
125 @@ -20,4 +24,3 @@
126 08 Dec 2014; Alexis Ballier <aballier@g.o> +pcl-1.7.2.ebuild,
127 +pcl-9999.ebuild, +files/nogl.patch, +metadata.xml:
128 initial import, ebuild by me
129 -