diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:08:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 12:12:08 +0200 |
commit | 0171f2627689bc308b315de85a2b554169d828b3 (patch) | |
tree | 9a6608b87712e916bb2f51463aba7d4ed8a5ea52 /dev-ros/qt_gui_app/qt_gui_app-9999.ebuild | |
parent | 2c435247e23d9ca4ca497af1145ce711cd60d3f2 (diff) | |
download | gentoo-0171f2627689bc308b315de85a2b554169d828b3.tar.gz gentoo-0171f2627689bc308b315de85a2b554169d828b3.tar.xz |
dev-ros/qt_gui_app: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/qt_gui_app/qt_gui_app-9999.ebuild')
-rw-r--r-- | dev-ros/qt_gui_app/qt_gui_app-9999.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/qt_gui_app/qt_gui_app-9999.ebuild b/dev-ros/qt_gui_app/qt_gui_app-9999.ebuild new file mode 100644 index 00000000000..d0231cff11d --- /dev/null +++ b/dev-ros/qt_gui_app/qt_gui_app-9999.ebuild @@ -0,0 +1,22 @@ +# 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="Main to start an instance of the integrated graphical user interface provided by qt_gui" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/qt_gui[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |