diff options
author | 2016-08-21 08:27:15 +0200 | |
---|---|---|
committer | 2016-08-21 08:34:18 +0200 | |
commit | a98268bc03e4d4f4313dcc75d87f8d4d3dad4b14 (patch) | |
tree | 01467c6e15e475be3d27b42a2ba9e5dc273a384b /dev-ros/combined_robot_hw/combined_robot_hw-0.11.1.ebuild | |
parent | dev-ruby/uglifier: add 3.0.2 (diff) | |
download | gentoo-a98268bc03e4d4f4313dcc75d87f8d4d3dad4b14.tar.gz gentoo-a98268bc03e4d4f4313dcc75d87f8d4d3dad4b14.tar.bz2 gentoo-a98268bc03e4d4f4313dcc75d87f8d4d3dad4b14.zip |
dev-ros/combined_robot_hw: Bump to 0.11.1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/combined_robot_hw/combined_robot_hw-0.11.1.ebuild')
-rw-r--r-- | dev-ros/combined_robot_hw/combined_robot_hw-0.11.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.11.1.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.11.1.ebuild new file mode 100644 index 00000000000..16b864938ed --- /dev/null +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.11.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-ros/hardware_interface-0.11 + dev-ros/pluginlib + dev-ros/roscpp +" +DEPEND="${RDEPEND}" |