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_model/
Date: Sat, 07 Apr 2018 14:08:47
Message-Id: 1523110099.ba085152bc3ec726e1e57d11e35caeb66905bb2d.aballier@gentoo
1 commit: ba085152bc3ec726e1e57d11e35caeb66905bb2d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 14:04:01 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 14:08:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba085152
7
8 ros-meta/robot_model: remove urdf that has been split
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 ros-meta/robot_model/robot_model-9999.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/ros-meta/robot_model/robot_model-9999.ebuild b/ros-meta/robot_model/robot_model-9999.ebuild
16 index 27439945b38..96b1489b0bf 100644
17 --- a/ros-meta/robot_model/robot_model-9999.ebuild
18 +++ b/ros-meta/robot_model/robot_model-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 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 @@ -15,7 +15,5 @@ IUSE=""
26
27 RDEPEND="
28 dev-ros/joint_state_publisher
29 - dev-ros/urdf
30 - dev-ros/urdf_parser_plugin
31 "
32 DEPEND="${RDEPEND}"