diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-09 08:26:51 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-09 09:14:20 +0200 |
commit | 612d8bcf219fa5ab9e6e7263278334044b09e37e (patch) | |
tree | 8b592b61adfe53986418d7ce500f0f23a6ab343a /ros-meta/robot/robot-1.3.1.ebuild | |
parent | ros-meta/ros_base: bump to 1.3.1 (diff) | |
download | gentoo-612d8bcf219fa5ab9e6e7263278334044b09e37e.tar.gz gentoo-612d8bcf219fa5ab9e6e7263278334044b09e37e.tar.bz2 gentoo-612d8bcf219fa5ab9e6e7263278334044b09e37e.zip |
ros-meta/robot: bump to 1.3.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta/robot/robot-1.3.1.ebuild')
-rw-r--r-- | ros-meta/robot/robot-1.3.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ros-meta/robot/robot-1.3.1.ebuild b/ros-meta/robot/robot-1.3.1.ebuild new file mode 100644 index 000000000000..eb8af7a172af --- /dev/null +++ b/ros-meta/robot/robot-1.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + ros-meta/ros_base + dev-ros/control_msgs + ros-meta/diagnostics + dev-ros/filters + ros-meta/geometry + ros-meta/robot_model + dev-ros/robot_state_publisher + dev-ros/xacro + ros-meta/executive_smach + dev-ros/actionlib + ros-meta/bond_core + dev-ros/class_loader + dev-ros/dynamic_reconfigure + ros-meta/common_tutorials + ros-meta/nodelet_core + dev-ros/pluginlib +" +DEPEND="${RDEPEND}" |