commit:     ce40b22b2329ee83bf6331d121d26ff529c85d70
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 08:13:31 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 08:51:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce40b22b

dev-ros/rqt_bag_plugins: bump to 0.4.11

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-ros/rqt_bag_plugins/Manifest                   |  1 +
 .../rqt_bag_plugins/rqt_bag_plugins-0.4.11.ebuild  | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/rqt_bag_plugins/Manifest b/dev-ros/rqt_bag_plugins/Manifest
index 57a917522b0..bdb150b2d38 100644
--- a/dev-ros/rqt_bag_plugins/Manifest
+++ b/dev-ros/rqt_bag_plugins/Manifest
@@ -1 +1,2 @@
+DIST rqt_bag-0.4.11.tar.gz 50276 SHA256 
b93c2874fbe5129e14c679b83e6af58af6661521f13aa4e67c6e48a735325eb8 SHA512 
d345d4a1900b06bdf7649e0123780ad33f116dffe832f3492029ba3a25843984014cb2c7ac2d848df7c4c9683f14c14d3f9acb528e4ed04a12d3dd017b5df9c1
 WHIRLPOOL 
23d1e694390fb75d71a779056541aa4c36f1352b5d1096582d2e7bf0e48e4f808e6b4bdc131b340d7b6f317e2c6e26d5339a4bafe0e4f97791b85e3f0af0822b
 DIST rqt_bag-0.4.9.tar.gz 50135 SHA256 
a46a7ecacd7117a5b1e94558c2480401873c9b9f31555282b28bd92ce6646596 SHA512 
1734db3cb7ed34dcddadaf875c13ac97c7b5a86e8028e744d55e5d7bba13a6a4fbe3db628975c847d100332642410d2eb84c2d47cc439b367d9be94c205aabdb
 WHIRLPOOL 
a546f6fac051f81ed7eba32511d83189566353aacb565f99a427cf65c221b69eee14751d04962ec481ecdb720d7760015ea17011707a5f73edebb6a3943e321f

diff --git a/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.11.ebuild 
b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.11.ebuild
new file mode 100644
index 00000000000..48735760362
--- /dev/null
+++ b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.11.ebuild
@@ -0,0 +1,31 @@
+# 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-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+       dev-python/pycairo[${PYTHON_USEDEP}]
+       dev-python/pillow[${PYTHON_USEDEP}]
+       dev-ros/rosbag[${PYTHON_USEDEP}]
+       dev-ros/roslib[${PYTHON_USEDEP}]
+       dev-ros/rospy[${PYTHON_USEDEP}]
+       dev-ros/rqt_bag[${PYTHON_USEDEP}]
+       dev-ros/rqt_gui[${PYTHON_USEDEP}]
+       dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+       dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+       dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"

Reply via email to