Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/
Date: Fri, 30 Jun 2017 17:41:29
Message-Id: 1498844175.d5b7adbffd3ae712961b4d5c8dd3fb06379261ff.asturm@gentoo
1 commit: d5b7adbffd3ae712961b4d5c8dd3fb06379261ff
2 Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
3 AuthorDate: Thu Jun 29 16:13:06 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 17:36:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5b7adbf
7
8 net-p2p/ktorrent: Update DEPENDs
9
10 Closes: https://github.com/gentoo/kde/pull/858
11
12 net-p2p/ktorrent/ktorrent-9999.ebuild | 18 +++++++++++++-----
13 1 file changed, 13 insertions(+), 5 deletions(-)
14
15 diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild
16 index 6e843d7816..607fee1d86 100644
17 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild
18 +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
19 @@ -23,6 +23,7 @@ else
20 fi
21
22 KDE_HANDBOOK="forceoptional"
23 +KDE_TEST="optional"
24 inherit kde5
25
26 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
27 @@ -33,15 +34,12 @@ IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magne
28 +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
29
30 COMMON_DEPEND="
31 - $(add_frameworks_dep karchive)
32 $(add_frameworks_dep kcmutils)
33 - $(add_frameworks_dep kcompletion)
34 $(add_frameworks_dep kconfig)
35 $(add_frameworks_dep kconfigwidgets)
36 $(add_frameworks_dep kcoreaddons)
37 $(add_frameworks_dep kcrash)
38 $(add_frameworks_dep kdbusaddons)
39 - $(add_frameworks_dep kdelibs4support)
40 $(add_frameworks_dep ki18n)
41 $(add_frameworks_dep kiconthemes)
42 $(add_frameworks_dep kio)
43 @@ -60,12 +58,17 @@ COMMON_DEPEND="
44 <net-libs/libktorrent-${LIBKT_VERSION_MAX}:5
45 >=net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
46 infowidget? ( dev-libs/geoip )
47 - kross? ( $(add_frameworks_dep kross) )
48 + kross? (
49 + $(add_frameworks_dep karchive)
50 + $(add_frameworks_dep kitemviews)
51 + $(add_frameworks_dep kross)
52 + )
53 mediaplayer? (
54 media-libs/phonon[qt5]
55 >=media-libs/taglib-1.5
56 )
57 rss? (
58 + $(add_frameworks_dep kdelibs4support)
59 $(add_frameworks_dep kdewebkit)
60 $(add_kdeapps_dep syndication)
61 )
62 @@ -73,8 +76,12 @@ COMMON_DEPEND="
63 $(add_frameworks_dep kdewebkit)
64 $(add_qt_dep qtwebkit)
65 )
66 - shutdown? ( $(add_plasma_dep plasma-workspace) )
67 + shutdown? (
68 + $(add_frameworks_dep kdelibs4support)
69 + $(add_plasma_dep plasma-workspace)
70 + )
71 stats? ( $(add_frameworks_dep kplotting) )
72 + upnp? ( $(add_frameworks_dep kcompletion) )
73 zeroconf? ( $(add_frameworks_dep kdnssd) )
74 "
75 DEPEND="${COMMON_DEPEND}
76 @@ -85,6 +92,7 @@ RDEPEND="${COMMON_DEPEND}
77 ipfilter? (
78 app-arch/bzip2
79 app-arch/unzip
80 + $(add_frameworks_dep ktextwidgets)
81 $(add_kdeapps_dep kio-extras)
82 )
83 !net-p2p/ktorrent:4