From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1219015-garchives=archives.gentoo.org@lists.gentoo.org>
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 CCC6713835B
	for <garchives@archives.gentoo.org>; Sun,  1 Nov 2020 23:12:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 177AEE0878;
	Sun,  1 Nov 2020 23:12:01 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F4085E0878
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Nov 2020 23:12:00 +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 1FE9733BF54
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Nov 2020 23:12:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 734DC430
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Nov 2020 23:11:57 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1604272278.0b4887fc5fdab311dd7ca0a25f97e83612cd3201.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: 0b4887fc5fdab311dd7ca0a25f97e83612cd3201
X-VCS-Branch: master
Date: Sun,  1 Nov 2020 23:11:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 619cd6d6-e33e-40de-8283-a615cecf846a
X-Archives-Hash: 2502d4e8f3a0954edd59d4cafb39dcce

commit:     0b4887fc5fdab311dd7ca0a25f97e83612cd3201
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  1 15:03:21 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  1 23:11:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b4887fc

net-p2p/ktorrent: Rename IUSE=search -> webengine

This is more in line with other Release Service packages to be able to globally
disable a very hefty dependency.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-p2p/ktorrent/ktorrent-9999.ebuild | 6 +++---
 net-p2p/ktorrent/metadata.xml         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild
index cdd26e987f..eef1e0cec9 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="5"
 KEYWORDS=""
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator
-+mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
++mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf"
 
 BDEPEND="sys-devel/gettext"
 COMMON_DEPEND="
@@ -57,10 +57,10 @@ COMMON_DEPEND="
 		>=dev-qt/qtwebengine-${QTMIN}:5
 		>=kde-frameworks/syndication-${KFMIN}:5
 	)
-	search? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
 	shutdown? ( kde-plasma/libkworkspace:5 )
 	stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
 	upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )
+	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
 	zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
 "
 DEPEND="${COMMON_DEPEND}
@@ -88,10 +88,10 @@ src_configure() {
 		-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
 		$(cmake_use_find_package rss KF5Syndication)
 		-DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-		-DENABLE_SEARCH_PLUGIN=$(usex search)
 		-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
 		-DENABLE_STATS_PLUGIN=$(usex stats)
 		-DENABLE_UPNP_PLUGIN=$(usex upnp)
+		-DENABLE_SEARCH_PLUGIN=$(usex webengine)
 		-DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
 	)
 # add back when ported

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 4bd864220a..9abfbc50e8 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -16,10 +16,10 @@
 		<flag name="mediaplayer">Phonon-based media player</flag>
 		<flag name="rss">Syndication plugin for KTorrent, supporting RSS and Atom feeds</flag>
 		<flag name="scanfolder">Scan folders for torrent files and load them</flag>
-		<flag name="search">Search for torrents</flag>
 		<flag name="shutdown">Shutdown when done</flag>
 		<flag name="stats">Shows statistics about torrents in several graphs</flag>
 		<flag name="upnp">Forward ports using UPnP</flag>
+		<flag name="webengine">Embedded search for torrents using <pkg>dev-qt/qtwebengine</pkg></flag>
 		<flag name="zeroconf">Discover peers on the local network using the Zeroconf protocol</flag>
 	</use>
 </pkgmetadata>