diff options
author | 2015-09-23 12:00:03 +0200 | |
---|---|---|
committer | 2015-09-23 12:12:06 +0200 | |
commit | 7268bd42b4b397b90b623723a14ddfb4a3748326 (patch) | |
tree | 0845778128e0c82fcc58a684597f4bf926a3641a /dev-ros/qt_gui/qt_gui-0.2.29.ebuild | |
parent | app-admin/glance: x86 stable wrt bug #561194 (diff) | |
download | gentoo-7268bd42b4b397b90b623723a14ddfb4a3748326.tar.gz gentoo-7268bd42b4b397b90b623723a14ddfb4a3748326.tar.bz2 gentoo-7268bd42b4b397b90b623723a14ddfb4a3748326.zip |
dev-ros/qt_gui: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/qt_gui/qt_gui-0.2.29.ebuild')
-rw-r--r-- | dev-ros/qt_gui/qt_gui-0.2.29.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/qt_gui/qt_gui-0.2.29.ebuild b/dev-ros/qt_gui/qt_gui-0.2.29.ebuild new file mode 100644 index 000000000000..c65766bd2aa5 --- /dev/null +++ b/dev-ros/qt_gui/qt_gui-0.2.29.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="ROS infrastructure for an integrated graphical user interface based on Qt" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:4 + dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/python_qt_binding[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |