From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6B6E139694 for ; Fri, 30 Jun 2017 17:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75119274015; Fri, 30 Jun 2017 17:41:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 528A9274015 for ; Fri, 30 Jun 2017 17:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37F4C341717 for ; Fri, 30 Jun 2017 17:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D9327487 for ; Fri, 30 Jun 2017 17:41:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1498844175.d5b7adbffd3ae712961b4d5c8dd3fb06379261ff.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-p2p/ktorrent/ktorrent-9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d5b7adbffd3ae712961b4d5c8dd3fb06379261ff X-VCS-Branch: master Date: Fri, 30 Jun 2017 17:41:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a7b2d2a-000f-4dd7-9be0-e4fbc0876638 X-Archives-Hash: d555e921df1f75d899d4034e149b8404 commit: d5b7adbffd3ae712961b4d5c8dd3fb06379261ff Author: Andrius Štikonas stikonas eu> AuthorDate: Thu Jun 29 16:13:06 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 30 17:36:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5b7adbf net-p2p/ktorrent: Update DEPENDs Closes: https://github.com/gentoo/kde/pull/858 net-p2p/ktorrent/ktorrent-9999.ebuild | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index 6e843d7816..607fee1d86 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -23,6 +23,7 @@ else fi KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" inherit kde5 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks" @@ -33,15 +34,12 @@ IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magne +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf" COMMON_DEPEND=" - $(add_frameworks_dep karchive) $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) @@ -60,12 +58,17 @@ COMMON_DEPEND=" =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5 infowidget? ( dev-libs/geoip ) - kross? ( $(add_frameworks_dep kross) ) + kross? ( + $(add_frameworks_dep karchive) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kross) + ) mediaplayer? ( media-libs/phonon[qt5] >=media-libs/taglib-1.5 ) rss? ( + $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kdewebkit) $(add_kdeapps_dep syndication) ) @@ -73,8 +76,12 @@ COMMON_DEPEND=" $(add_frameworks_dep kdewebkit) $(add_qt_dep qtwebkit) ) - shutdown? ( $(add_plasma_dep plasma-workspace) ) + shutdown? ( + $(add_frameworks_dep kdelibs4support) + $(add_plasma_dep plasma-workspace) + ) stats? ( $(add_frameworks_dep kplotting) ) + upnp? ( $(add_frameworks_dep kcompletion) ) zeroconf? ( $(add_frameworks_dep kdnssd) ) " DEPEND="${COMMON_DEPEND} @@ -85,6 +92,7 @@ RDEPEND="${COMMON_DEPEND} ipfilter? ( app-arch/bzip2 app-arch/unzip + $(add_frameworks_dep ktextwidgets) $(add_kdeapps_dep kio-extras) ) !net-p2p/ktorrent:4