Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, dev-util/lxqt-build-tools/, x11-themes/lxqt-themes/
Date: Mon, 18 Feb 2019 21:37:07
Message-Id: 1550525315.ac7fe1b2aaa0f9c9bd7a622e8da6ae4e08ef48ea.chiitoo@gentoo
1 commit: ac7fe1b2aaa0f9c9bd7a622e8da6ae4e08ef48ea
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 21:21:17 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 21:28:35 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ac7fe1b2
7
8 lxqt: EAPI="7" bump for a few forgotten ones
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 13 +++++++------
14 dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 5 +++--
15 x11-themes/lxqt-themes/lxqt-themes-9999.ebuild | 9 ++++-----
16 3 files changed, 14 insertions(+), 13 deletions(-)
17
18 diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
19 index 67317650..936e7f64 100644
20 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
21 +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 inherit cmake-utils virtualx
31
32 @@ -20,6 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
33 SLOT="0"
34 IUSE="test"
35
36 +BDEPEND="
37 + virtual/pkgconfig
38 + test? ( dev-qt/qttest:5 )
39 +"
40 RDEPEND="
41 dev-qt/qtcore:5
42 dev-qt/qtdbus:5
43 @@ -29,10 +33,7 @@ RDEPEND="
44 dev-qt/qtxml:5
45 x11-misc/xdg-utils
46 "
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig
49 - test? ( dev-qt/qttest:5 )
50 -"
51 +DEPEND="${RDEPEND}"
52
53 src_configure() {
54 local mycmakeargs=(
55
56 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild
57 index da7c6f4f..b81117b0 100644
58 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild
59 +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild
60 @@ -1,7 +1,8 @@
61 -# Copyright 1999-2018 Gentoo Authors
62 +# Copyright 1999-2019 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 -EAPI=6
66 +EAPI=7
67 +
68 inherit cmake-utils
69
70 DESCRIPTION="LXQt Build tools"
71
72 diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
73 index 4760bcad..d02ca8d5 100644
74 --- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
75 +++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
76 @@ -1,7 +1,7 @@
77 -# Copyright 1999-2018 Gentoo Authors
78 +# Copyright 1999-2019 Gentoo Authors
79 # Distributed under the terms of the GNU General Public License v2
80
81 -EAPI=6
82 +EAPI=7
83
84 inherit cmake-utils
85
86 @@ -19,7 +19,6 @@ fi
87 LICENSE="LGPL-2.1+"
88 SLOT="0"
89
90 +BDEPEND=">=dev-util/lxqt-build-tools-0.5.0"
91 RDEPEND="!lxqt-base/lxqt-common"
92 -DEPEND="${RDEPEND}
93 - >=dev-util/lxqt-build-tools-0.5.0
94 -"
95 +DEPEND="${RDEPEND}"