Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/
Date: Mon, 26 Oct 2020 19:07:01
Message-Id: 1603739208.30d29bae3a06eff0043b86876828ed450447826f.asturm@gentoo
1 commit: 30d29bae3a06eff0043b86876828ed450447826f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 9 09:38:15 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 19:06:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d29bae
7
8 net-im/choqok: Drop IUSE=konqueror
9
10 kdewebkit--, qtwebkit--
11
12 Package-Manager: Portage-3.0.2, Repoman-2.3.23
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-im/choqok/choqok-1.7.0.ebuild | 13 +++----------
16 net-im/choqok/metadata.xml | 1 -
17 2 files changed, 3 insertions(+), 11 deletions(-)
18
19 diff --git a/net-im/choqok/choqok-1.7.0.ebuild b/net-im/choqok/choqok-1.7.0.ebuild
20 index 94d9f54a591..d71b59812c2 100644
21 --- a/net-im/choqok/choqok-1.7.0.ebuild
22 +++ b/net-im/choqok/choqok-1.7.0.ebuild
23 @@ -9,8 +9,7 @@ QTMIN=5.12.3
24 inherit ecm kde.org
25
26 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
27 -HOMEPAGE="https://choqok.kde.org/
28 -https://apps.kde.org/en/choqok"
29 +HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/en/choqok"
30
31 if [[ ${KDE_BUILD_TYPE} != live ]]; then
32 SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
33 @@ -19,7 +18,7 @@ fi
34
35 LICENSE="GPL-2+"
36 SLOT="5"
37 -IUSE="attica konqueror share telepathy"
38 +IUSE="attica share telepathy"
39
40 DEPEND="
41 app-crypt/qca[qt5(+)]
42 @@ -47,11 +46,6 @@ DEPEND="
43 >=kde-frameworks/kxmlgui-${KFMIN}:5
44 >=kde-frameworks/sonnet-${KFMIN}:5
45 attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
46 - konqueror? (
47 - >=dev-qt/qtwebkit-5.212.0_pre20180120:5
48 - >=kde-frameworks/kparts-${KFMIN}:5
49 - >=kde-frameworks/kdewebkit-${KFMIN}:5
50 - )
51 share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
52 telepathy? ( net-libs/telepathy-qt[qt5(+)] )
53 "
54 @@ -68,8 +62,7 @@ src_prepare() {
55 src_configure() {
56 local mycmakeargs=(
57 $(cmake_use_find_package attica KF5Attica)
58 - $(cmake_use_find_package konqueror KF5Parts)
59 - $(cmake_use_find_package konqueror KF5WebKit)
60 + -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
61 $(cmake_use_find_package share KF5Purpose)
62 $(cmake_use_find_package telepathy TelepathyQt5)
63 )
64
65 diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
66 index 7606fdaab74..625636c5e6f 100644
67 --- a/net-im/choqok/metadata.xml
68 +++ b/net-im/choqok/metadata.xml
69 @@ -7,7 +7,6 @@
70 </maintainer>
71 <use>
72 <flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
73 - <flag name="konqueror">Build Konqueror Choqok plugin</flag>
74 <flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
75 <flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
76 </use>