aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-04-03 13:30:07 +0200
committerMaciej Mrozowski <reavertm@gentoo.org>2010-04-03 13:34:40 +0200
commit81aa84bc9781265a35b853045bd46e513e338ac4 (patch)
treefbe0e29bb9c34121d601b670638483483ef6b8ec /net-p2p
parent[media-gfx/digikam] add ~x86 keyword (diff)
downloadkde-81aa84bc9781265a35b853045bd46e513e338ac4.tar.gz
kde-81aa84bc9781265a35b853045bd46e513e338ac4.tar.bz2
kde-81aa84bc9781265a35b853045bd46e513e338ac4.zip
[net-p2p/ktorrent] magnetgenerator plugin added, so add USE flag
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ktorrent/Manifest4
-rw-r--r--net-p2p/ktorrent/ktorrent-9999.ebuild15
-rw-r--r--net-p2p/ktorrent/metadata.xml1
3 files changed, 11 insertions, 9 deletions
diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest
index 0d981c3e87..17b306d195 100644
--- a/net-p2p/ktorrent/Manifest
+++ b/net-p2p/ktorrent/Manifest
@@ -1,2 +1,2 @@
-EBUILD ktorrent-9999.ebuild 2590 RMD160 119f3e50666515004bf2e4613007691bff526d3d SHA1 89dbe2e56fcb4b177e4b684ec0c0355400fc5203 SHA256 c9a9b4f6fd9ee94ae0b633568d400dc242a7b4b4cffa5801fdb55fcfce6568d3
-MISC metadata.xml 1365 RMD160 db3a5ec0aa6a1fa18653ac4154221f075be220c7 SHA1 25dc5ef1520da4dbb48748e4244aae4292a023ed SHA256 19f892a388658ef43d2bf00a987d4df8a36092e2c10087197ae9926fc4058322
+EBUILD ktorrent-9999.ebuild 2627 RMD160 eb9448c40eeb0e7391541194849d2f26cd4e2e7f SHA1 0b8ca5aa654022d9c5aa484954a851a59f13d31a SHA256 c284b3825afb71824ed20b3aa736933fc024dc5caf72fe9beb2bc383a337c41b
+MISC metadata.xml 1425 RMD160 57a8dc4f1f121a577f042faea242dcb4bada8f7a SHA1 85f5015342bc1ffbedc1da1171260c05ee6b4eb8 SHA256 589714ec7f93ed39929de5c133b7aa98714b4223298d98b7c0585e6263258c30
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild
index d7547943c9..31f13df762 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -5,7 +5,6 @@
EAPI="2"
if [[ ${PV} == *9999* ]] ; then
- KEYWORDS=""
KMNAME="extragear/network"
else
# upstream likes to skip that _ in beta releases
@@ -15,7 +14,6 @@ else
KDE_LINGUAS="ar be bg ca cs da de el en_GB es et eu fr ga gl hi hne hr hu is it
ja km lt lv mai ms nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv
tr uk zh_CN zh_TW"
- KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2"
S="${WORKDIR}"/"${MY_P}"
fi
@@ -26,9 +24,11 @@ DESCRIPTION="A BitTorrent program for KDE."
HOMEPAGE="http://ktorrent.org/"
LICENSE="GPL-2"
+KEYWORDS=""
SLOT="4"
IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer
-+mediaplayer plasma rss +scanfolder +search +shutdown +stats +upnp webinterface +zeroconf"
++magnetgenerator +mediaplayer plasma rss +scanfolder +search +shutdown +stats
++upnp webinterface +zeroconf"
COMMONDEPEND="
app-crypt/qca:2
@@ -49,10 +49,10 @@ DEPEND="${COMMONDEPEND}
RDEPEND="${COMMONDEPEND}
infowidget? ( >=dev-libs/geoip-1.4.4 )
ipfilter? (
- app-arch/bzip2
- app-arch/unzip
- >=kde-base/kdebase-kioslaves-${KDE_MINIMAL}
- )
+ app-arch/bzip2
+ app-arch/unzip
+ >=kde-base/kdebase-kioslaves-${KDE_MINIMAL}
+ )
kross? ( >=kde-base/krosspython-${KDE_MINIMAL} )
"
@@ -77,6 +77,7 @@ src_configure() {
$(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)
$(cmake-utils_use_enable rss SYNDICATION_PLUGIN)
$(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index a0e3fd7a06..4500d4db54 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -14,6 +14,7 @@
<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>
+ <flag name="magnetgenerator">Generates magnet URI's</flag>
<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>