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/rviz_plugin_tutorials/
Date: Wed, 13 Sep 2017 12:00:02
Message-Id: 1505303882.6a1fcea18818bd055dd8f92170185b92b4f38ca6.aballier@gentoo
1 commit: 6a1fcea18818bd055dd8f92170185b92b4f38ca6
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 13 11:29:28 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 13 11:58:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1fcea1
7
8 dev-ros/rviz_plugin_tutorials: switch to qt5 since that is what rviz pulls now
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 ...als-0.10.1-r2.ebuild => rviz_plugin_tutorials-0.10.1-r3.ebuild} | 7 ++++---
13 dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild | 7 ++++---
14 2 files changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r2.ebuild b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r3.ebuild
17 similarity index 78%
18 rename from dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r2.ebuild
19 rename to dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r3.ebuild
20 index 4cc54c34bba..c8c950eb838 100644
21 --- a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r2.ebuild
22 +++ b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -15,7 +15,8 @@ IUSE=""
30
31 RDEPEND="
32 dev-ros/rviz
33 - dev-qt/qtcore:4
34 - dev-qt/qtgui:4
35 + dev-qt/qtcore:5
36 + dev-qt/qtgui:5
37 + dev-qt/qtwidgets:5
38 "
39 DEPEND="${RDEPEND}"
40
41 diff --git a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild
42 index 4cc54c34bba..c8c950eb838 100644
43 --- a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild
44 +++ b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=5
51 @@ -15,7 +15,8 @@ IUSE=""
52
53 RDEPEND="
54 dev-ros/rviz
55 - dev-qt/qtcore:4
56 - dev-qt/qtgui:4
57 + dev-qt/qtcore:5
58 + dev-qt/qtgui:5
59 + dev-qt/qtwidgets:5
60 "
61 DEPEND="${RDEPEND}"