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: Mon, 03 Dec 2018 16:13:08
Message-Id: 1543853563.cec72336bb0be60301cae00eef4708e937cd0c64.aballier@gentoo
1 commit: cec72336bb0be60301cae00eef4708e937cd0c64
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 16:07:05 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 16:12:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec72336
7
8 dev-ros/tf2_geometry_msgs: Bump to 0.6.5.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/tf2_geometry_msgs/Manifest | 1 +
14 .../tf2_geometry_msgs-0.6.5.ebuild | 26 ++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-ros/tf2_geometry_msgs/Manifest b/dev-ros/tf2_geometry_msgs/Manifest
18 index 0bec2cc3c09..0907da9c37c 100644
19 --- a/dev-ros/tf2_geometry_msgs/Manifest
20 +++ b/dev-ros/tf2_geometry_msgs/Manifest
21 @@ -1 +1,2 @@
22 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370 SHA512 f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
23 +DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160 SHA512 b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b
24
25 diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.6.5.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.6.5.ebuild
26 new file mode 100644
27 index 00000000000..a15156ecb52
28 --- /dev/null
29 +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.6.5.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros/geometry2"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +PYTHON_COMPAT=( python2_7 )
39 +CATKIN_HAS_MESSAGES=yes
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="The second generation Transform Library in ROS"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/rospy[${PYTHON_USEDEP}]
50 + dev-ros/tf2_ros[${PYTHON_USEDEP}]
51 + dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
52 + dev-ros/tf2
53 + sci-libs/orocos_kdl
54 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
55 +"
56 +DEPEND="${RDEPEND}"