Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/
Date: Fri, 06 Apr 2018 08:49:59
Message-Id: 1523004582.5899e13026654fa69637e217363992c66652fb1e.aballier@gentoo
1 commit: 5899e13026654fa69637e217363992c66652fb1e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 19:31:36 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 08:49:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5899e130
7
8 ros-meta/robot: match deps to upstream
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 ros-meta/robot/robot-9999.ebuild | 17 +++++++----------
13 1 file changed, 7 insertions(+), 10 deletions(-)
14
15 diff --git a/ros-meta/robot/robot-9999.ebuild b/ros-meta/robot/robot-9999.ebuild
16 index a924cceb9df..3762fd95629 100644
17 --- a/ros-meta/robot/robot-9999.ebuild
18 +++ b/ros-meta/robot/robot-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -18,18 +18,15 @@ RDEPEND="
26 ros-meta/ros_base
27 dev-ros/control_msgs
28 ros-meta/diagnostics
29 + ros-meta/executive_smach
30 dev-ros/filters
31 ros-meta/geometry
32 - ros-meta/robot_model
33 + dev-ros/joint_state_publisher
34 + dev-ros/kdl_parser
35 + dev-ros/kdl_parser_py
36 dev-ros/robot_state_publisher
37 + dev-ros/urdf
38 + dev-ros/urdf_parser_plugin
39 dev-ros/xacro
40 - ros-meta/executive_smach
41 - dev-ros/actionlib
42 - ros-meta/bond_core
43 - dev-ros/class_loader
44 - dev-ros/dynamic_reconfigure
45 - ros-meta/common_tutorials
46 - ros-meta/nodelet_core
47 - dev-ros/pluginlib
48 "
49 DEPEND="${RDEPEND}"