diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 11:56:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:45:55 +0200 |
commit | a5b24b6324dc2a0056aee4887dd8177d304d64b3 (patch) | |
tree | 8ab9b2dc984a86a5d9ffb040d517135b5fcc076f /dev-ros/tf | |
parent | dev-ros/kdl_conversions: Remove old (diff) | |
download | gentoo-a5b24b6324dc2a0056aee4887dd8177d304d64b3.tar.gz gentoo-a5b24b6324dc2a0056aee4887dd8177d304d64b3.tar.bz2 gentoo-a5b24b6324dc2a0056aee4887dd8177d304d64b3.zip |
dev-ros/tf: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/tf')
-rw-r--r-- | dev-ros/tf/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/tf/files/boost.patch | 28 | ||||
-rw-r--r-- | dev-ros/tf/tf-1.12.0.ebuild | 39 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest index 6324270943e0..c0c42888ffb3 100644 --- a/dev-ros/tf/Manifest +++ b/dev-ros/tf/Manifest @@ -1,2 +1 @@ -DIST geometry-1.12.0.tar.gz 186357 BLAKE2B 6bf8c93b5707403655253a30b8994bb62b8b44077805bf43b266b781e5c8edb65c402d00fb76d9e87bd111211b932f10487f769ac4d04322255b57f44680adca SHA512 5cef17a76dfd5b9c2f118519bf3a74a1213d3036c8de19de453e8419d12d744a6a4ae4fd4a76b34c455b548a9857cd5bfa181698d903356737e1555d619a0627 DIST geometry-1.13.2.tar.gz 188225 BLAKE2B b08e78b298c94c38baa5d25a878be703d7d3a310277b66690b9fe4da1d0cd3f9083cf3bf6dc1d59149599b6fb0ec10feaf668206da245ed7e0cb9cf1878b620c SHA512 504de0e7ebf1dd73e918ab4fa39967cc9e39a53d487072430106b391d669ddfc7e530b66b38f4f73d1787e4a73acdad8e707c6757afe2e235157d4aa19f28af2 diff --git a/dev-ros/tf/files/boost.patch b/dev-ros/tf/files/boost.patch deleted file mode 100644 index dd926cf05848..000000000000 --- a/dev-ros/tf/files/boost.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 2eed72cb7b63fc4ee98af695c625d9a741a09897 Mon Sep 17 00:00:00 2001 -From: Maarten de Vries <maarten@de-vri.es> -Date: Thu, 17 Jan 2019 21:40:28 +0100 -Subject: [PATCH] Remove `signals` from find_package(Boost COMPONENTS ...) - -tf is using signals2, which is not the same library as signals. -Additionally, signals2 has always been header only, and header only -libraries must not be listed in find_package. - -Boost 1.69 removed the old signals library entirely, so the otherwise -useless `COMPONENTS signals` actually breaks the build. ---- - tf/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tf/CMakeLists.txt b/tf/CMakeLists.txt -index 04dcb4e8..b469f658 100644 ---- a/tf/CMakeLists.txt -+++ b/tf/CMakeLists.txt -@@ -15,7 +15,7 @@ find_package(catkin REQUIRED COMPONENTS - std_msgs - tf2_ros - ) --find_package(Boost REQUIRED COMPONENTS thread signals system) -+find_package(Boost REQUIRED COMPONENTS thread system) - - catkin_python_setup() - diff --git a/dev-ros/tf/tf-1.12.0.ebuild b/dev-ros/tf/tf-1.12.0.ebuild deleted file mode 100644 index 201cf57ee6b6..000000000000 --- a/dev-ros/tf/tf-1.12.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/geometry" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Maintains the relationship between coordinate frames in a tree structure buffered in 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_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-ros/rostest[${PYTHON_USEDEP}] - dev-cpp/gtest - dev-python/nose[${PYTHON_USEDEP}] - )" -PATCHES=( "${FILESDIR}/boost.patch" ) |