diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 16:18:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:38 +0200 |
commit | e44683f7e1f6b1396f0fb92638108fd343f40c69 (patch) | |
tree | 3d2fd351fbfe4ffc4664a06cd34fff73921d16c3 /dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild | |
parent | app-admin/denyhosts: remove myself as maintainer (diff) | |
download | gentoo-e44683f7e1f6b1396f0fb92638108fd343f40c69.tar.gz gentoo-e44683f7e1f6b1396f0fb92638108fd343f40c69.tar.bz2 gentoo-e44683f7e1f6b1396f0fb92638108fd343f40c69.zip |
dev-ros/rqt_reconfigure: bump to 0.5.3
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild')
-rw-r--r-- | dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild new file mode 100644 index 000000000000..850f0975d81d --- /dev/null +++ b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.5.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_reconfigure" + +inherit ros-catkin + +DESCRIPTION="Provides the way to view and edit the parameters from dynamic_reconfigure" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_console[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |