diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-04-01 07:25:55 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-04-01 07:29:24 +0200 |
commit | 694b5226fe3491f5906c135fdbbf1ea29fc51efd (patch) | |
tree | 5cfcaee4cee520055855bb9697d24d6c2c62422e /dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild | |
parent | dev-ros/qt_gui_app: Bump to 0.2.30. (diff) | |
download | gentoo-694b5226fe3491f5906c135fdbbf1ea29fc51efd.tar.gz gentoo-694b5226fe3491f5906c135fdbbf1ea29fc51efd.tar.bz2 gentoo-694b5226fe3491f5906c135fdbbf1ea29fc51efd.zip |
dev-ros/qt_gui_cpp: Bump to 0.2.30.
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild')
-rw-r--r-- | dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild new file mode 100644 index 000000000000..e48032773cc7 --- /dev/null +++ b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild @@ -0,0 +1,33 @@ +# 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="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + >=dev-ros/pluginlib-1.9.23 + >=dev-ros/qt_gui-0.2.18[${PYTHON_USEDEP}] + dev-libs/tinyxml + dev-ros/python_qt_binding[${PYTHON_USEDEP}] + dev-libs/boost:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" +PATCHES=( + "${FILESDIR}/libdir.patch" +) |