mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ros/rqt_robot_monitor: bump to 0.5.7 and update to split repos
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST rqt_robot_monitor-0.5.7.tar.gz 13928 SHA256 c4f7ed852ac789199517f5da3239ed6309ea6ac65f925d7128ea532a61277a26 SHA512 769f0a99253395bfa6dd3eabd08344fcf8d82efd29545bdcae9b9077851cced60678d3ed5fc96e29377208787edd3eb080b62c25c810f60dd3bfaa6785f1aa1c WHIRLPOOL 3018e5faf2b0213a94c91e1b1943d4d85f0c417dbd9945cd47530db9504845a39d72dd8353380c85b0033c18ac61fdfd468735194d77adb4da33f7d803f2d30f
|
||||
DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
<name>Gentoo ROS Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ros-visualization/rqt_robot_plugins</remote-id>
|
||||
<remote-id type="github">ros-visualization/rqt_robot_monitor</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
29
dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.7.ebuild
Normal file
29
dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.7.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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_robot_monitor"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="Displays diagnostics_agg topics messages that are published by diagnostic_aggregator"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
|
||||
dev-ros/python_qt_binding[${PYTHON_USEDEP}]
|
||||
dev-python/rospkg[${PYTHON_USEDEP}]
|
||||
dev-ros/qt_gui[${PYTHON_USEDEP}]
|
||||
dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
|
||||
dev-ros/rospy[${PYTHON_USEDEP}]
|
||||
dev-ros/rqt_gui[${PYTHON_USEDEP}]
|
||||
dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
|
||||
dev-ros/rqt_py_common[${PYTHON_USEDEP}]
|
||||
dev-ros/rqt_bag[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
@@ -1,12 +1,11 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# 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_robot_plugins"
|
||||
ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_monitor"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
ROS_SUBDIR=${PN}
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user