Skip to content

Commit

Permalink
dev-ros/rqt_controller_manager: Bump to 0.14.0.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
aballier committed Mar 27, 2018
1 parent 1c161b0 commit 0543c45
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/rqt_controller_manager/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
ROS_REPO_URI="https://github.com/ros-controls/ros_control"
KEYWORDS="~amd64"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )

inherit ros-catkin

DESCRIPTION="RQT control manager plugin"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="
dev-ros/controller_manager[${PYTHON_USEDEP}]
dev-ros/rqt_gui[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

0 comments on commit 0543c45

Please sign in to comment.