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_graph/
Date: Tue, 17 Jul 2018 07:08:43
Message-Id: 1531811221.88e87fc526762652e2805fe4dfa7b24d70a67e57.aballier@gentoo
1 commit: 88e87fc526762652e2805fe4dfa7b24d70a67e57
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 07:07:01 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 07:07:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e87fc5
7
8 dev-ros/rqt_graph: bump to 0.4.10
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-ros/rqt_graph/Manifest | 1 +
13 dev-ros/rqt_graph/rqt_graph-0.4.10.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-ros/rqt_graph/Manifest b/dev-ros/rqt_graph/Manifest
17 index fe265db9dff..3cba949e37b 100644
18 --- a/dev-ros/rqt_graph/Manifest
19 +++ b/dev-ros/rqt_graph/Manifest
20 @@ -1 +1,2 @@
21 +DIST rqt_graph-0.4.10.tar.gz 18455 BLAKE2B 930f2c7bc5d1797eae06e9d37e9f1268a503ddda3bf28adda47779b5879d578353e77e773e7c4417e670870effa6c6a39b5844f19bb101ba6f3733604514e704 SHA512 a37483ed15dc1f1d1492e53d26252a3db6771a1ecf47469a33314c9d17aef88d2e68a5acdca24e412e1d2409c31311ea2f2983aa54b6a5e3b5de5c11b6ab1191
22 DIST rqt_graph-0.4.9.tar.gz 15857 BLAKE2B 52201faed0ec636dc15a7a7067d19d29f72dca4e98412614a24d6e5f38d916f6cf194fa2b11f84ed0d9476a53f0ad3fdcff807b851286f192c5ee1332033d997 SHA512 21d1395f272f38bb27f7549c865a9e2b4ac5d9267c50dbbaf02016b509b6fab08526c35a87f500788bad094e605d89f925baf939742e78f37d615fedcb04776e
23
24 diff --git a/dev-ros/rqt_graph/rqt_graph-0.4.10.ebuild b/dev-ros/rqt_graph/rqt_graph-0.4.10.ebuild
25 new file mode 100644
26 index 00000000000..a40a5c1b0a8
27 --- /dev/null
28 +++ b/dev-ros/rqt_graph/rqt_graph-0.4.10.ebuild
29 @@ -0,0 +1,30 @@
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_graph"
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="GUI plugin for visualizing the ROS computation graph"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-python/rospkg[${PYTHON_USEDEP}]
48 + dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
49 + dev-ros/rosgraph[${PYTHON_USEDEP}]
50 + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 + dev-ros/roslib[${PYTHON_USEDEP}]
52 + dev-ros/rosnode[${PYTHON_USEDEP}]
53 + dev-ros/rospy[${PYTHON_USEDEP}]
54 + dev-ros/rosservice[${PYTHON_USEDEP}]
55 + dev-ros/rostopic[${PYTHON_USEDEP}]
56 + dev-ros/rqt_gui[${PYTHON_USEDEP}]
57 + dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
58 +"
59 +DEPEND="${RDEPEND}"