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/roscpp_tutorials/
Date: Fri, 24 May 2019 16:23:48
Message-Id: 1558715010.ae5d5f51e2194aafc8cff1b4c56c468e0b32ab52.aballier@gentoo
1 commit: ae5d5f51e2194aafc8cff1b4c56c468e0b32ab52
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 16:10:28 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 16:23:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5d5f51
7
8 dev-ros/roscpp_tutorials: Bump to 0.9.1.
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/roscpp_tutorials/Manifest | 1 +
14 .../roscpp_tutorials/roscpp_tutorials-0.9.1.ebuild | 26 ++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-ros/roscpp_tutorials/Manifest b/dev-ros/roscpp_tutorials/Manifest
18 index 60d1f3ae6a0..4090a6a26fa 100644
19 --- a/dev-ros/roscpp_tutorials/Manifest
20 +++ b/dev-ros/roscpp_tutorials/Manifest
21 @@ -4,3 +4,4 @@ DIST ros_tutorials-0.7.1.tar.gz 140483 BLAKE2B 8f2d4aee6494476bf7efb2ea35962ea61
22 DIST ros_tutorials-0.8.0.tar.gz 153739 BLAKE2B 0dc7918a2b95a26518d07d753040e381b26c357eb3995a22a429d58c244751d7c58c8736efbab23a6a5ca6903f08e43acf9519f2a534b22fe89ea853b2e3fbff SHA512 269f71ef360f7441e1bfed2c2b3da791ce8018d6ec833a1fb7198d289067359b1e7704e37580c61188cc45034c788f3ca463882f8247a155752ff5c61939d795
23 DIST ros_tutorials-0.8.1.tar.gz 153831 BLAKE2B c34aec17ffd247554e37abb252848183392864c801dce7e2cae8c66d9fd30fdb12d50163487eff8615593df1532dece6c86303aab0b91d4075c14a9fba652b5a SHA512 f537312a78c27375791e11820f4d3a70433ce200d724d80bc8b417edd3c6dcbbf72abac0e9a98a199da2e3a8dbdec34e81d9106be4f6a5243a6f84d02d9ca668
24 DIST ros_tutorials-0.9.0.tar.gz 154992 BLAKE2B d7a45d0adaa1507ae9494ea9590b9c69d3bbececa01f209a93825432b4b362499cde8c966e6734dbd854478e98970c340403ac56cb99a00b07cf9cff8b28fa36 SHA512 7beba72d3f72943ea5402416dc03809576d47d4e76e81d9ed85eba69c1f9a4e5737a91bdac76747f47e9d6459e5dd8e062cc8ec5f2fb9450cdb013b416534e56
25 +DIST ros_tutorials-0.9.1.tar.gz 155151 BLAKE2B 7371063ef77981892fee54b6b3d29907421f29deece22c6d53ace576717357a9700a2e14a03bd9f24c2285a16b55f5c9665a0da5081ae1599da8df5ec68ba425 SHA512 62a980e9515515496de39aa360df030f0dd8678bbf132d90386775c34e3b54f33a477aaefb65db803dcd704b8fbc61d445617399ac38cc2fa3f3363a6052682f
26
27 diff --git a/dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.1.ebuild b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.1.ebuild
28 new file mode 100644
29 index 00000000000..ce7133ab81c
30 --- /dev/null
31 +++ b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.9.1.ebuild
32 @@ -0,0 +1,26 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros/ros_tutorials"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +CATKIN_HAS_MESSAGES=yes
41 +PYTHON_COMPAT=( python2_7 )
42 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
43 +
44 +inherit ros-catkin
45 +
46 +DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters"
47 +LICENSE="BSD"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND="
52 + dev-libs/boost:=[threads]
53 + dev-ros/rostime
54 + dev-ros/roscpp
55 + dev-ros/rosconsole
56 + dev-ros/roscpp_serialization
57 +"
58 +DEPEND="${RDEPEND}"