net-p2p/ktorrent: Drop kross support
authorJohannes Huber <johu@gentoo.org>
Fri, 23 Dec 2016 18:48:54 +0000 (19:48 +0100)
committerJohannes Huber <johu@gentoo.org>
Fri, 23 Dec 2016 18:50:12 +0000 (19:50 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
net-p2p/ktorrent/metadata.xml

index 1933ff2b18c099a07b8dd436847d118545b56c22..cb204f6fa726ffba546cf1d216e94eed9b4aa3a7 100644 (file)
@@ -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)
index a305a9665876e0759d735c2a2a5b9abd64da09e2..bb13b27b00d684135934207e1e875cc02d9bea75 100644 (file)
@@ -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>