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/moveit_msgs/
Date: Sat, 12 May 2018 11:15:15
Message-Id: 1526123705.139a9d6acc393bab6276458cf6d6a148c5bc1481.aballier@gentoo
1 commit: 139a9d6acc393bab6276458cf6d6a148c5bc1481
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 11:15:05 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 11:15:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139a9d6a
7
8 dev-ros/moveit_msgs: bump to 0.10.0
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-ros/moveit_msgs/Manifest | 1 +
13 dev-ros/moveit_msgs/moveit_msgs-0.10.0.ebuild | 29 +++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-ros/moveit_msgs/Manifest b/dev-ros/moveit_msgs/Manifest
17 index 8673578f5eb..6e22267ff53 100644
18 --- a/dev-ros/moveit_msgs/Manifest
19 +++ b/dev-ros/moveit_msgs/Manifest
20 @@ -1 +1,2 @@
21 +DIST moveit_msgs-0.10.0.tar.gz 17847 BLAKE2B f80d7c267aab47b38e426b88e7a1e5487c738a8aeda143eee3d4c83a5929b66380aff939536d8f587b7acacbe239bfb2d5a8489fa3100a1f9f15cbe0cff310db SHA512 80a7dca2e9bda4bcf191691671ba179a42fb031b9ba2ac64c8e73854a94dc15ffaaedb1dce06da42d994c9c8b3161e6d55a8ef7a9c3c5a1f3629779eac5c1dba
22 DIST moveit_msgs-0.9.1.tar.gz 17760 BLAKE2B 1ac7c9c30e5873ecf51db435c66553d3ded4104cfca6a5daaa3396d96380eb41580b3c494b94c002b2829f01c001f947f126935c5dd9f239362da08bc8567ff2 SHA512 af998019a5c1c82a2026c6d2071feb7494616b6eef942450dbb81178f0c393c173ca8b8c17018f6da15b5b0ac438515a762914122ad315572cc5ef25567be758
23
24 diff --git a/dev-ros/moveit_msgs/moveit_msgs-0.10.0.ebuild b/dev-ros/moveit_msgs/moveit_msgs-0.10.0.ebuild
25 new file mode 100644
26 index 00000000000..762265817bc
27 --- /dev/null
28 +++ b/dev-ros/moveit_msgs/moveit_msgs-0.10.0.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 +
35 +ROS_REPO_URI="https://github.com/ros-planning/moveit_msgs"
36 +CATKIN_HAS_MESSAGES=yes
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
39 +CATKIN_MESSAGES_TRANSITIVE_DEPS="
40 + dev-ros/actionlib_msgs
41 + dev-ros/sensor_msgs
42 + dev-ros/geometry_msgs
43 + dev-ros/trajectory_msgs
44 + dev-ros/shape_msgs
45 + dev-ros/std_msgs
46 + dev-ros/octomap_msgs
47 + dev-ros/object_recognition_msgs
48 +"
49 +
50 +inherit ros-catkin
51 +
52 +DESCRIPTION="Messages, services and actions used by MoveIt"
53 +LICENSE="BSD"
54 +SLOT="0"
55 +IUSE=""
56 +
57 +RDEPEND=""
58 +DEPEND="${RDEPEND}"