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/combined_robot_hw/
Date: Tue, 17 Jul 2018 07:08:38
Message-Id: 1531810721.d306895f74b07ad705a75358ed3963d3ba646e4e.aballier@gentoo
1 commit: d306895f74b07ad705a75358ed3963d3ba646e4e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 06:58:41 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 06:58:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d306895f
7
8 dev-ros/combined_robot_hw: Bump to 0.15.0.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-ros/combined_robot_hw/Manifest | 1 +
13 .../combined_robot_hw-0.15.0.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ros/combined_robot_hw/Manifest b/dev-ros/combined_robot_hw/Manifest
17 index 0edeabcdeec..d459139029c 100644
18 --- a/dev-ros/combined_robot_hw/Manifest
19 +++ b/dev-ros/combined_robot_hw/Manifest
20 @@ -1 +1,2 @@
21 DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b
22 +DIST ros_control-0.15.0.tar.gz 657854 BLAKE2B 102c17265df13d4454249f9752491664d9c8d4354c417e99aaf7845fbea2992fbfde674e22e8415e4b55274aba6964473cc6663c0784f78cf7bb87fc232d5c30 SHA512 be1b208631a3018f06384bf342f6d909b082d48e5509bb2bdac1ce04eddad56ac83f8cf5c10a0c66650c2c7defa04680950bf5417723e2f8551055051c4fcc99
23
24 diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.15.0.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.15.0.ebuild
25 new file mode 100644
26 index 00000000000..9bb0b92638d
27 --- /dev/null
28 +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.15.0.ebuild
29 @@ -0,0 +1,24 @@
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-controls/ros_control"
35 +KEYWORDS="~amd64"
36 +ROS_SUBDIR=${PN}
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="Combined Robot HW class"
41 +LICENSE="BSD"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + >=dev-ros/hardware_interface-0.11
47 + dev-ros/pluginlib
48 + dev-libs/tinyxml2:=
49 + dev-ros/roscpp
50 + dev-libs/boost:=
51 + dev-libs/console_bridge:=
52 +"
53 +DEPEND="${RDEPEND}"