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/tf2_geometry_msgs/
Date: Tue, 22 Sep 2015 17:05:28
Message-Id: 1442941463.fc2029b81f7dfd4389d1501e1d2353b053403eee.aballier@gentoo
1 commit: fc2029b81f7dfd4389d1501e1d2353b053403eee
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 16:44:06 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 17:04:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2029b8
7
8 dev-ros/tf2_geometry_msgs: Fix deps on geometry_msgs.
9
10 Package-Manager: portage-2.2.21
11
12 dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild | 2 +-
13 dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild
17 index 3a607c4..b253c35 100644
18 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild
19 +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild
20 @@ -7,7 +7,6 @@ ROS_REPO_URI="https://github.com/ros/geometry_experimental"
21 KEYWORDS="~amd64 ~arm"
22 ROS_SUBDIR=${PN}
23 PYTHON_COMPAT=( python2_7 )
24 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs"
25
26 inherit ros-catkin
27
28 @@ -22,5 +21,6 @@ RDEPEND="
29 dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
30 dev-ros/tf2
31 sci-libs/orocos_kdl
32 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
33 "
34 DEPEND="${RDEPEND}"
35
36 diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild
37 index 3a607c4..b253c35 100644
38 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild
39 +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild
40 @@ -7,7 +7,6 @@ ROS_REPO_URI="https://github.com/ros/geometry_experimental"
41 KEYWORDS="~amd64 ~arm"
42 ROS_SUBDIR=${PN}
43 PYTHON_COMPAT=( python2_7 )
44 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs"
45
46 inherit ros-catkin
47
48 @@ -22,5 +21,6 @@ RDEPEND="
49 dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
50 dev-ros/tf2
51 sci-libs/orocos_kdl
52 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
53 "
54 DEPEND="${RDEPEND}"