diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:11:54 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:15 +0200 |
commit | c814b3da726275c9b2b37b92fba939739a6648e2 (patch) | |
tree | 0f7f293e2c1e86f791499c4066e348778fd25735 /ros-meta/rqt/rqt-0.5.0.ebuild | |
parent | dev-ros/rqt_py_common: Bump to 0.5.0. (diff) | |
download | gentoo-c814b3da726275c9b2b37b92fba939739a6648e2.tar.gz gentoo-c814b3da726275c9b2b37b92fba939739a6648e2.tar.bz2 gentoo-c814b3da726275c9b2b37b92fba939739a6648e2.zip |
ros-meta/rqt: Bump to 0.5.0.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta/rqt/rqt-0.5.0.ebuild')
-rw-r--r-- | ros-meta/rqt/rqt-0.5.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/rqt/rqt-0.5.0.ebuild b/ros-meta/rqt/rqt-0.5.0.ebuild new file mode 100644 index 000000000000..7e0951567efd --- /dev/null +++ b/ros-meta/rqt/rqt-0.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/rqt" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Qt-based framework for GUI development for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rqt_gui + dev-ros/rqt_gui_cpp + dev-ros/rqt_gui_py + dev-ros/rqt_py_common +" +DEPEND="${RDEPEND}" |