summaryrefslogtreecommitdiff
blob: 169716e72670e639c12b137ce864e5b8a46ac404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
ROS_REPO_URI="https://github.com/ros/message_runtime"
KEYWORDS="~amd64 ~arm"

inherit ros-catkin

DESCRIPTION="Package modeling the run-time dependencies for language bindings of messages"
LICENSE="BSD"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND="
	dev-ros/cpp_common
	dev-ros/rostime
	dev-ros/roscpp_traits
	dev-ros/roscpp_serialization"