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: Tue, 28 Jun 2016 14:39:47
Message-Id: 1467124539.3535715676c42a99676cbc5c7b233bfb9aa1d8b4.aballier@gentoo
1 commit: 3535715676c42a99676cbc5c7b233bfb9aa1d8b4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 14:16:35 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 14:35:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35357156
7
8 dev-ros/moveit_msgs: bump to 0.8.1
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/moveit_msgs/Manifest | 1 +
13 dev-ros/moveit_msgs/moveit_msgs-0.8.1.ebuild | 30 ++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-ros/moveit_msgs/Manifest b/dev-ros/moveit_msgs/Manifest
17 index 964cb21..66bcb92 100644
18 --- a/dev-ros/moveit_msgs/Manifest
19 +++ b/dev-ros/moveit_msgs/Manifest
20 @@ -1 +1,2 @@
21 DIST moveit_msgs-0.8.0.tar.gz 17350 SHA256 ab36aa14e1d49950654c25725376080ee8f4d2fef3acd1c4d4efc1c2c462a8a9 SHA512 d5da9e0da603c7437ce5541ae774866000572123c1d292161350a70b835664bf727d92d8cd3edfe29e4134da0c117023c396f34957f9d6b84d958f3804857b7a WHIRLPOOL 19458c30ebcad9a428b297b22af5ab2629b6223d266a02a9d858a69e5e74a25800edbd10ac55ce95000365c54cbf9a4d0b53719abf4a335b19feb50ee2529acf
22 +DIST moveit_msgs-0.8.1.tar.gz 17589 SHA256 9f1c9a095dfe2da3e95d4cd928187e14b9a40305e456f78ef072cb943683a3d0 SHA512 f1f663d4990ca480133d707701dc8504291b142a27730a41165dc148193f037a4fc7f418649c98d4f2b4e081d33d7c87b33f9f99d07fb9c7a54db27baaabf034 WHIRLPOOL c649d635ecb65d12ef35ecd1e355179bca54be05e36a407603188e19c96cbe07a143ece6478f5ff93986775d616afe2ce325287bcba40db2fb94255a46dc8244
23
24 diff --git a/dev-ros/moveit_msgs/moveit_msgs-0.8.1.ebuild b/dev-ros/moveit_msgs/moveit_msgs-0.8.1.ebuild
25 new file mode 100644
26 index 0000000..b6359ee
27 --- /dev/null
28 +++ b/dev-ros/moveit_msgs/moveit_msgs-0.8.1.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +ROS_REPO_URI="https://github.com/ros-planning/moveit_msgs"
37 +CATKIN_HAS_MESSAGES=yes
38 +KEYWORDS="~amd64 ~arm"
39 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
40 +CATKIN_MESSAGES_TRANSITIVE_DEPS="
41 + dev-ros/actionlib_msgs
42 + dev-ros/sensor_msgs
43 + dev-ros/geometry_msgs
44 + dev-ros/trajectory_msgs
45 + dev-ros/shape_msgs
46 + dev-ros/std_msgs
47 + dev-ros/octomap_msgs
48 + dev-ros/object_recognition_msgs
49 +"
50 +
51 +inherit ros-catkin
52 +
53 +DESCRIPTION="Messages, services and actions used by MoveIt"
54 +LICENSE="BSD"
55 +SLOT="0"
56 +IUSE=""
57 +
58 +RDEPEND=""
59 +DEPEND="${RDEPEND}"