From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 031C61382C5 for ; Fri, 15 May 2020 16:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30B0E0CA3; Fri, 15 May 2020 16:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77D5DE0CA3 for ; Fri, 15 May 2020 16:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5559334F1B8 for ; Fri, 15 May 2020 16:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA4AC256 for ; Fri, 15 May 2020 16:34:14 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1589560425.a2a8fa44f662ea396244b03eef4c507359d71ed8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pcl/Manifest sci-libs/pcl/pcl-1.11.0.ebuild sci-libs/pcl/pcl-9999.ebuild X-VCS-Directories: sci-libs/pcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a2a8fa44f662ea396244b03eef4c507359d71ed8 X-VCS-Branch: master Date: Fri, 15 May 2020 16:34:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e41cdec-b824-4bc2-9145-1de3b5f5059d X-Archives-Hash: 965f77164677e102c1e53b502c2dc70d commit: a2a8fa44f662ea396244b03eef4c507359d71ed8 Author: Alexis Ballier gentoo org> AuthorDate: Fri May 15 15:09:24 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri May 15 16:33:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a8fa44 sci-libs/pcl: bump to 1.11.0 Fixes build with boost 1.73 as a side effect. Closes: https://bugs.gentoo.org/722732 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> sci-libs/pcl/Manifest | 1 + sci-libs/pcl/{pcl-9999.ebuild => pcl-1.11.0.ebuild} | 12 ++++++------ sci-libs/pcl/pcl-9999.ebuild | 12 ++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/sci-libs/pcl/Manifest b/sci-libs/pcl/Manifest index 4f0161e50ac..625b774d66e 100644 --- a/sci-libs/pcl/Manifest +++ b/sci-libs/pcl/Manifest @@ -1 +1,2 @@ +DIST pcl-1.11.0.tar.gz 67091890 BLAKE2B 77dcaf99e19cd3042a01176e57441a38e7f5095d7bd9b08c9ad4464384eb6c603eab9734a6bcbb52eff9da55c3aaa69b3744a10137b8264e5729c2432a678f71 SHA512 1cde48349b2630d1bb89fa50b2844054802fe02d22c810516bc41a712823a26cd5fa1b14297718f517b88c371a637567b31fb8c4c9b4908e94fb3a7208095127 DIST pcl-1.9.1.tar.gz 67158067 BLAKE2B 472422930e08feba11f42a2df49d68e0c55484744e0649164b113dc3b654188e598b1c0a55f1b75680150090749b00378ae0f70b35b1695a7914a16be7415bf7 SHA512 ca95028c23861ac2df0fa7e18fdd0202255cb2e49ab714325eb36c35289442c6eedbf489e6f9f232b30fa2a93eff4c9619f8a14d3fdfe58f353a4a6e26206bdf diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-1.11.0.ebuild similarity index 93% copy from sci-libs/pcl/pcl-9999.ebuild copy to sci-libs/pcl/pcl-1.11.0.ebuild index 19c912a12d8..340870c8b8e 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-1.11.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -23,7 +23,7 @@ fi HOMEPAGE="http://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" -SLOT="0/1.9" +SLOT="0/1.11" IUSE="cuda doc opengl openni openni2 pcap png +qhull qt5 usb vtk cpu_flags_x86_sse test tutorials" RESTRICT="!test? ( test )" @@ -49,9 +49,11 @@ RDEPEND=" " DEPEND="${RDEPEND} !!dev-cpp/metslib + test? ( >=dev-cpp/gtest-1.6.0 ) +" +BDEPEND=" doc? ( app-doc/doxygen ) tutorials? ( dev-python/sphinx dev-python/sphinxcontrib-doxylink ) - test? ( >=dev-cpp/gtest-1.6.0 ) virtual/pkgconfig" REQUIRED_USE=" @@ -72,9 +74,7 @@ src_configure() { "-DWITH_VTK=$(usex vtk TRUE FALSE)" "-DWITH_PCAP=$(usex pcap TRUE FALSE)" "-DWITH_OPENNI=$(usex openni TRUE FALSE)" - "-DBUILD_OPENNI=$(usex openni TRUE FALSE)" "-DWITH_OPENNI2=$(usex openni2 TRUE FALSE)" - "-DBUILD_OPENNI2=$(usex openni2 TRUE FALSE)" "-DPCL_ENABLE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)" "-DWITH_DOCS=$(usex doc TRUE FALSE)" "-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)" diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-9999.ebuild index 19c912a12d8..340870c8b8e 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -23,7 +23,7 @@ fi HOMEPAGE="http://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" -SLOT="0/1.9" +SLOT="0/1.11" IUSE="cuda doc opengl openni openni2 pcap png +qhull qt5 usb vtk cpu_flags_x86_sse test tutorials" RESTRICT="!test? ( test )" @@ -49,9 +49,11 @@ RDEPEND=" " DEPEND="${RDEPEND} !!dev-cpp/metslib + test? ( >=dev-cpp/gtest-1.6.0 ) +" +BDEPEND=" doc? ( app-doc/doxygen ) tutorials? ( dev-python/sphinx dev-python/sphinxcontrib-doxylink ) - test? ( >=dev-cpp/gtest-1.6.0 ) virtual/pkgconfig" REQUIRED_USE=" @@ -72,9 +74,7 @@ src_configure() { "-DWITH_VTK=$(usex vtk TRUE FALSE)" "-DWITH_PCAP=$(usex pcap TRUE FALSE)" "-DWITH_OPENNI=$(usex openni TRUE FALSE)" - "-DBUILD_OPENNI=$(usex openni TRUE FALSE)" "-DWITH_OPENNI2=$(usex openni2 TRUE FALSE)" - "-DBUILD_OPENNI2=$(usex openni2 TRUE FALSE)" "-DPCL_ENABLE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)" "-DWITH_DOCS=$(usex doc TRUE FALSE)" "-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)"