summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-25 08:11:54 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-25 08:40:15 +0200
commitc814b3da726275c9b2b37b92fba939739a6648e2 (patch)
tree0f7f293e2c1e86f791499c4066e348778fd25735 /ros-meta/rqt
parentdev-ros/rqt_py_common: Bump to 0.5.0. (diff)
downloadgentoo-c814b3da726275c9b2b37b92fba939739a6648e2.tar.gz
gentoo-c814b3da726275c9b2b37b92fba939739a6648e2.tar.bz2
gentoo-c814b3da726275c9b2b37b92fba939739a6648e2.zip
ros-meta/rqt: Bump to 0.5.0.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta/rqt')
-rw-r--r--ros-meta/rqt/Manifest1
-rw-r--r--ros-meta/rqt/rqt-0.5.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/ros-meta/rqt/Manifest b/ros-meta/rqt/Manifest
index 9c5f49cf8de1..b713bca927c3 100644
--- a/ros-meta/rqt/Manifest
+++ b/ros-meta/rqt/Manifest
@@ -1 +1,2 @@
DIST rqt-0.3.2.tar.gz 96823 SHA256 d1de217659e853e7818f59a8f675c794014b4ea17830fd5435e0fb5a298dfb4e SHA512 0a1400b1b18e0e6374fd61801378df83d022687a90b3e0067ec70c490018ed9429b9fd5345caa7bc6236dedec099198457507988aa594d876cc6991a03b33916 WHIRLPOOL 37dee13e7bd1364d8fd1dca5fb5093297854d0827d671e419fdad744f5d07b6909549d1fc13b7a4760f7dce946b4a5634e107bc5d584098a799eee9fd7f0d429
+DIST rqt-0.5.0.tar.gz 120992 SHA256 3f62f90db254e111483b9a7cb9d486d0bf07c863b2a987808dc3636ee7004c22 SHA512 5c91fe9bce5a7cb0cdc54b42667488d30c33bd57afd30cc8f2047b91b7aa7b8afd936090bfc76be5dbc8c6497623c1be4340e061503f5a65bc94faaad810597e WHIRLPOOL 1c6ac80ad727a3bc11898036b08fb5d1d1b56fc5dabc4328816018b79709407c3b7cdb095a85fbadff17730b91c33825a77f6756252b527b2c467f5366eade8c
diff --git a/ros-meta/rqt/rqt-0.5.0.ebuild b/ros-meta/rqt/rqt-0.5.0.ebuild
new file mode 100644
index 000000000000..7e0951567efd
--- /dev/null
+++ b/ros-meta/rqt/rqt-0.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+ dev-ros/rqt_py_common
+"
+DEPEND="${RDEPEND}"