diff options
author | 2017-02-21 09:06:42 +0100 | |
---|---|---|
committer | 2017-02-21 10:21:11 +0100 | |
commit | 64b074d5416ff6fa615976844913699993513062 (patch) | |
tree | c3e609f736fce5ae97485790d9371dc27a9c1bf7 /ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-2.6.2.ebuild | |
parent | dev-ros/gazebo_ros_control: Bump to 2.6.2. (diff) | |
download | gentoo-64b074d5416ff6fa615976844913699993513062.tar.gz gentoo-64b074d5416ff6fa615976844913699993513062.tar.bz2 gentoo-64b074d5416ff6fa615976844913699993513062.zip |
ros-meta/gazebo_ros_pkgs: Bump to 2.6.2.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-2.6.2.ebuild')
-rw-r--r-- | ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-2.6.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-2.6.2.ebuild b/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-2.6.2.ebuild new file mode 100644 index 00000000000..e981af234f9 --- /dev/null +++ b/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-2.6.2.ebuild @@ -0,0 +1,23 @@ +# 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-simulation/gazebo_ros_pkgs" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Interface for using ROS with the gazebo simulator" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/gazebo_msgs + dev-ros/gazebo_plugins + dev-ros/gazebo_ros + dev-ros/gazebo_ros_control +" +DEPEND="${RDEPEND}" |