From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-ros/octomap_ros/Manifest | 6 +++--- dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild | 22 ---------------------- dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild | 23 +++++++++++++++++++++++ dev-ros/octomap_ros/octomap_ros-9999.ebuild | 7 ++++--- 4 files changed, 30 insertions(+), 28 deletions(-) delete mode 100644 dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild create mode 100644 dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild (limited to 'dev-ros/octomap_ros') diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest index 36333bfd3c10..e7aa7ee96028 100644 --- a/dev-ros/octomap_ros/Manifest +++ b/dev-ros/octomap_ros/Manifest @@ -1,4 +1,4 @@ -DIST octomap_ros-0.4.0.tar.gz 5076 BLAKE2B 4c1431d139e7025cae3ac9fa41fa86c71690be58d3177a3a4694f62affc2d61a73eeb456ab78b17c6b63ece8cf9582cff179c4f73ba3520e792a1e819e5ee69b SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce -EBUILD octomap_ros-0.4.0-r1.ebuild 509 BLAKE2B 358e20cbdfa9c9662bd7de637aba0660dacee5e233896ddf9c476ea0b8dd3ab4a120e6295a71d1628d2ce01f5adc74dda4d7104219ea8ed421b53dcc284eeebf SHA512 2db338b29533ed7103a0eaa23289d5744d55909ff246a867d7369b1eedfb4fed647ef169400306ffd377192695333b80a6352be3c8d78ea8a2c4e1eda97c4c8c -EBUILD octomap_ros-9999.ebuild 509 BLAKE2B 358e20cbdfa9c9662bd7de637aba0660dacee5e233896ddf9c476ea0b8dd3ab4a120e6295a71d1628d2ce01f5adc74dda4d7104219ea8ed421b53dcc284eeebf SHA512 2db338b29533ed7103a0eaa23289d5744d55909ff246a867d7369b1eedfb4fed647ef169400306ffd377192695333b80a6352be3c8d78ea8a2c4e1eda97c4c8c +DIST octomap_ros-0.4.1.tar.gz 5879 BLAKE2B a41d8d6688bfc2a182fce6c7b2e032c3cbc7b467c6c8b806adc4e93f371fb49a1aa5d9001b17407d8db33facc3edf868020816a06ff051d5190b9ca5463d6b12 SHA512 692a9f16589b24521440f81f4a55ddaca1778a5bc3c05e30313847300b4012af3a2d2db3786fec7e4a6b7af197c37dc447fded81ab343fcccfa2a4c8810883ab +EBUILD octomap_ros-0.4.1.ebuild 507 BLAKE2B 37859dcb3020e93096235e3b3876eda22fc23ba77261074d4b5fa6e7216641a4b7a1ed921dbd8d3d4823da1fc2b88b3de32d95d284c60b1b803c3ff365274021 SHA512 82c9aa27831c864486c55381d764c10a8b2f526ec9e64e4543216ddc238fcf67bffd9773ac174155dca645f2ce84bcd9c7d2e8211272140154903c2cc581f75d +EBUILD octomap_ros-9999.ebuild 507 BLAKE2B 37859dcb3020e93096235e3b3876eda22fc23ba77261074d4b5fa6e7216641a4b7a1ed921dbd8d3d4823da1fc2b88b3de32d95d284c60b1b803c3ff365274021 SHA512 82c9aa27831c864486c55381d764c10a8b2f526ec9e64e4543216ddc238fcf67bffd9773ac174155dca645f2ce84bcd9c7d2e8211272140154903c2cc581f75d MISC metadata.xml 333 BLAKE2B 0997902e45c25ffbdac0d4a065c63a5adf108ffc126c133ce6e5e8776ad7319d6458dfa19ce1aac238d9b522abbab9ab60d29a29c0d5cafa53322cc481fa0964 SHA512 6ae210514f0405e56fdefc8db22fc196de2648d687163e3d55bec4c0fa8d950bf60b7d7b4220f56d545ccbd88ac1b5e6075673a01ab4c6b69f7febde8bf33362 diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild deleted file mode 100644 index b73677241874..000000000000 --- a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/OctoMap/octomap_ros" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/tf - dev-ros/pcl_ros - sci-libs/octomap - dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild new file mode 100644 index 000000000000..a45d9828a875 --- /dev/null +++ b/dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/OctoMap/octomap_ros" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf + dev-ros/pcl_ros + sci-libs/octomap +" +DEPEND="${RDEPEND} + dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild index b73677241874..a45d9828a875 100644 --- a/dev-ros/octomap_ros/octomap_ros-9999.ebuild +++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/OctoMap/octomap_ros" KEYWORDS="~amd64 ~arm" @@ -16,7 +16,8 @@ RDEPEND=" dev-ros/tf dev-ros/pcl_ros sci-libs/octomap +" +DEPEND="${RDEPEND} dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" -- cgit v1.2.3