You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/ros-meta/ros_core/ros_core-1.2.0.ebuild

41 lines
774 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/metapackages"
KEYWORDS="~amd64"
ROS_SUBDIR=${PN}
inherit ros-catkin
DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-util/catkin
dev-ros/cmake_modules
ros-meta/common_msgs
dev-ros/gencpp
dev-ros/geneus
dev-ros/genlisp
dev-ros/genpy
dev-ros/genmsg
dev-ros/message_generation
dev-ros/message_runtime
ros-meta/ros
ros-meta/ros_comm
dev-ros/rosconsole_bridge
ros-meta/roscpp_core
dev-ros/rosgraph_msgs
dev-ros/rospack
dev-ros/std_msgs
dev-ros/std_srvs
ros-meta/ros_tutorials
dev-ros/roslisp
"
DEPEND="${RDEPEND}"