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/shape_msgs/
Date: Sun, 13 May 2018 10:49:08
Message-Id: 1526208536.0ea9db44c976e17bb801a8f2809d4796688a9359.aballier@gentoo
1 commit: 0ea9db44c976e17bb801a8f2809d4796688a9359
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 10:37:48 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 10:48:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea9db44
7
8 dev-ros/shape_msgs: Bump to 1.12.6.
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-ros/shape_msgs/Manifest | 1 +
13 dev-ros/shape_msgs/shape_msgs-1.12.6.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-ros/shape_msgs/Manifest b/dev-ros/shape_msgs/Manifest
17 index f0f78814db1..ad7b0fd6b13 100644
18 --- a/dev-ros/shape_msgs/Manifest
19 +++ b/dev-ros/shape_msgs/Manifest
20 @@ -1 +1,2 @@
21 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac SHA512 99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
22 +DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538 SHA512 cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
23
24 diff --git a/dev-ros/shape_msgs/shape_msgs-1.12.6.ebuild b/dev-ros/shape_msgs/shape_msgs-1.12.6.ebuild
25 new file mode 100644
26 index 00000000000..b3071a70b84
27 --- /dev/null
28 +++ b/dev-ros/shape_msgs/shape_msgs-1.12.6.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +CATKIN_HAS_MESSAGES=yes
35 +ROS_REPO_URI="https://github.com/ros/common_msgs"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
38 +ROS_SUBDIR=${PN}
39 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Messages for defining shapes, such as simple solid object primitives, planes, and meshes"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND=""
49 +DEPEND="${RDEPEND}"