diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:21:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:21:42 +0200 |
commit | 6e22c3c52d09619cf0ddfead8ef0334686187031 (patch) | |
tree | 73d48af6e2733b3c07988fa305ba13bc52b01fc8 /dev-ros/rqt_launch/rqt_launch-0.3.12.ebuild | |
parent | dev-ros/rqt_image_view: Initial import. Ebuild by me. (diff) | |
download | gentoo-6e22c3c52d09619cf0ddfead8ef0334686187031.tar.gz gentoo-6e22c3c52d09619cf0ddfead8ef0334686187031.tar.bz2 gentoo-6e22c3c52d09619cf0ddfead8ef0334686187031.zip |
dev-ros/rqt_launch: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/rqt_launch/rqt_launch-0.3.12.ebuild')
-rw-r--r-- | dev-ros/rqt_launch/rqt_launch-0.3.12.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ros/rqt_launch/rqt_launch-0.3.12.ebuild b/dev-ros/rqt_launch/rqt_launch-0.3.12.ebuild new file mode 100644 index 000000000000..d66cb22d9d67 --- /dev/null +++ b/dev-ros/rqt_launch/rqt_launch-0.3.12.ebuild @@ -0,0 +1,28 @@ +# 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_common_plugins" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Easy view of .launch files" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rqt_py_common[${PYTHON_USEDEP}] + dev-ros/roslaunch[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_console[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |