forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664 | ||
DIST rqt_tf_tree-0.5.7.tar.gz 8021 SHA256 cdbff410571205460724c941d52cb1a921b9f0e0da9427ec33981a435d597e8d SHA512 024a38d446288e620728210a3de1569d93dafc3040c600a2de5359f3d6fef6074700562e8ff0c5cb2571cc0abef8db3e7071994d6ec916fea336ae1b8d267140 WHIRLPOOL 4694079c2f267d52f6941fb11368d7c78656e5729a525910a1203edb43979554d603aa2824db973b8f90eadd64441d99e669a70caed67d3c240ebc2e166d1961 | ||
DIST rqt_tf_tree-0.5.8.tar.gz 8111 SHA256 b614bffe73b055836f6cfe3b61393d40e21e52b8cabd17e350f1732aa53e0edf SHA512 6bfbb692da82edbbbcae90bdba8b69f0023b7b5b9e67c64a33864be3ec8359ee87922b7957dfff9ba4db6febb07e3106f9742e89bacfc31d85ef4e0db34c02bc WHIRLPOOL 46838b1a984bf5c4acd0d007aabb8200b2588b2fcb69122d49cfd9abdc9757983082294c07cfcdab42042507b9c33bcf5c99b7fdf5e6dce93208c765be6f8689 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 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_tf_tree" | ||
PYTHON_COMPAT=( python2_7 ) | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] | ||
dev-python/rospkg[${PYTHON_USEDEP}] | ||
dev-ros/qt_dotgraph[${PYTHON_USEDEP}] | ||
dev-ros/rospy[${PYTHON_USEDEP}] | ||
dev-ros/rqt_graph[${PYTHON_USEDEP}] | ||
dev-ros/rqt_gui[${PYTHON_USEDEP}] | ||
dev-ros/rqt_gui_py[${PYTHON_USEDEP}] | ||
dev-ros/tf2 | ||
dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] | ||
dev-ros/tf2_ros[${PYTHON_USEDEP}] | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( dev-python/mock[${PYTHON_USEDEP}] )" |