summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-12 13:40:52 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-12 13:49:20 +0200
commit1b9bfb07d51fe544037abb5615b6e50dadf718fc (patch)
treea4b04c67067e0aed5243e44cb642e01546cd2081 /dev-ros
parentdev-ros/rqt_shell: Remove old (diff)
downloadgentoo-1b9bfb07d51fe544037abb5615b6e50dadf718fc.tar.gz
gentoo-1b9bfb07d51fe544037abb5615b6e50dadf718fc.tar.bz2
gentoo-1b9bfb07d51fe544037abb5615b6e50dadf718fc.zip
dev-ros/rqt_shell: bump to 0.4.9
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/rqt_shell/Manifest1
-rw-r--r--dev-ros/rqt_shell/rqt_shell-0.4.9.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-ros/rqt_shell/Manifest b/dev-ros/rqt_shell/Manifest
index eb634ad1a214..3e6d13aa255d 100644
--- a/dev-ros/rqt_shell/Manifest
+++ b/dev-ros/rqt_shell/Manifest
@@ -1 +1,2 @@
DIST rqt_shell-0.4.8.tar.gz 6810 SHA256 002310dd27c9c80ff99c7a57e9c1876713bb623c986299dedc9800ade91d006a SHA512 c71653fc8f50f9c67b963b3e6ba018d8730c749f0274051e891c9bea19fcd337186838fa9dfc7152cff6a2cf0921aee6aa4b27d7c209888759c80993fbcf9257 WHIRLPOOL 20ad36e68af51ab3bd41643876d4f7d272a120bb0968c02db6eb16a7cdea5d1b962a4796dcbf43f38fe2715e06a8c330b41f622e620ba70c9f141a38d1ed7709
+DIST rqt_shell-0.4.9.tar.gz 6860 SHA256 4655145edc9d0645894a122e1347cf6611a3102d6b1a24c4429df0812e51eac1 SHA512 105a8f0a9a5549f5abe57ff3f48c3d6c9621eedb676db9afe9980aba20bbeca58736e0eef4df86a46862e8c56bf11f2b439ccb2bafb3e3e1eaee76899e956c47 WHIRLPOOL 5d996cba2687732e9e75602dbd43c40d42f136b108e32549c2b496c7ef60b13cd94d538bb032b9d94129bf93948cd5e1ce36217713f2f29ae40db7cf738dfc53
diff --git a/dev-ros/rqt_shell/rqt_shell-0.4.9.ebuild b/dev-ros/rqt_shell/rqt_shell-0.4.9.ebuild
new file mode 100644
index 000000000000..7cf7b1be6b20
--- /dev/null
+++ b/dev-ros/rqt_shell/rqt_shell-0.4.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_shell"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin providing an interactive shell"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-python/rospkg[${PYTHON_USEDEP}]
+ dev-ros/qt_gui[${PYTHON_USEDEP}]
+ dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"