dev-ros/tf2_sensor_msgs: Remove old
[gentoo.git] / dev-ros / test_nodelet_topic_tools / test_nodelet_topic_tools-9999.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 CATKIN_HAS_MESSAGES=yes
6 ROS_REPO_URI="https://github.com/ros/nodelet_core"
7 KEYWORDS="~amd64 ~arm"
8 ROS_SUBDIR=${PN}
9
10 inherit ros-catkin
11
12 DESCRIPTION="Nodelet topic tools unit tests"
13 LICENSE="BSD"
14 SLOT="0"
15 IUSE=""
16
17 RDEPEND="
18         dev-ros/message_filters
19         dev-ros/nodelet
20         dev-ros/nodelet_topic_tools
21         dev-ros/pluginlib
22         dev-ros/roscpp
23         dev-ros/rostest
24 "
25 DEPEND="${RDEPEND}"