From 38423c67c8a23f6a1bc42038193182e2da3116eb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Apr 2020 11:37:10 +0100 Subject: gentoo resync : 25.04.2020 --- dev-ros/amcl/Manifest | 4 ++-- dev-ros/amcl/amcl-1.16.3-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++ dev-ros/amcl/amcl-1.16.3.ebuild | 35 ----------------------------------- dev-ros/amcl/amcl-9999.ebuild | 3 ++- 4 files changed, 40 insertions(+), 38 deletions(-) create mode 100644 dev-ros/amcl/amcl-1.16.3-r1.ebuild delete mode 100644 dev-ros/amcl/amcl-1.16.3.ebuild (limited to 'dev-ros/amcl') diff --git a/dev-ros/amcl/Manifest b/dev-ros/amcl/Manifest index 84aa2afba572..79e7d6eb16f9 100644 --- a/dev-ros/amcl/Manifest +++ b/dev-ros/amcl/Manifest @@ -1,5 +1,5 @@ AUX cmake.patch 331 BLAKE2B 473d4915af835a5f374eddf6d24d8bb003b02aaabc43119fa1d4eb53ecc640ca0225d0be0a03f811414b729344d1218b264231b27cb77480ec613283b03db6b8 SHA512 c2bd6bf44eedf69c03de172b88d9b9471a78b7176d6a5d4db18564986780c9c05ce9d74a65ded689fe1480d2094a2c16feffe27f7797224f6f43d019a806c327 DIST navigation-1.16.3.tar.gz 342459 BLAKE2B 736414787adee9c7511b0d90276395d33b9b52207d55ddd53836c9d77cb6809bf1946443878ad83e4461d0febf05b616b93ec0a18b34ed402323eb9bbb100861 SHA512 2eddb27fd3eff143674cc518be520e6df4d24a965689441f710105977f4bbe307736df5e6303319dde99362187091ea4f90eaec9da5a4bc678250410af174a71 -EBUILD amcl-1.16.3.ebuild 1033 BLAKE2B 4ff3f9699e1a5c76b13e198816ce07d49da1c1bbd070f380d77e3d3a7277259e596565f8391cc29de42c4305fbefca42f7d9293764fdb0f3d8bdc95d1b6bfc10 SHA512 c1bde02d543e090c3a6605c9dddaf38619b110a1669313b56d1f24af73a84188f9b40f7891a670a00d12da07d96389ceb2b38e527767bb30b4a6f961ad3297ca -EBUILD amcl-9999.ebuild 1033 BLAKE2B 4ff3f9699e1a5c76b13e198816ce07d49da1c1bbd070f380d77e3d3a7277259e596565f8391cc29de42c4305fbefca42f7d9293764fdb0f3d8bdc95d1b6bfc10 SHA512 c1bde02d543e090c3a6605c9dddaf38619b110a1669313b56d1f24af73a84188f9b40f7891a670a00d12da07d96389ceb2b38e527767bb30b4a6f961ad3297ca +EBUILD amcl-1.16.3-r1.ebuild 1079 BLAKE2B c11f6555c3626edd0584b6612a8eb7e4e4cdfc5dc5f963bc5c65ca9a6affb07ffaa88025aab922de9e39859e5a98039021a63db95b8887a602680e3b5c002872 SHA512 a415f9623f0de95f4d84709fefd0513cbb16ae6c66fdd324d5eade232393afde69c1b5a51eac6ef9abde75323847d79b40d1426a9a99c7c0c4ce8fd8d6c2d28b +EBUILD amcl-9999.ebuild 1079 BLAKE2B c11f6555c3626edd0584b6612a8eb7e4e4cdfc5dc5f963bc5c65ca9a6affb07ffaa88025aab922de9e39859e5a98039021a63db95b8887a602680e3b5c002872 SHA512 a415f9623f0de95f4d84709fefd0513cbb16ae6c66fdd324d5eade232393afde69c1b5a51eac6ef9abde75323847d79b40d1426a9a99c7c0c4ce8fd8d6c2d28b MISC metadata.xml 337 BLAKE2B ecfbf3d0b63a1b876065d04b3d52daa0442e3bcaf060836731012a1e698b3aea06ff292d892035feb2fb0fc257d6d8462d013ccc67f2650177c9cdba4d051d44 SHA512 f5df7464100fa15a3d2ad11cc620007500a5cb5ea7be67ac45819a541dd4ae53ce476231d475acf4dfe7e7bf0c31281325dc4e003867d1cc01a29353bb5ea09e diff --git a/dev-ros/amcl/amcl-1.16.3-r1.ebuild b/dev-ros/amcl/amcl-1.16.3-r1.ebuild new file mode 100644 index 000000000000..130de3bbef70 --- /dev/null +++ b/dev-ros/amcl/amcl-1.16.3-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/navigation" +ROS_SUBDIR=${PN} +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Probabilistic localization system for a robot moving in 2D" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/diagnostic_updater[${PYTHON_USEDEP}] + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/message_filters + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/rosbag + dev-libs/boost:= + dev-ros/roscpp + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2 + dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_ros +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/map_server[${PYTHON_USEDEP}] ) +" +PATCHES=( "${FILESDIR}/cmake.patch" ) diff --git a/dev-ros/amcl/amcl-1.16.3.ebuild b/dev-ros/amcl/amcl-1.16.3.ebuild deleted file mode 100644 index e2d2d799884a..000000000000 --- a/dev-ros/amcl/amcl-1.16.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-planning/navigation" -ROS_SUBDIR=${PN} -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Probabilistic localization system for a robot moving in 2D" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/message_filters - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/rosbag - dev-libs/boost:= - dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/tf2 - dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/tf2_ros -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/map_server[${PYTHON_USEDEP}] ) -" -PATCHES=( "${FILESDIR}/cmake.patch" ) diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild index e2d2d799884a..130de3bbef70 100644 --- a/dev-ros/amcl/amcl-9999.ebuild +++ b/dev-ros/amcl/amcl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,6 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-ros/diagnostic_updater[${PYTHON_USEDEP}] dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/message_filters -- cgit v1.2.3