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: Wed, 29 Jul 2020 12:21:49
Message-Id: 1596025272.b02ce9354fe234fab58d5280d7abe0325d21fbb4.aballier@gentoo
1 commit: b02ce9354fe234fab58d5280d7abe0325d21fbb4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 29 12:17:21 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 29 12:21:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02ce935
7
8 dev-ros/turtle_actionlib: Bump to 0.2.0.
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/turtle_actionlib/Manifest | 1 +
14 .../turtle_actionlib/turtle_actionlib-0.2.0.ebuild | 27 ++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/dev-ros/turtle_actionlib/Manifest b/dev-ros/turtle_actionlib/Manifest
18 index 48ae9c7c01c..701ce26bc20 100644
19 --- a/dev-ros/turtle_actionlib/Manifest
20 +++ b/dev-ros/turtle_actionlib/Manifest
21 @@ -1 +1,2 @@
22 DIST common_tutorials-0.1.12.tar.gz 12609 BLAKE2B c570236517420685a4733d84694a03486798038f4b7a0e721179d602a6870b51afb558dedd64ed2ccf518bb0e37cccefcae701053eb4c5fe32ef3e2d5dc5d69b SHA512 37244290b0c84aff47172484e2f3c1eecfe3482856030a08e55f2d1b0cad903262be453e81780f58e250c4e1f24c06f6256da5ff1342617d7d5f501f38fc7527
23 +DIST common_tutorials-0.2.0.tar.gz 12624 BLAKE2B 051e8e980e23dc2ecac2bfb534a8d820b2d2ee3d84b7e42e7ebc538e82560a7ea7e84972a6d6ab5f0c441eba7cf8c7aa2b3b5aced00f73ffc0f0537a3df0c547 SHA512 a3f537199c3ed143ef6c44edaf3fe427374027ed33478f9d440adc62697ace7e69c09cc5b5cacc76d2062eabc32138cbb08314dfd3d4af6f45f0147cb39bf2d9
24
25 diff --git a/dev-ros/turtle_actionlib/turtle_actionlib-0.2.0.ebuild b/dev-ros/turtle_actionlib/turtle_actionlib-0.2.0.ebuild
26 new file mode 100644
27 index 00000000000..f546db76e3f
28 --- /dev/null
29 +++ b/dev-ros/turtle_actionlib/turtle_actionlib-0.2.0.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +ROS_REPO_URI="https://github.com/ros/common_tutorials"
36 +KEYWORDS="~amd64"
37 +ROS_SUBDIR=${PN}
38 +CATKIN_HAS_MESSAGES=yes
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}"