simulators-1.2.0.ebuild 459 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. ROS_REPO_URI="https://github.com/ros/metapackages"
  5. KEYWORDS="~amd64"
  6. ROS_SUBDIR=${PN}
  7. inherit ros-catkin
  8. DESCRIPTION="Metapackage for ROS simulation packages"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. IUSE=""
  12. RDEPEND="
  13. ros-meta/robot
  14. ros-meta/gazebo_ros_pkgs
  15. ros-meta/rqt_common_plugins
  16. ros-meta/rqt_robot_plugins
  17. dev-ros/stage_ros
  18. "
  19. DEPEND="${RDEPEND}"