commit: 6dc76f1bbdb01141e18017b27455576578646e81 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Mar 8 17:46:07 2022 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Mar 8 18:03:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc76f1b
ros-meta/perception_pcl: Bump to 1.7.4. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> ros-meta/perception_pcl/Manifest | 1 + ros-meta/perception_pcl/perception_pcl-1.7.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest index 875f07be45be..25d2ad762214 100644 --- a/ros-meta/perception_pcl/Manifest +++ b/ros-meta/perception_pcl/Manifest @@ -1,2 +1,3 @@ DIST perception_pcl-1.7.1.tar.gz 80899 BLAKE2B 2898d88efa1b27a27eea06fb949254127cf92eb2c788ae914a40f0000fa8204202c4823c69ab5fa9bd83c2426289a4897a56fab9ec3df61e3ab0a184fc068c41 SHA512 97e9240c660adde84976860ed9c94cf8c127615526641dbcdb729ffbda4cda4dfb9f351cc2d471988732ad61e6508bfa5906c8b4503c31172e7f4e4dfc31260e DIST perception_pcl-1.7.2.tar.gz 81897 BLAKE2B 692f000337090c7a2354bf9626d391aa0fe390041042718e7dde7335c750137e7e1b6f939728ad1e2af3411e535ba63b42bc17f74b3535e38628f2b6c1c87036 SHA512 228b1d7d589bfd1460e8c58448b0d9257e86c1796b009853aeceeb1da20d8f46462d8c273a95804003ce3c43326c6575553d19b319aa9effcef4854347d5c3f9 +DIST perception_pcl-1.7.4.tar.gz 82160 BLAKE2B 11f4936da3d2fc86eafcc1219e4bd4acf0defece3f2dfcefea54ad3e239fc3a87c3a581291f5cd3adae74c0b6093213cff50ee1cfc7b87b1006299457773d2a8 SHA512 ee5b03dd348de2c589ec01bcab165959dc1e177abd3a2beca62bf701854231296a18052142273c6b4965101fe1b72ee685884049b45d93aa452397bb2df640f4 diff --git a/ros-meta/perception_pcl/perception_pcl-1.7.4.ebuild b/ros-meta/perception_pcl/perception_pcl-1.7.4.ebuild new file mode 100644 index 000000000000..fdafb5ebd33f --- /dev/null +++ b/ros-meta/perception_pcl/perception_pcl-1.7.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-perception/perception_pcl" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pcl_conversions + dev-ros/pcl_ros +" +DEPEND="${RDEPEND}"