octomap_msgs-9999.ebuild 487 B

1234567891011121314151617181920
  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/OctoMap/octomap_msgs"
  5. CATKIN_HAS_MESSAGES=yes
  6. KEYWORDS="~amd64 ~arm"
  7. PYTHON_COMPAT=( python{2_7,3_4} )
  8. CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/std_msgs"
  9. inherit ros-catkin
  10. DESCRIPTION="Messages and serializations / conversion for the OctoMap library"
  11. LICENSE="BSD"
  12. SLOT="0"
  13. IUSE=""
  14. RDEPEND=""
  15. DEPEND="${RDEPEND}"