Skip to content

Commit

Permalink
net-p2p/ktorrent: Drop kross support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
johu committed Dec 23, 2016
1 parent 4e69fb8 commit 66f4c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -63,7 +63,6 @@ RDEPEND="${COMMONDEPEND}
app-arch/unzip
$(add_kdeapps_dep kdebase-kioslaves)
)
kross? ( $(add_kdeapps_dep kross-interpreters) )
"

PATCHES=(
Expand All @@ -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)
Expand Down
1 change: 0 additions & 1 deletion net-p2p/ktorrent/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 66f4c0c

Please sign in to comment.