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 24B89139694 for ; Sun, 16 Apr 2017 17:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5765DE0CCC; Sun, 16 Apr 2017 17:15:42 +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 1E9ADE0CCC for ; Sun, 16 Apr 2017 17:15:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 890FB3415B7 for ; Sun, 16 Apr 2017 17:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDDE0737F for ; Sun, 16 Apr 2017 17:15:38 +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: <1492362891.29d31fe50b51f08ad0225737dd2b3be6c99f419e.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 net-p2p/ktorrent/metadata.xml X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 29d31fe50b51f08ad0225737dd2b3be6c99f419e X-VCS-Branch: master Date: Sun, 16 Apr 2017 17:15:38 +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: 53d595e9-019c-4676-b027-53f81c9a5eb6 X-Archives-Hash: a37445ecbd263a8679a61b4f7d9d45d8 commit: 29d31fe50b51f08ad0225737dd2b3be6c99f419e Author: Andrius Štikonas stikonas eu> AuthorDate: Wed Apr 12 11:44:39 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 16 17:14:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=29d31fe5 net-p2p/ktorrent: Add back USE=search Upstream commit acc03acf1a1b9aa459a05eee513dda0de8d2c724 Closes: https://github.com/gentoo/kde/pull/855 net-p2p/ktorrent/ktorrent-9999.ebuild | 8 ++++++-- net-p2p/ktorrent/metadata.xml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index 334a858ea6..70d6f55966 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -30,7 +30,7 @@ HOMEPAGE="http://ktorrent.pwsp.net/" LICENSE="GPL-2" IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator -+mediaplayer rss +scanfolder +shutdown +stats +upnp +zeroconf" ++mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -69,6 +69,10 @@ COMMON_DEPEND=" $(add_frameworks_dep kdewebkit) $(add_kdeapps_dep syndication) ) + search? ( + $(add_frameworks_dep kdewebkit) + $(add_qt_dep qtwebkit) + ) shutdown? ( $(add_plasma_dep plasma-workspace) ) stats? ( $(add_frameworks_dep kplotting) ) zeroconf? ( $(add_frameworks_dep kdnssd) ) @@ -105,13 +109,13 @@ src_configure() { -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) -DENABLE_SYNDICATION_PLUGIN=$(usex rss) + -DENABLE_SEARCH_PLUGIN=$(usex search) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) -DENABLE_STATS_PLUGIN=$(usex stats) -DENABLE_UPNP_PLUGIN=$(usex upnp) -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf) ) # add back when ported -# -DENABLE_SEARCH_PLUGIN=$(usex search) # -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface) kde5_src_configure } diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml index ec4e549196..0bd737d244 100644 --- a/net-p2p/ktorrent/metadata.xml +++ b/net-p2p/ktorrent/metadata.xml @@ -20,6 +20,7 @@ Phonon-based media player Syndication plugin for KTorrent, supporting RSS and Atom feeds Scan folders for torrent files and load them + Search for torrents Shutdown when done Shows statistics about torrents in several graphs Forward ports using UPnP