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 99D9C1580B9 for ; Thu, 26 Aug 2021 14:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5B8E088C; Thu, 26 Aug 2021 14:23:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ADFF7E088C for ; Thu, 26 Aug 2021 14:23:59 +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 43569342BCE for ; Thu, 26 Aug 2021 14:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4615A0 for ; Thu, 26 Aug 2021 14:23:56 +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: <1629987821.39e657c3000301d064bd7d03d6cfab0eced07efd.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-21.08.49.9999.ebuild 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: 39e657c3000301d064bd7d03d6cfab0eced07efd X-VCS-Branch: master Date: Thu, 26 Aug 2021 14:23:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 717f3427-baaf-4d66-ba18-3abfd6187347 X-Archives-Hash: ef67b4f23dbbe8acc425dd7fbe341db2 commit: 39e657c3000301d064bd7d03d6cfab0eced07efd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 26 14:23:41 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 26 14:23:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=39e657c3 net-p2p/ktorrent: Drop IUSE=kross Upstream commit 023def08d07a4a3e346eef34e6142bf574435f6c Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-21.08.49.9999.ebuild | 9 ++------- net-p2p/ktorrent/ktorrent-9999.ebuild | 8 +------- net-p2p/ktorrent/metadata.xml | 1 - 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-21.08.49.9999.ebuild b/net-p2p/ktorrent/ktorrent-21.08.49.9999.ebuild index a319b48b83..9e80f327ad 100644 --- a/net-p2p/ktorrent/ktorrent-21.08.49.9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-21.08.49.9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/ktorrent/" LICENSE="GPL-2" SLOT="5" KEYWORDS="" -IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator +IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer +magnetgenerator +mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf" COMMON_DEPEND=" @@ -45,11 +45,6 @@ COMMON_DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 >=net-libs/libktorrent-${PVCUT}:5 infowidget? ( dev-libs/geoip ) - kross? ( - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/kross-${KFMIN}:5 - ) mediaplayer? ( >=media-libs/phonon-4.11.0 >=media-libs/taglib-1.5 @@ -79,12 +74,12 @@ BDEPEND="sys-devel/gettext" src_configure() { local mycmakeargs=( + -DENABLE_SCRIPTING_PLUGIN=OFF -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler) -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder) -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget) -DWITH_SYSTEM_GEOIP=$(usex infowidget) -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) - -DENABLE_SCRIPTING_PLUGIN=$(usex kross) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index 744cc75cd3..d891d07e0a 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/ktorrent/" LICENSE="GPL-2" SLOT="5" KEYWORDS="" -IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator +IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer +magnetgenerator +mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf" COMMON_DEPEND=" @@ -45,11 +45,6 @@ COMMON_DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 >=net-libs/libktorrent-${PVCUT}:5 infowidget? ( dev-libs/geoip ) - kross? ( - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/kross-${KFMIN}:5 - ) mediaplayer? ( >=media-libs/phonon-4.11.0 >=media-libs/taglib-1.5 @@ -84,7 +79,6 @@ src_configure() { -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget) -DWITH_SYSTEM_GEOIP=$(usex infowidget) -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) - -DENABLE_SCRIPTING_PLUGIN=$(usex kross) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml index 74d4b3bbb3..90998da488 100644 --- a/net-p2p/ktorrent/metadata.xml +++ b/net-p2p/ktorrent/metadata.xml @@ -13,7 +13,6 @@ Specify the download order of a multi-file torrent Displays general information about a torrent in several tabs Filter IP addresses through a blocklist - Enable kross scripting support Displays the logging output Generates magnet URI's Phonon-based media player