dev-ros/rqt_shell: bump to 0.4.9

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Alexis Ballier
2017-09-12 13:40:52 +02:00
parent c3b21be563
commit 1b9bfb07d5
2 changed files with 25 additions and 0 deletions

View File

@@ -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

View File

@@ -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}"