rosserial_msgs-0.7.5.ebuild 426 B

1234567891011121314151617181920
  1. # Copyright 1999-2016 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-drivers/rosserial"
  5. CATKIN_HAS_MESSAGES=yes
  6. KEYWORDS="~amd64 ~arm"
  7. PYTHON_COMPAT=( python{2_7,3_4} )
  8. ROS_SUBDIR=${PN}
  9. inherit ros-catkin
  10. DESCRIPTION="Messages for automatic topic configuration using rosserial"
  11. LICENSE="BSD"
  12. SLOT="0"
  13. IUSE=""
  14. RDEPEND=""
  15. DEPEND="${RDEPEND}"