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: Sat, 28 Apr 2018 15:22:12
Message-Id: 1524928907.7ce15838dd9a382a3d4f47973070dcd38cf4fbe4.aballier@gentoo
1 commit: 7ce15838dd9a382a3d4f47973070dcd38cf4fbe4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 14:53:04 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 15:21:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce15838
7
8 dev-ros/combined_robot_hw: Bump to 0.14.2.
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 dev-ros/combined_robot_hw/Manifest | 1 +
13 .../combined_robot_hw-0.14.2.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 d96e00d8eab..e35be3e6de7 100644
18 --- a/dev-ros/combined_robot_hw/Manifest
19 +++ b/dev-ros/combined_robot_hw/Manifest
20 @@ -1,3 +1,4 @@
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 DIST ros_control-0.14.1.tar.gz 655028 BLAKE2B 86bdce47b947fc4f9b8be9c791ba4247240b81e391bb3f5916b26ff67256c928ea4c68d46ac3ffbe2ddb4f3b746769799bbc6617ae7822618f47770b55a09f15 SHA512 c668e589361084e51359bff2af055978cfd73c99fd33ae51962a7cefa7c6fd5a7027c0b2e5ca0c045a602b33b8037d587f9b4d958eea8b2f4199bff1e4016689
24 +DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b
25
26 diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild
27 new file mode 100644
28 index 00000000000..9bb0b92638d
29 --- /dev/null
30 +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.2.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2018 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-controls/ros_control"
37 +KEYWORDS="~amd64"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Combined Robot HW class"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + >=dev-ros/hardware_interface-0.11
49 + dev-ros/pluginlib
50 + dev-libs/tinyxml2:=
51 + dev-ros/roscpp
52 + dev-libs/boost:=
53 + dev-libs/console_bridge:=
54 +"
55 +DEPEND="${RDEPEND}"