Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qt-creator/
Date: Thu, 17 Dec 2015 02:39:54
Message-Id: 1450319963.7302a67c078138acda3be229e230babb19eba4c5.pesa@gentoo
1 commit: 7302a67c078138acda3be229e230babb19eba4c5
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 02:39:23 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 02:39:23 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7302a67c
7
8 dev-qt/qt-creator: sync
9
10 Package-Manager: portage-2.2.26
11
12 dev-qt/qt-creator/qt-creator-9999.ebuild | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild
16 index d12592a..5248c5b 100644
17 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild
18 +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
19 @@ -2,9 +2,10 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25 PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
26 -inherit eutils l10n multilib qmake-utils virtualx
27 +
28 +inherit eutils l10n qmake-utils virtualx
29
30 DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
31 HOMEPAGE="http://doc.qt.io/qtcreator/"
32 @@ -53,7 +54,7 @@ RDEPEND="
33 >=dev-qt/qtxml-${QT_PV}
34 >=sys-devel/gdb-7.5[client,python]
35 clang? ( >=sys-devel/clang-3.6:= )
36 - qbs? ( >=dev-util/qbs-1.4.2 )
37 + qbs? ( >=dev-util/qbs-1.4.4 )
38 systemd? ( sys-apps/systemd:= )
39 webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
40 "
41 @@ -82,7 +83,7 @@ PDEPEND="
42
43 src_unpack() {
44 if [[ $(gcc-major-version) -lt 4 ]] || [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]]; then
45 - eerror "GCC version 4.7 or later is required to build Qt Creator"
46 + eerror "GCC version 4.7 or later is required to build Qt Creator ${PV}"
47 die "GCC >= 4.7 required"
48 fi
49
50 @@ -94,6 +95,8 @@ src_unpack() {
51 }
52
53 src_prepare() {
54 + default
55 +
56 # disable unwanted plugins
57 for plugin in "${QTC_PLUGINS[@]#[+-]}"; do
58 if ! use ${plugin%:*}; then
59 @@ -135,8 +138,7 @@ src_configure() {
60 }
61
62 src_test() {
63 - cd tests/auto || die
64 - VIRTUALX_COMMAND=default virtualmake
65 + cd tests/auto && virtx default
66 }
67
68 src_install() {