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, 27 Mar 2018 06:41:27
Message-Id: 1522132856.be24f8063c54cdd604f0eea7377967df84bd9d9c.aballier@gentoo
1 commit: be24f8063c54cdd604f0eea7377967df84bd9d9c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 06:33:54 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 06:40:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be24f806
7
8 dev-ros/combined_robot_hw: Bump to 0.14.0.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/combined_robot_hw/Manifest | 1 +
13 .../combined_robot_hw-0.14.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 75efbc1a88d..11f89d506db 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.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
22 +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e
23
24 diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.14.0.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.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.14.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}"