summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-28 16:55:38 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-28 21:13:15 +0100
commitd6123dd59996074beb8c5684d4e6346887083a4b (patch)
treec9a2d022e347a44a085f129aa6f24b33be7bfada /ros-meta/rqt/rqt-0.3.2.ebuild
parentdev-ros/rqt_gui_py: Bump to 0.3.2. (diff)
downloadgentoo-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.ebuild23
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}"