Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_bag_plugins/
Date: Tue, 27 Mar 2018 06:41:34
Message-Id: 1522132859.c058bc8362763463de4e8d9fd577b2585e1efeff.aballier@gentoo
1 commit: c058bc8362763463de4e8d9fd577b2585e1efeff
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 06:37:44 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 06:40:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c058bc83
7
8 dev-ros/rqt_bag_plugins: bump to 0.4.12
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/rqt_bag_plugins/Manifest | 1 +
13 .../rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild | 31 ++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-ros/rqt_bag_plugins/Manifest b/dev-ros/rqt_bag_plugins/Manifest
17 index f3f598f8ef7..3db28191d64 100644
18 --- a/dev-ros/rqt_bag_plugins/Manifest
19 +++ b/dev-ros/rqt_bag_plugins/Manifest
20 @@ -1 +1,2 @@
21 DIST rqt_bag-0.4.11.tar.gz 50276 BLAKE2B b393c935701a713b462b8035c765c6b4570a95447c846dfb052ddd4d4e4c2aba407dde96c584fdc85d58cf2eb1d7b290c34cf337beb425225aa629bc8555154f SHA512 d345d4a1900b06bdf7649e0123780ad33f116dffe832f3492029ba3a25843984014cb2c7ac2d848df7c4c9683f14c14d3f9acb528e4ed04a12d3dd017b5df9c1
22 +DIST rqt_bag-0.4.12.tar.gz 50403 BLAKE2B dd6825e29fe919a1749f18d0fe22cd3e65b9a4469fcbd21ad48b39afa37fcdb82d2a69651cb297effa06d61006e27727fd4e68b531929c38e8f9018c05eca5d6 SHA512 575ad0322423f26e663149f7cb12208de64a64f813f9dfc16b168d10396cf7b06d69bbcd50262b0d55fc1e188e63943de7a995eec3bcacd65d67f92e0714afb1
23
24 diff --git a/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild
25 new file mode 100644
26 index 00000000000..0f850d2d8e5
27 --- /dev/null
28 +++ b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +KEYWORDS="~amd64"
36 +ROS_REPO_URI="https://github.com/ros-visualization/rqt_bag"
37 +PYTHON_COMPAT=( python2_7 )
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="GUI plugin for displaying and replaying ROS bag files"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
49 + dev-python/pycairo[${PYTHON_USEDEP}]
50 + dev-python/pillow[${PYTHON_USEDEP}]
51 + dev-ros/rosbag[${PYTHON_USEDEP}]
52 + dev-ros/roslib[${PYTHON_USEDEP}]
53 + dev-ros/rospy[${PYTHON_USEDEP}]
54 + dev-ros/rqt_bag[${PYTHON_USEDEP}]
55 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
56 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
57 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
58 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
59 +"
60 +DEPEND="${RDEPEND}"