Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: sys-libs/gwenhywfar/
Date: Mon, 30 Nov 2020 02:19:30
Message-Id: 1606698776.ae36a773e705bcfe9c1ebf0bdaa957f36992ca32.asturm@gentoo
1 commit: ae36a773e705bcfe9c1ebf0bdaa957f36992ca32
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 01:12:56 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 01:12:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ae36a773
7
8 sys-libs/gwenhywfar: Drop IUSE=fox, drop ~sparc KEYWORD
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild | 10 ++++------
14 sys-libs/gwenhywfar/metadata.xml | 1 -
15 2 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
18 index 486bc654..c67b7c5c 100644
19 --- a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
20 +++ b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,8 +11,8 @@ SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01&releas
28
29 LICENSE="LGPL-2.1"
30 SLOT="0/60" # correspond with libgwenhywfar.so version
31 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
32 -IUSE="debug designer doc fox gtk libressl qml qt4 qt5 sensors serialport test webkit"
33 +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
34 +IUSE="debug designer doc gtk libressl qml qt4 qt5 sensors serialport test webkit"
35
36 REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )"
37
38 @@ -28,7 +28,6 @@ RDEPEND="
39 virtual/libintl
40 virtual/opengl
41 designer? ( dev-qt/designer:5 )
42 - fox? ( x11-libs/fox:1.6 )
43 gtk? ( x11-libs/gtk+:2 )
44 qml? ( dev-qt/qtdeclarative:5 )
45 qt4? (
46 @@ -83,7 +82,6 @@ src_configure() {
47 use webkit || disableQtModule webkit webkitwidgets
48
49 local guis=()
50 - use fox && guis+=( fox16 )
51 use gtk && guis+=( gtk2 )
52 use qt4 && guis+=( qt4 )
53 use qt5 && guis+=( qt5 )
54 @@ -95,7 +93,7 @@ src_configure() {
55 $(use_enable doc full-doc)
56 --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
57 )
58 -
59 +
60 use qt4 && myeconfargs+=(
61 --with-qt4-moc="$(qt4_get_bindir)/moc"
62 --with-qt5-qmake="$(qt4_get_bindir)/qmake"
63
64 diff --git a/sys-libs/gwenhywfar/metadata.xml b/sys-libs/gwenhywfar/metadata.xml
65 index be278d36..5e23be71 100644
66 --- a/sys-libs/gwenhywfar/metadata.xml
67 +++ b/sys-libs/gwenhywfar/metadata.xml
68 @@ -4,7 +4,6 @@
69 <!-- maintainer-needed -->
70 <use>
71 <flag name="designer">Build plugins for <pkg>dev-qt/designer</pkg></flag>
72 - <flag name="fox">Use <pkg>x11-libs/fox</pkg> graphical toolkit</flag>
73 <flag name="qml">Enable support for plugins using QML</flag>
74 <flag name="sensors">Enable support for <pkg>dev-qt/qtsensors</pkg> module</flag>
75 <flag name="serialport">Enable support for <pkg>dev-qt/qtserialport</pkg> module</flag>