dev-ros/qt_gui_cpp: Bump to 0.3.5.
authorAlexis Ballier <aballier@gentoo.org>
Sun, 30 Jul 2017 16:07:28 +0000 (18:07 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 30 Jul 2017 16:43:43 +0000 (18:43 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-ros/qt_gui_cpp/Manifest
dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.5.ebuild [new file with mode: 0644]

index 783bb8a7ef510f23ae1d80389f74bbb22ec2a5f5..f2e77f770f9e3ea9f2347e2c8417b7dbf8799534 100644 (file)
@@ -1 +1,2 @@
 DIST qt_gui_core-0.3.4.tar.gz 87974 SHA256 09da32698c087a73bbf0dae2ce3b9f1d19beb5f56e15d2fd08009260589e27ef SHA512 794b0ea8b92cdbb748282ef48dcb41f24f3b83dd8ad92e8dc895d45ed085b9838b2ca4a5dc43284971d33b7ac40c86ca578fe042d71e0c9d1903cdfb561507af WHIRLPOOL 98b36b798b7dc57e88a5b59586015919c2f1d902dbde9352562237ec6cb6bb27d3fef296da1547949244b2deb0dc2e18a858ef2bb5021af1d64d76688f0b5a71
+DIST qt_gui_core-0.3.5.tar.gz 90480 SHA256 ac6c4ea593fe69bc5227b5ccd607d74ba6e9310a9e5923d14db558082812e746 SHA512 1c307e220d8484013e83cf2e3e4b6d674db3d6273f08ffc1ab928f92c1a4009d3b3d8d011f88b40e73ad371be34c7d4a790a78a47361ddb1c44b1a44970bf955 WHIRLPOOL a70414fbbfea840b06f76b023753842593ea0ce0ad8a94ea728b52fad7a47c37b8afcf87f3fd22ab19e0d33323f96f2b06009272c722418a0cf742d5f28ede26
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.5.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.5.ebuild
new file mode 100644 (file)
index 0000000..86bdc7a
--- /dev/null
@@ -0,0 +1,32 @@
+# 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/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:5
+       dev-qt/qtwidgets:5
+       >=dev-ros/pluginlib-1.9.23
+       >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
+       dev-libs/tinyxml
+       >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
+       dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig
+"
+PATCHES=(
+       "${FILESDIR}/libdir.patch"
+)