From 80eba6b60dfbc9dfbd115352e3ec0428582102d8 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 10 Nov 2017 09:14:14 +0100 Subject: dev-ros/rqt_bag: bump to 0.4.11 Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- dev-ros/rqt_bag/rqt_bag-0.4.11.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-ros/rqt_bag/rqt_bag-0.4.11.ebuild (limited to 'dev-ros/rqt_bag/rqt_bag-0.4.11.ebuild') diff --git a/dev-ros/rqt_bag/rqt_bag-0.4.11.ebuild b/dev-ros/rqt_bag/rqt_bag-0.4.11.ebuild new file mode 100644 index 000000000000..9131e47b8514 --- /dev/null +++ b/dev-ros/rqt_bag/rqt_bag-0.4.11.ebuild @@ -0,0 +1,26 @@ +# 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_bag" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="GUI plugin for displaying and replaying ROS bag files" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/rosbag[${PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] +" -- cgit v1.2.3-65-gdbad