diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-28 16:55:38 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-28 21:13:15 +0100 |
commit | d6123dd59996074beb8c5684d4e6346887083a4b (patch) | |
tree | c9a2d022e347a44a085f129aa6f24b33be7bfada /ros-meta/rqt/rqt-0.3.2.ebuild | |
parent | dev-ros/rqt_gui_py: Bump to 0.3.2. (diff) | |
download | gentoo-d6123dd59996074beb8c5684d4e6346887083a4b.tar.gz gentoo-d6123dd59996074beb8c5684d4e6346887083a4b.tar.bz2 gentoo-d6123dd59996074beb8c5684d4e6346887083a4b.zip |
ros-meta/rqt: Bump to 0.3.2.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'ros-meta/rqt/rqt-0.3.2.ebuild')
-rw-r--r-- | ros-meta/rqt/rqt-0.3.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/rqt/rqt-0.3.2.ebuild b/ros-meta/rqt/rqt-0.3.2.ebuild new file mode 100644 index 000000000000..aff0f2597a64 --- /dev/null +++ b/ros-meta/rqt/rqt-0.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/rqt" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Qt-based framework for GUI development for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rqt_gui + dev-ros/rqt_gui_cpp + dev-ros/rqt_gui_py +" +DEPEND="${RDEPEND}" |