diff options
author | 2017-02-15 14:19:51 +0100 | |
---|---|---|
committer | 2017-02-15 14:19:51 +0100 | |
commit | 8dfa457277b8f8225838cc604b66d725a6535eb6 (patch) | |
tree | 378e9afe2b924c067036d08121991f9030197350 /dev-ros/combined_robot_hw/combined_robot_hw-0.11.4.ebuild | |
parent | ros-meta/roscpp_core: Bump to 0.6.2. (diff) | |
download | gentoo-8dfa457277b8f8225838cc604b66d725a6535eb6.tar.gz gentoo-8dfa457277b8f8225838cc604b66d725a6535eb6.tar.bz2 gentoo-8dfa457277b8f8225838cc604b66d725a6535eb6.zip |
dev-ros/combined_robot_hw: Bump to 0.11.4.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/combined_robot_hw/combined_robot_hw-0.11.4.ebuild')
-rw-r--r-- | dev-ros/combined_robot_hw/combined_robot_hw-0.11.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.11.4.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.11.4.ebuild new file mode 100644 index 00000000000..81b8d82b04f --- /dev/null +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.11.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 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}" |