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/turtle_actionlib/
Date: Fri, 06 Apr 2018 08:50:11
Message-Id: 1523004585.f8fb05796886ad462c3c819aa87df7c2701fd34c.aballier@gentoo
1 commit: f8fb05796886ad462c3c819aa87df7c2701fd34c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 19:40:04 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 08:49:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fb0579
7
8 dev-ros/turtle_actionlib: Bump to 0.1.11.
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-ros/turtle_actionlib/Manifest | 1 +
13 .../turtle_actionlib-0.1.11.ebuild | 28 ++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ros/turtle_actionlib/Manifest b/dev-ros/turtle_actionlib/Manifest
17 index 8789377da06..47670433c9c 100644
18 --- a/dev-ros/turtle_actionlib/Manifest
19 +++ b/dev-ros/turtle_actionlib/Manifest
20 @@ -1 +1,2 @@
21 DIST common_tutorials-0.1.10.tar.gz 12511 BLAKE2B deeb06317c0f56f2496277f488592ba056b82440cb320fc9ea6bd3d2d6b8828301ce03c2f5db9ed1871b4f6a1caa8c874a510c912ab89ef1d05b01f364ee09be SHA512 92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
22 +DIST common_tutorials-0.1.11.tar.gz 12527 BLAKE2B 679cee86aad711677d1ed74320832c7ceb6d66adb34b835a80ad536be7bff517a78ca43e04372de23b491f8156ea3a4c268b4661d74fb1c04130e39033e1b961 SHA512 a42ab4b95eeaf9620ae0987f4e1cc530213b39455dea3ff8d944ac24ee7ed8e321ac8ed4f73b8e4d8d882248a850dface0169a5d521b02b226e6d0cb6016a33a
23
24 diff --git a/dev-ros/turtle_actionlib/turtle_actionlib-0.1.11.ebuild b/dev-ros/turtle_actionlib/turtle_actionlib-0.1.11.ebuild
25 new file mode 100644
26 index 00000000000..24600b2d603
27 --- /dev/null
28 +++ b/dev-ros/turtle_actionlib/turtle_actionlib-0.1.11.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros/common_tutorials"
35 +KEYWORDS="~amd64"
36 +ROS_SUBDIR=${PN}
37 +CATKIN_HAS_MESSAGES=yes
38 +PYTHON_COMPAT=( python2_7 )
39 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Demonstrates how to write an action server and client with the turtlesim"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/actionlib
50 + dev-ros/actionlib_msgs
51 + dev-ros/angles
52 + dev-ros/rosconsole
53 + dev-ros/roscpp
54 + dev-ros/turtlesim
55 + dev-libs/boost:=
56 +"
57 +DEPEND="${RDEPEND}"