dev-ros/rviz_plugin_tutorials: Bump to 0.11.0.
[gentoo.git] / dev-ros / test_rosbag_storage / test_rosbag_storage-1.15.4.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 ROS_REPO_URI="https://github.com/ros/ros_comm"
7 KEYWORDS="~amd64 ~arm"
8 ROS_SUBDIR=test/${PN}
9
10 inherit ros-catkin
11
12 DESCRIPTION="Unit tests for rosbag_storage"
13 LICENSE="BSD"
14 SLOT="0"
15 IUSE=""
16
17 RDEPEND=""
18 DEPEND="${RDEPEND}
19         dev-ros/rosbag_storage
20         dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
21         dev-libs/boost:=
22         test? ( dev-cpp/gtest )"