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_kdl/
Date: Sat, 12 May 2018 11:13:56
Message-Id: 1526123612.99721292301c19a3fd307737f7fab6fc8ec1acdb.aballier@gentoo
1 commit: 99721292301c19a3fd307737f7fab6fc8ec1acdb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 11:10:17 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 11:13:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99721292
7
8 dev-ros/tf2_kdl: Bump to 0.6.2.
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-ros/tf2_kdl/Manifest | 1 +
13 dev-ros/tf2_kdl/tf2_kdl-0.6.2.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
17 index 91aa82a2172..d6b94350f53 100644
18 --- a/dev-ros/tf2_kdl/Manifest
19 +++ b/dev-ros/tf2_kdl/Manifest
20 @@ -1 +1,2 @@
21 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 103937894921111da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726 SHA512 392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
22 +DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d SHA512 fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
23
24 diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.6.2.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.6.2.ebuild
25 new file mode 100644
26 index 00000000000..e5c441b6527
27 --- /dev/null
28 +++ b/dev-ros/tf2_kdl/tf2_kdl-0.6.2.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 +ROS_REPO_URI="https://github.com/ros/geometry2"
35 +KEYWORDS="~amd64 ~arm"
36 +ROS_SUBDIR=${PN}
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="KDL binding for tf2"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-cpp/eigen:3
48 + dev-ros/tf2
49 + dev-ros/tf2_ros
50 + dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
51 + sci-libs/orocos_kdl:=
52 + dev-ros/tf2_msgs[${PYTHON_USEDEP}]
53 + dev-ros/cmake_modules
54 +"
55 +DEPEND="${RDEPEND}
56 + test? (
57 + dev-ros/rostest[${PYTHON_USEDEP}]
58 + dev-cpp/gtest
59 + )"