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: Sun, 30 Jul 2017 16:44:17
Message-Id: 1501433033.61980db8add00a71587ca2ab25b1d3c5e34682aa.aballier@gentoo
1 commit: 61980db8add00a71587ca2ab25b1d3c5e34682aa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 16:30:20 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 16:43:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61980db8
7
8 dev-ros/roscpp_tutorials: Bump to 0.8.1.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ros/roscpp_tutorials/Manifest | 1 +
13 .../roscpp_tutorials/roscpp_tutorials-0.8.1.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-ros/roscpp_tutorials/Manifest b/dev-ros/roscpp_tutorials/Manifest
17 index 4ba1b7c66da..6ede2a0f8ef 100644
18 --- a/dev-ros/roscpp_tutorials/Manifest
19 +++ b/dev-ros/roscpp_tutorials/Manifest
20 @@ -2,3 +2,4 @@ DIST ros_tutorials-0.6.1.tar.gz 126792 SHA256 0227557d49343c8dc2c17f5fba6a44ca8f
21 DIST ros_tutorials-0.7.0.tar.gz 140125 SHA256 38ed655e914de2990bfcf5f8a25b6ef99f1ed4287033bf153ee6383eeac2842d SHA512 b7c51bc007c0bddfb38361750a0225606d9e85a3404d6b21f3a32c8ccb1786844f225a49ad8f525c684c838eff9ec9f7e7c39a15adf5ea5dd187a59c90144711 WHIRLPOOL 6ff32292a7ce3e3c4d18e58509669a168bef707ecefaf523c7392b44d77e965ccca5c621ecaf52fd3382b2873f3e2ea84f209695d0c79ba32bb36401d2d9dfa5
22 DIST ros_tutorials-0.7.1.tar.gz 140483 SHA256 55f6dc2ae32b895dee3feeb434755f17d655699b3666609e66452f2e757331a2 SHA512 0970e6428af992addfa1af327b2e0a3f85a926c90cfceba89d415acc5404a364164e0dd497c9296f03ac06c575380ad21e83b0cdbf6709c49dc650087145ddaa WHIRLPOOL 649e717c58179fd1b0f51f01cf4ea9303124e6b5479c6be7fb49e39b010003b58535692156980da76e1f628ff6e5ce217f62d343773e183ce2a959b63a2c0b38
23 DIST ros_tutorials-0.8.0.tar.gz 153739 SHA256 d15246d6a8cb2ed9be933704870da523c112e2b432c23b3709e43afbf54d50f4 SHA512 269f71ef360f7441e1bfed2c2b3da791ce8018d6ec833a1fb7198d289067359b1e7704e37580c61188cc45034c788f3ca463882f8247a155752ff5c61939d795 WHIRLPOOL facd65521e62987a3589e84f1fbb2d6e64f8cf4cf3152c7ab8389e4a8f60a4aee84e4dcd54978292fb2433e653014bcbcc5ed139fb3fcd9b9c45766d9521b1ac
24 +DIST ros_tutorials-0.8.1.tar.gz 153831 SHA256 c4348a436411d7369c1c1766ba5e3785fd32943cf6548cdac73bdaa664986d74 SHA512 f537312a78c27375791e11820f4d3a70433ce200d724d80bc8b417edd3c6dcbbf72abac0e9a98a199da2e3a8dbdec34e81d9106be4f6a5243a6f84d02d9ca668 WHIRLPOOL 59439f94becf43eee8ded918193b7cbcce2e2f4fa7a6b4e3edf727b99aa39fb22b2a774f5383fdce0efe45d547ade70eebe27f00182014370a6690231de65a00
25
26 diff --git a/dev-ros/roscpp_tutorials/roscpp_tutorials-0.8.1.ebuild b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.8.1.ebuild
27 new file mode 100644
28 index 00000000000..07b28d3562d
29 --- /dev/null
30 +++ b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.8.1.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/ros/ros_tutorials"
37 +KEYWORDS="~amd64 ~arm"
38 +ROS_SUBDIR=${PN}
39 +CATKIN_HAS_MESSAGES=yes
40 +PYTHON_COMPAT=( python2_7 )
41 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
42 +
43 +inherit ros-catkin
44 +
45 +DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-libs/boost:=[threads]
52 + dev-ros/rostime
53 + dev-ros/roscpp
54 + dev-ros/rosconsole
55 + dev-ros/roscpp_serialization
56 +"
57 +DEPEND="${RDEPEND}"