diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:36:45 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:36:45 +0200 |
commit | 9034be6c4ec476584c4e83508c75cf51d18ab4f4 (patch) | |
tree | c08b7a0f9c0fb16fb2f87c02b2d4c34d3b2e1ad9 /dev-ros/rqt_rviz/rqt_rviz-0.4.2.ebuild | |
parent | dev-ros/rqt_runtime_monitor: Initial import. Ebuild by me. (diff) | |
download | gentoo-9034be6c4ec476584c4e83508c75cf51d18ab4f4.tar.gz gentoo-9034be6c4ec476584c4e83508c75cf51d18ab4f4.tar.bz2 gentoo-9034be6c4ec476584c4e83508c75cf51d18ab4f4.zip |
dev-ros/rqt_rviz: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/rqt_rviz/rqt_rviz-0.4.2.ebuild')
-rw-r--r-- | dev-ros/rqt_rviz/rqt_rviz-0.4.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ros/rqt_rviz/rqt_rviz-0.4.2.ebuild b/dev-ros/rqt_rviz/rqt_rviz-0.4.2.ebuild new file mode 100644 index 000000000000..a4aca814f515 --- /dev/null +++ b/dev-ros/rqt_rviz/rqt_rviz-0.4.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="GUI plugin embedding RViz" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + dev-ros/pluginlib[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_cpp + dev-ros/rviz +" +DEPEND="${RDEPEND}" |