Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/qt_gui_cpp/
Date: Wed, 29 Jul 2020 12:21:47
Message-Id: 1596025268.9a3b6faa7ebe5c92c700200dfae93f684c09d838.aballier@gentoo
1 commit: 9a3b6faa7ebe5c92c700200dfae93f684c09d838
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 29 12:11:37 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 29 12:21:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3b6faa
7
8 dev-ros/qt_gui_cpp: Bump to 0.4.2.
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/qt_gui_cpp/Manifest | 1 +
14 dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.2.ebuild | 36 ++++++++++++++++++++++++++++++
15 2 files changed, 37 insertions(+)
16
17 diff --git a/dev-ros/qt_gui_cpp/Manifest b/dev-ros/qt_gui_cpp/Manifest
18 index 7f2e9c7fbeb..a69b42f56b2 100644
19 --- a/dev-ros/qt_gui_cpp/Manifest
20 +++ b/dev-ros/qt_gui_cpp/Manifest
21 @@ -1 +1,2 @@
22 DIST qt_gui_core-0.4.1.tar.gz 96850 BLAKE2B a8a4325d5462a0788a69661adb20b3bf1bc9e391344ced31468bf9ddbe7114a13a2ecd3dda580986bd0af98c837641bda3e3d6cd3c5d9fa3352c37817ace2ed4 SHA512 0c46f86f88a818107049d08db6682a320f47b1b4983c586e4c944a387c070c7e017fca2f4be9d251f8a907f15be439998b2d559bea51ffc724fa4afc5e75f67c
23 +DIST qt_gui_core-0.4.2.tar.gz 97267 BLAKE2B 631996dd5b2a4e0aa557eb14a9dcb967377fce4923ada280d5894a733827f6f7d1aa240cc28261ee95a39171b03cba4f27f794ca3f9eb488d8b1953d237a9223 SHA512 a8b684d52eb1d4bfcdb6b63a989598d2098462d6fd93f26dd5a7eb0c0c9be9c324cb5d77b5e12c583253da4ce5edc544535bb9dd5a2f7966bf1642a7bd0ca421
24
25 diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.2.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.2.ebuild
26 new file mode 100644
27 index 00000000000..1f52f6afc83
28 --- /dev/null
29 +++ b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.2.ebuild
30 @@ -0,0 +1,36 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
37 +KEYWORDS="~amd64"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="C++-bindings for qt_gui and creates bindings for every generator available"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-qt/qtcore:5
49 + dev-qt/qtwidgets:5
50 + >=dev-ros/pluginlib-1.9.23
51 + dev-libs/tinyxml2:=
52 + >=dev-ros/qt_gui-0.3.0[${PYTHON_SINGLE_USEDEP}]
53 + dev-libs/tinyxml
54 + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_SINGLE_USEDEP}]
55 + dev-libs/boost:=
56 + dev-libs/console_bridge:=
57 +"
58 +DEPEND="${RDEPEND}
59 + virtual/pkgconfig
60 +"
61 +PATCHES=(
62 + "${FILESDIR}/libdir.patch"
63 +)
64 +
65 +# FIXME: fails to build with ninja
66 +CMAKE_MAKEFILE_GENERATOR=emake