rosconsole_bridge-0.4.4.ebuild 401 B

123456789101112131415161718
  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/rosconsole_bridge"
  5. KEYWORDS="~amd64 ~arm"
  6. inherit ros-catkin
  7. DESCRIPTION="Connects console_bridge-based logging to rosconsole-based logging"
  8. LICENSE="BSD"
  9. SLOT="0"
  10. IUSE=""
  11. RDEPEND="dev-libs/console_bridge
  12. dev-ros/rosconsole"
  13. DEPEND="${RDEPEND}"