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/std_msgs/
Date: Fri, 24 May 2019 16:23:45
Message-Id: 1558715008.a39e9cedd8b6bf54c37c22d25bd5789819f3aa0f.aballier@gentoo
1 commit: a39e9cedd8b6bf54c37c22d25bd5789819f3aa0f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 15:56:38 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 16:23:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39e9ced
7
8 dev-ros/std_msgs: bump to 0.5.12
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/std_msgs/Manifest | 1 +
14 dev-ros/std_msgs/std_msgs-0.5.12.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest
18 index ede55e71d4d..310972bfc23 100644
19 --- a/dev-ros/std_msgs/Manifest
20 +++ b/dev-ros/std_msgs/Manifest
21 @@ -1 +1,2 @@
22 DIST std_msgs-0.5.11.tar.gz 6551 BLAKE2B d1ad69b21dd51272bd98a59d746d272c8b46628cb65688b1cb83c45fbc3e2ef3978916fe3830ef957f1ac6ae9478a30989664fb50d36a3c4b9187d6a1b8b533e SHA512 6cc7cdc4964c29e650d6dccbbd49095dc54a735e6e468e224179ad5a371b1f16a384f43b863c94f256fb2538fed5fd25967c5bd07b2d72ee31e997e1ac04fa7b
23 +DIST std_msgs-0.5.12.tar.gz 6545 BLAKE2B 4905063f43b280211366d8a5f6d8d6071398bbdac5c04ecaa62e0b118df892c757b1d2ca03b6748ed788e79a0e38b81856349199ab634108e19f75ec0c388962 SHA512 adfb561e39b64f5caf23a5be05e796dd13b16a748925f3c3fd8a5a69651b8268ea6767331ca4512d147edd4d284334d33291908e913bb6dd856e5a5d107150a7
24
25 diff --git a/dev-ros/std_msgs/std_msgs-0.5.12.ebuild b/dev-ros/std_msgs/std_msgs-0.5.12.ebuild
26 new file mode 100644
27 index 00000000000..c56056155ba
28 --- /dev/null
29 +++ b/dev-ros/std_msgs/std_msgs-0.5.12.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +ROS_REPO_URI="https://github.com/ros/std_msgs"
37 +CATKIN_HAS_MESSAGES=yes
38 +KEYWORDS="~amd64 ~arm"
39 +PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} )
40 +
41 +inherit ${SCM} ros-catkin
42 +
43 +DESCRIPTION="Standard ROS Messages"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND=""
49 +DEPEND="${RDEPEND}"