Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Sun, 05 Sep 2021 09:06:18
Message-Id: 1630832765.e9e5cd4014e915f7174e396b2ab6754f26984a36.asturm@gentoo
1 commit: e9e5cd4014e915f7174e396b2ab6754f26984a36
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 09:02:28 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 09:06:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e5cd40
7
8 x11-themes/qtcurve: EAPI-8 bump
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 15 +++++++--------
14 x11-themes/qtcurve/qtcurve-9999.ebuild | 17 ++++++++---------
15 2 files changed, 15 insertions(+), 17 deletions(-)
16
17 diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
18 index 76635427064..58d90fe254c 100644
19 --- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
20 +++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 KDE_ORG_COMMIT=be78a85b627e90d854da0de1049e8f191e67f228
29 inherit cmake kde.org
30 @@ -18,12 +18,8 @@ REQUIRED_USE="gtk? ( X )
31 || ( gtk qt5 )
32 plasma? ( qt5 )
33 "
34 +RESTRICT="test"
35
36 -BDEPEND="
37 - virtual/pkgconfig
38 - nls? ( sys-devel/gettext )
39 - plasma? ( kde-frameworks/extra-cmake-modules:5 )
40 -"
41 DEPEND="
42 gtk? ( x11-libs/gtk+:2 )
43 plasma? (
44 @@ -56,8 +52,11 @@ DEPEND="
45 )
46 "
47 RDEPEND="${DEPEND}"
48 -
49 -RESTRICT+=" test"
50 +BDEPEND="
51 + virtual/pkgconfig
52 + nls? ( sys-devel/gettext )
53 + plasma? ( kde-frameworks/extra-cmake-modules:5 )
54 +"
55
56 DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
57
58
59 diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
60 index 09458a9e5a4..0d206bafd69 100644
61 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild
62 +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
63 @@ -1,7 +1,7 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 -EAPI=7
69 +EAPI=8
70
71 inherit cmake kde.org
72
73 @@ -22,12 +22,8 @@ REQUIRED_USE="gtk? ( X )
74 || ( gtk qt5 )
75 plasma? ( qt5 )
76 "
77 +RESTRICT="test"
78
79 -BDEPEND="
80 - virtual/pkgconfig
81 - nls? ( sys-devel/gettext )
82 - plasma? ( kde-frameworks/extra-cmake-modules:5 )
83 -"
84 DEPEND="
85 gtk? ( x11-libs/gtk+:2 )
86 plasma? (
87 @@ -60,8 +56,11 @@ DEPEND="
88 )
89 "
90 RDEPEND="${DEPEND}"
91 -
92 -RESTRICT+=" test"
93 +BDEPEND="
94 + virtual/pkgconfig
95 + nls? ( sys-devel/gettext )
96 + plasma? ( kde-frameworks/extra-cmake-modules:5 )
97 +"
98
99 DOCS=( AUTHORS ChangeLog.md README.md TODO.md )