summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-12 12:55:11 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-12 13:13:28 +0200
commit5cdd906171bb31b9e868b1e3f0f66c4564163f10 (patch)
tree61f244cac6cc404af4ac39f0cb44591d1bcb45f8 /dev-ros/tf
parentsys-devel/autogen-5.18.4-r1: arm64 stable (diff)
downloadgentoo-5cdd906171bb31b9e868b1e3f0f66c4564163f10.tar.gz
gentoo-5cdd906171bb31b9e868b1e3f0f66c4564163f10.tar.bz2
gentoo-5cdd906171bb31b9e868b1e3f0f66c4564163f10.zip
dev-ros/tf: Remove old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros/tf')
-rw-r--r--dev-ros/tf/Manifest1
-rw-r--r--dev-ros/tf/files/gcc6.patch22
-rw-r--r--dev-ros/tf/tf-1.11.8.ebuild39
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
index 4e56997fa19e..1fa4b0d345af 100644
--- a/dev-ros/tf/Manifest
+++ b/dev-ros/tf/Manifest
@@ -1,2 +1 @@
-DIST geometry-1.11.8.tar.gz 186749 BLAKE2B f4d2579586221014ae50a649aa8cc19fdf975184091e9f50912494f3f3d4a2963160c63bbf9ee9466ae3f26aed533b5fba35c20663681009a69b71dbb595f879 SHA512 a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
DIST geometry-1.11.9.tar.gz 185525 BLAKE2B ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022 SHA512 de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c
diff --git a/dev-ros/tf/files/gcc6.patch b/dev-ros/tf/files/gcc6.patch
deleted file mode 100644
index 72b32bd1172e..000000000000
--- a/dev-ros/tf/files/gcc6.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit b0d31cc1e9a43b45d216ee7f804e901a5c0f8936
-Author: Hodorgasm <nsane457@gmail.com>
-Date: Mon Sep 19 17:58:22 2016 -0400
-
- Fix "stdlib.h: No such file or directory" errors in GCC-6
-
- Including '-isystem /usr/include' breaks building with GCC-6.
- See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
-
-diff --git a/tf/CMakeLists.txt b/tf/CMakeLists.txt
-index 8077561..cf72127 100644
---- a/tf/CMakeLists.txt
-+++ b/tf/CMakeLists.txt
-@@ -8,7 +8,7 @@ find_package(catkin COMPONENTS angles geometry_msgs message_filters message_gene
-
- catkin_python_setup()
-
--include_directories(SYSTEM ${Boost_INCLUDE_DIR}
-+include_directories(${Boost_INCLUDE_DIR}
- ${catkin_INCLUDE_DIRS}
- )
- include_directories(include)
diff --git a/dev-ros/tf/tf-1.11.8.ebuild b/dev-ros/tf/tf-1.11.8.ebuild
deleted file mode 100644
index d6b24fbcd9fd..000000000000
--- a/dev-ros/tf/tf-1.11.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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}/gcc6.patch" )