From 34dea8e38f88007799629d0a56b12dec480b1d21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Jun 2021 14:45:01 +0100 Subject: gentoo resync : 20.06.2021 --- dev-ros/tf/Manifest | 4 ++-- dev-ros/tf/tf-1.13.2-r1.ebuild | 40 ---------------------------------------- dev-ros/tf/tf-1.13.2-r2.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ dev-ros/tf/tf-9999.ebuild | 4 ++-- 4 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 dev-ros/tf/tf-1.13.2-r1.ebuild create mode 100644 dev-ros/tf/tf-1.13.2-r2.ebuild (limited to 'dev-ros/tf') diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest index a8f202cc07b4..09ff5b3bc83c 100644 --- a/dev-ros/tf/Manifest +++ b/dev-ros/tf/Manifest @@ -1,5 +1,5 @@ AUX yaml.patch 559 BLAKE2B 228004c7cc268ebe011dfc8f83aeec9a32e98566c970b7e94b8fcd19879ad1974038fdee9b850ca7bebc770e96cf8b81a92ae9583188191de86e7d5a4100b835 SHA512 67f8aeee746fc3137310fc5eb127d8dc12be2c33b38b2237b6889f7837d2637125394ebe5d22c6dfee28787fecf0cf48be3168c09a50c435dde7040eed39dfc3 DIST geometry-1.13.2.tar.gz 188225 BLAKE2B b08e78b298c94c38baa5d25a878be703d7d3a310277b66690b9fe4da1d0cd3f9083cf3bf6dc1d59149599b6fb0ec10feaf668206da245ed7e0cb9cf1878b620c SHA512 504de0e7ebf1dd73e918ab4fa39967cc9e39a53d487072430106b391d669ddfc7e530b66b38f4f73d1787e4a73acdad8e707c6757afe2e235157d4aa19f28af2 -EBUILD tf-1.13.2-r1.ebuild 1113 BLAKE2B f03f680d5d9be8be0b24ea486140860d0d5912a1fc81cf79fabb51ede3250ab115e22e38fd4b1f5cbad1b25642926b0bc7926750d4340cf587c0d531684ec9fd SHA512 ee8eb935a5e933686f6bba5ba9004790c7933eb2941159bc1659632ac264ba925fe1bbfb60c370a01b5df92a83ddd82be07fa6da9a3f35ebe98e1a22509acf32 -EBUILD tf-9999.ebuild 1113 BLAKE2B f03f680d5d9be8be0b24ea486140860d0d5912a1fc81cf79fabb51ede3250ab115e22e38fd4b1f5cbad1b25642926b0bc7926750d4340cf587c0d531684ec9fd SHA512 ee8eb935a5e933686f6bba5ba9004790c7933eb2941159bc1659632ac264ba925fe1bbfb60c370a01b5df92a83ddd82be07fa6da9a3f35ebe98e1a22509acf32 +EBUILD tf-1.13.2-r2.ebuild 1116 BLAKE2B b8fccd23423a0fa60b14756c1bfed2f5fe135b96d1a6a391f3c0b7c174bb0c8bc6792e35507c0244a761f3458d377fab542d53cac8d9189c877ba78aeb3d350c SHA512 3b169604503c08c89c27c685e54abd3d628c1cd2b346e6ef7a11cdd09d1580dccfd3037a4b96f008e158386bf966e862bf551e66f96ad90e6210dde12575d82f +EBUILD tf-9999.ebuild 1116 BLAKE2B b8fccd23423a0fa60b14756c1bfed2f5fe135b96d1a6a391f3c0b7c174bb0c8bc6792e35507c0244a761f3458d377fab542d53cac8d9189c877ba78aeb3d350c SHA512 3b169604503c08c89c27c685e54abd3d628c1cd2b346e6ef7a11cdd09d1580dccfd3037a4b96f008e158386bf966e862bf551e66f96ad90e6210dde12575d82f MISC metadata.xml 326 BLAKE2B 5dc7af91da7fdb7ea5fc3057f3d536db449ab74936a1d7d5fc8db12e7ee77f575df3607e4cb4be025a297c16ff2396fe7b8ee18d3024278059c3a9acf59485ba SHA512 2a6fb539ad45610d9ece5d96d9dfdcc90a0e11723e2a2747dd49a4b15fedda8afc369e5d9a1a4337f9216a983a4d8f3c9fe6b1054c8dafedd83ced92fd8381ae diff --git a/dev-ros/tf/tf-1.13.2-r1.ebuild b/dev-ros/tf/tf-1.13.2-r1.ebuild deleted file mode 100644 index 360303d8a915..000000000000 --- a/dev-ros/tf/tf-1.13.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/geometry" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Maintains the relationship between frames in a tree structure over time" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/angles - dev-ros/message_filters - dev-ros/rosconsole - dev-ros/rostime - dev-ros/roscpp - dev-ros/tf2_ros - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-cpp/gtest - $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") - )" -PATCHES=( "${FILESDIR}/yaml.patch" ) diff --git a/dev-ros/tf/tf-1.13.2-r2.ebuild b/dev-ros/tf/tf-1.13.2-r2.ebuild new file mode 100644 index 000000000000..0a1e2df469df --- /dev/null +++ b/dev-ros/tf/tf-1.13.2-r2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/geometry" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Maintains the relationship between frames in a tree structure over time" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads(+)] + dev-ros/angles + dev-ros/message_filters + dev-ros/rosconsole + dev-ros/rostime + dev-ros/roscpp + dev-ros/tf2_ros + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + )" +PATCHES=( "${FILESDIR}/yaml.patch" ) diff --git a/dev-ros/tf/tf-9999.ebuild b/dev-ros/tf/tf-9999.ebuild index 360303d8a915..0a1e2df469df 100644 --- a/dev-ros/tf/tf-9999.ebuild +++ b/dev-ros/tf/tf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-ros/angles dev-ros/message_filters dev-ros/rosconsole -- cgit v1.2.3