summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-23 19:48:54 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-23 19:50:12 +0100
commit66f4c0cc93d0c4acb5cbdf58f6edc2c612bb8a21 (patch)
tree748b9b7e4051b7c41b86e9e9e670cafe27c460f9 /net-p2p/ktorrent
parentkde-base/krosspython -> kde-apps/kross-interpreters (diff)
downloadgentoo-66f4c0cc93d0c4acb5cbdf58f6edc2c612bb8a21.tar.gz
gentoo-66f4c0cc93d0c4acb5cbdf58f6edc2c612bb8a21.tar.bz2
gentoo-66f4c0cc93d0c4acb5cbdf58f6edc2c612bb8a21.zip
net-p2p/ktorrent: Drop kross support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r--net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild7
-rw-r--r--net-p2p/ktorrent/metadata.xml1
2 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
index 1933ff2b18c0..cb204f6fa726 100644
--- a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
+++ b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
@@ -38,7 +38,7 @@ HOMEPAGE="http://ktorrent.pwsp.net/"
LICENSE="GPL-2"
SLOT="4"
-IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer
+IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +logviewer
+magnetgenerator +mediaplayer rss +scanfolder +search +stats +upnp webinterface
+zeroconf"
@@ -63,7 +63,6 @@ RDEPEND="${COMMONDEPEND}
app-arch/unzip
$(add_kdeapps_dep kdebase-kioslaves)
)
- kross? ( $(add_kdeapps_dep kross-interpreters) )
"
PATCHES=(
@@ -81,13 +80,13 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- -D_ENABLE_SHUTDOWN_PLUGIN=OFF
+ -DENABLE_SHUTDOWN_PLUGIN=OFF
+ -DENABLE_SCRIPTING_PLUGIN=OFF
$(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
$(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN)
$(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
$(cmake-utils_use_with infowidget SYSTEM_GEOIP)
$(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
- $(cmake-utils_use_enable kross SCRIPTING_PLUGIN)
$(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
$(cmake-utils_use_enable magnetgenerator MAGNETGENERATOR_PLUGIN)
$(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)
diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index a305a9665876..bb13b27b00d6 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -8,7 +8,6 @@
<use>
<flag name="bwscheduler">Schedule upload and download limits over a period of a week</flag>
<flag name="downloadorder">Specify the download order of a multi-file torrent</flag>
- <flag name="kross">Enable kross scripting support</flag>
<flag name="infowidget">Displays general information about a torrent in several tabs</flag>
<flag name="ipfilter">Filter IP addresses through a blocklist</flag>
<flag name="logviewer">Displays the logging output</flag>