summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 16:21:00 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 18:01:39 +0200
commit08a87f6094649bc4dd013bcdb993ee1a08a7c19d (patch)
tree2b9d7a4fd4c9ea80cf1ba2e92a82ff92bdd93feb /dev-ros/rqt_gui/rqt_gui-0.5.2.ebuild
parentdev-ros/rqt_py_console: Remove old (diff)
downloadgentoo-08a87f6094649bc4dd013bcdb993ee1a08a7c19d.tar.gz
gentoo-08a87f6094649bc4dd013bcdb993ee1a08a7c19d.tar.bz2
gentoo-08a87f6094649bc4dd013bcdb993ee1a08a7c19d.zip
dev-ros/rqt_gui: Bump to 0.5.2.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_gui/rqt_gui-0.5.2.ebuild')
-rw-r--r--dev-ros/rqt_gui/rqt_gui-0.5.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rqt_gui/rqt_gui-0.5.2.ebuild b/dev-ros/rqt_gui/rqt_gui-0.5.2.ebuild
new file mode 100644
index 000000000000..d0dd4b63ffeb
--- /dev/null
+++ b/dev-ros/rqt_gui/rqt_gui-0.5.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros-visualization/rqt"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Main to start an instance of the ROS integrated graphical user interface provided by qt_gui"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
+ dev-libs/boost:="
+DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gentoo.patch" )