summaryrefslogtreecommitdiff
path: root/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
commit34dea8e38f88007799629d0a56b12dec480b1d21 (patch)
tree6790873994b58030360328cf5897d934b3b03d16 /dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
parent7932d472a02d4c016ff7dff4b7a5479ab9d1883d (diff)
gentoo resync : 20.06.2021
Diffstat (limited to 'dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild')
-rw-r--r--dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild b/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
deleted file mode 100644
index e7359f7341dc..000000000000
--- a/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ROS_REPO_URI="https://github.com/ros-perception/calibration"
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Reports how long a subset of joints has been settled"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=[threads]
- dev-ros/actionlib
- dev-ros/rosconsole
- dev-ros/roscpp
- dev-ros/roscpp_serialization
- dev-ros/settlerlib
-"
-DEPEND="${RDEPEND}
- dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- test? ( dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/gcc6.patch" )