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/geometry2/
Date: Tue, 17 Jul 2018 07:08:36
Message-Id: 1531810651.114b3acaebf8469c92479c82bf90d73a8ed40b56.aballier@gentoo
1 commit: 114b3acaebf8469c92479c82bf90d73a8ed40b56
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 06:57:31 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 06:57:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114b3aca
7
8 ros-meta/geometry2: Bump to 0.6.3.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 ros-meta/geometry2/Manifest | 1 +
13 ros-meta/geometry2/geometry2-0.6.3.ebuild | 29 +++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/ros-meta/geometry2/Manifest b/ros-meta/geometry2/Manifest
17 index 827ba2bf6ee..dcb2fab6b60 100644
18 --- a/ros-meta/geometry2/Manifest
19 +++ b/ros-meta/geometry2/Manifest
20 @@ -1 +1,2 @@
21 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d SHA512 fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
22 +DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370 SHA512 f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
23
24 diff --git a/ros-meta/geometry2/geometry2-0.6.3.ebuild b/ros-meta/geometry2/geometry2-0.6.3.ebuild
25 new file mode 100644
26 index 00000000000..ce3a95072a8
27 --- /dev/null
28 +++ b/ros-meta/geometry2/geometry2-0.6.3.ebuild
29 @@ -0,0 +1,29 @@
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"
36 +ROS_SUBDIR=${PN}
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="The second generation Transform Library in ros"
41 +LICENSE="BSD"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + dev-ros/test_tf2
47 + dev-ros/tf2
48 + dev-ros/tf2_bullet
49 + dev-ros/tf2_eigen
50 + dev-ros/tf2_geometry_msgs
51 + dev-ros/tf2_kdl
52 + dev-ros/tf2_msgs
53 + dev-ros/tf2_py
54 + dev-ros/tf2_ros
55 + dev-ros/tf2_sensor_msgs
56 + dev-ros/tf2_tools
57 +"
58 +DEPEND="${RDEPEND}"