[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2024-04-21 Thread Andreas Sturmlechner
commit: 5ea77765f20cd303f5d6b755c8470725b133cf06
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 20 19:44:46 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 21 05:05:14 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ea77765

net-p2p/ktorrent: Set ECM_TEST=true

Upstream MR for BUILD_TESTING pending:
https://invent.kde.org/network/ktorrent/-/merge_requests/120

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index a4e9eea70a..205dd20c65 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_HANDBOOK="optional"
-ECM_TEST="optional"
+ECM_TEST="true"
 KFMIN=6.0.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.2



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2024-02-27 Thread Sam James
commit: cf7a1b24f723aabcc799ab26bb93cca733fb18ba
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 27 22:28:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 27 22:28:43 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf7a1b24

net-p2p/ktorrent: drop 24.01.95

Signed-off-by: Sam James  gentoo.org>

 net-p2p/ktorrent/ktorrent-24.01.95.ebuild | 89 ---
 1 file changed, 89 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-24.01.95.ebuild 
b/net-p2p/ktorrent/ktorrent-24.01.95.ebuild
deleted file mode 100644
index 87f7c72cf2..00
--- a/net-p2p/ktorrent/ktorrent-24.01.95.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="optional"
-KFMIN=5.249.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="https://apps.kde.org/ktorrent/;
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer 
+magnetgenerator
-+mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf"
-
-COMMON_DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kcrash-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/knotifyconfig-${KFMIN}:6
-   >=kde-frameworks/kparts-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   >=kde-frameworks/solid-${KFMIN}:6
-   >=net-libs/libktorrent-${PVCUT}:6
-   infowidget? ( dev-libs/geoip )
-   ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:6 )
-   mediaplayer? (
-   >=media-libs/phonon-4.12.0[qt6]
-   >=media-libs/taglib-1.5:=
-   )
-   rss? (
-   >=dev-qt/qtwebengine-${QTMIN}:6
-   >=kde-frameworks/syndication-${KFMIN}:6
-   )
-   stats? ( >=kde-frameworks/kplotting-${KFMIN}:6 )
-   upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:6 )
-   webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6 )
-   zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/boost-1.71
-"
-RDEPEND="${COMMON_DEPEND}
-   ipfilter? (
-   app-arch/bzip2
-   app-arch/unzip
-   kde-apps/kio-extras:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
-   )
-"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)
-   -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder)
-   -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget)
-   -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
-   -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
-   -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
-   -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
-   $(cmake_use_find_package rss KF6Syndication)
-   -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-   -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
-   -DENABLE_STATS_PLUGIN=$(usex stats)
-   -DENABLE_UPNP_PLUGIN=$(usex upnp)
-   -DENABLE_SEARCH_PLUGIN=$(usex webengine)
-   -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
-   )
-# add back when ported
-#  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
-   ecm_src_configure
-}



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2024-02-25 Thread Sam James
commit: e5fc3e402eb5538a90c0bd568563e1108e46077f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 21:23:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 21:25:02 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5fc3e40

net-p2p/ktorrent: refresh deps

* Add kglobalaccel (upstream commit f23a4251c9a0a9417be7332fcd727ac022aa8c56)
* Add kstatusnotifieritem (upstream commit 
8a3fda8bd3ff47245603d979107c27947f5fff08)

Signed-off-by: Sam James  gentoo.org>

 net-p2p/ktorrent/ktorrent-24.02.0.ebuild   | 2 ++
 net-p2p/ktorrent/ktorrent-24.02.49..ebuild | 2 ++
 net-p2p/ktorrent/ktorrent-.ebuild  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/net-p2p/ktorrent/ktorrent-24.02.0.ebuild 
b/net-p2p/ktorrent/ktorrent-24.02.0.ebuild
index f6f6ca16d2..74c080fe43 100644
--- a/net-p2p/ktorrent/ktorrent-24.02.0.ebuild
+++ b/net-p2p/ktorrent/ktorrent-24.02.0.ebuild
@@ -27,12 +27,14 @@ COMMON_DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/net-p2p/ktorrent/ktorrent-24.02.49..ebuild 
b/net-p2p/ktorrent/ktorrent-24.02.49..ebuild
index d6bb766980..6e3dbabdb1 100644
--- a/net-p2p/ktorrent/ktorrent-24.02.49..ebuild
+++ b/net-p2p/ktorrent/ktorrent-24.02.49..ebuild
@@ -27,12 +27,14 @@ COMMON_DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index d6bb766980..6e3dbabdb1 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -27,12 +27,14 @@ COMMON_DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2023-12-14 Thread Andreas Sturmlechner
commit: f71df3f768da156e286ba5b8e81723b622b8de0d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 12 23:37:02 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 12 23:37:02 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f71df3f7

net-p2p/ktorrent: Accept kde-apps/kio-extras-kf5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-23.08.49..ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-23.08.49..ebuild 
b/net-p2p/ktorrent/ktorrent-23.08.49..ebuild
index 25fa87dd23..c070a5fde1 100644
--- a/net-p2p/ktorrent/ktorrent-23.08.49..ebuild
+++ b/net-p2p/ktorrent/ktorrent-23.08.49..ebuild
@@ -65,7 +65,10 @@ RDEPEND="${COMMON_DEPEND}
ipfilter? (
app-arch/bzip2
app-arch/unzip
-   kde-apps/kio-extras:5
+   || (
+   kde-apps/kio-extras-kf5:5
+   kde-apps/kio-extras:5
+   )
>=kde-frameworks/ktextwidgets-${KFMIN}:5
)
 "



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2023-12-09 Thread Andreas Sturmlechner
commit: 2172bd20be9bec173c3ffcee891cb9e7f138df03
Author: Mehmet Karataş  gmail  com>
AuthorDate: Sat Dec  9 14:05:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  9 14:57:24 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2172bd20

net-p2p/ktorrent: Remove obsolete dependency libkworkspace

https://invent.kde.org/network/ktorrent/-/commit/fc252072d38f1d7380cd9807b44881bffebe527c

Signed-off-by: Mehmet Karataş  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index c8e6577f63..2d55dffe51 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -48,7 +48,6 @@ COMMON_DEPEND="
>=dev-qt/qtwebengine-${QTMIN}:6
>=kde-frameworks/syndication-${KFMIN}:6
)
-   shutdown? ( kde-plasma/libkworkspace:6 )
stats? ( >=kde-frameworks/kplotting-${KFMIN}:6 )
upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:6 )
webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6 )



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2023-12-09 Thread Andreas Sturmlechner
commit: 570751adefcfc6da6060ee3c3c56e1d5f82b56b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  6 21:34:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  9 10:03:06 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=570751ad

net-p2p/ktorrent: Port to KF6

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 70 +--
 1 file changed, 33 insertions(+), 37 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 25fa87dd23..c8e6577f63 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -5,58 +5,54 @@ EAPI=8
 
 ECM_HANDBOOK="optional"
 ECM_TEST="optional"
-KFMIN=5.106.0
+KFMIN=5.245.0
 PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
+QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
 HOMEPAGE="https://apps.kde.org/ktorrent/;
 
 LICENSE="GPL-2"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer 
+magnetgenerator
 +mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf"
 
 COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=net-libs/libktorrent-${PVCUT}:5
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kcrash-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/knotifyconfig-${KFMIN}:6
+   >=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=net-libs/libktorrent-${PVCUT}:6
infowidget? ( dev-libs/geoip )
-   ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:5 )
+   ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:6 )
mediaplayer? (
-   >=media-libs/phonon-4.11.0[qt5(+)]
+   >=media-libs/phonon-4.12.0[qt6]
>=media-libs/taglib-1.5
)
rss? (
-   >=dev-qt/qtwebengine-${QTMIN}:5
-   >=kde-frameworks/syndication-${KFMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:6
+   >=kde-frameworks/syndication-${KFMIN}:6
)
-   shutdown? ( kde-plasma/libkworkspace:5 )
-   stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
-   upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )
-   webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
-   zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
+   shutdown? ( kde-plasma/libkworkspace:6 )
+   stats? ( >=kde-frameworks/kplotting-${KFMIN}:6 )
+   upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:6 )
+   webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6 )
+   zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
 "
 DEPEND="${COMMON_DEPEND}
>=dev-libs/boost-1.71
@@ -65,8 +61,8 @@ RDEPEND="${COMMON_DEPEND}
ipfilter? (
app-arch/bzip2
app-arch/unzip
-   kde-apps/kio-extras:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   kde-apps/kio-extras:6
+   >=kde-frameworks/ktextwidgets-${KFMIN}:6
)
 "
 BDEPEND="sys-devel/gettext"
@@ -80,7 +76,7 @@ src_configure() {
-DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
-   $(cmake_use_find_package rss KF5Syndication)
+   $(cmake_use_find_package rss KF6Syndication)
-DENABLE_SCANFOLDER_PLUGIN=$(usex 

[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2023-09-14 Thread Andreas Sturmlechner
commit: fa68dcff0a23ebb76262269451b92c96ec62b932
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 14 10:32:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 14 10:39:59 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa68dcff

net-p2p/ktorrent: Add missing dependency

Closes: https://bugs.gentoo.org/914089
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-23.08.49..ebuild | 1 +
 net-p2p/ktorrent/ktorrent-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-p2p/ktorrent/ktorrent-23.08.49..ebuild 
b/net-p2p/ktorrent/ktorrent-23.08.49..ebuild
index 92f13260ed..ec9bf98a7b 100644
--- a/net-p2p/ktorrent/ktorrent-23.08.49..ebuild
+++ b/net-p2p/ktorrent/ktorrent-23.08.49..ebuild
@@ -43,6 +43,7 @@ COMMON_DEPEND="
>=kde-frameworks/solid-${KFMIN}:5
>=net-libs/libktorrent-${PVCUT}:5
infowidget? ( dev-libs/geoip )
+   ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:5 )
mediaplayer? (
>=media-libs/phonon-4.11.0
>=media-libs/taglib-1.5

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 92f13260ed..ec9bf98a7b 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -43,6 +43,7 @@ COMMON_DEPEND="
>=kde-frameworks/solid-${KFMIN}:5
>=net-libs/libktorrent-${PVCUT}:5
infowidget? ( dev-libs/geoip )
+   ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:5 )
mediaplayer? (
>=media-libs/phonon-4.11.0
>=media-libs/taglib-1.5



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2022-10-06 Thread Andreas Sturmlechner
commit: f6484f3e6dc5862647a9867d304932a1d79ffbc8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  6 09:01:39 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  6 09:01:57 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6484f3e

net-p2p/ktorrent: add cpe upstream metadata

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 3243e4ebf0..887de95892 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -7,6 +7,7 @@


https://bugs.kde.org/
+   cpe:/a:ktorrent:ktorrent


Schedule upload and download limits 
over a period of a week



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2022-09-08 Thread Andreas Sturmlechner
commit: 2516d71f773deab681f28d1d6a1a12830d009a74
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep  4 13:03:19 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  8 12:32:59 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2516d71f

net-p2p/ktorrent: remove stale boost lower bounds

Signed-off-by: David Seifert  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-22.08.1.ebuild   | 2 +-
 net-p2p/ktorrent/ktorrent-22.08.49..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-22.08.1.ebuild 
b/net-p2p/ktorrent/ktorrent-22.08.1.ebuild
index 026478e001..8687523d91 100644
--- a/net-p2p/ktorrent/ktorrent-22.08.1.ebuild
+++ b/net-p2p/ktorrent/ktorrent-22.08.1.ebuild
@@ -59,7 +59,7 @@ COMMON_DEPEND="
zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
 "
 DEPEND="${COMMON_DEPEND}
-   >=dev-libs/boost-1.71
+   dev-libs/boost
 "
 RDEPEND="${COMMON_DEPEND}
ipfilter? (

diff --git a/net-p2p/ktorrent/ktorrent-22.08.49..ebuild 
b/net-p2p/ktorrent/ktorrent-22.08.49..ebuild
index 305f18bd5b..d8fb1e6766 100644
--- a/net-p2p/ktorrent/ktorrent-22.08.49..ebuild
+++ b/net-p2p/ktorrent/ktorrent-22.08.49..ebuild
@@ -59,7 +59,7 @@ COMMON_DEPEND="
zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
 "
 DEPEND="${COMMON_DEPEND}
-   >=dev-libs/boost-1.71
+   dev-libs/boost
 "
 RDEPEND="${COMMON_DEPEND}
ipfilter? (



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2022-02-02 Thread Andreas Sturmlechner
commit: fb0767aa003ac3aa76ad3891ac786cbf0cdde5fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  2 19:40:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  2 19:40:58 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb0767aa

net-p2p/ktorrent: Drop unused cmake var

Upstream commit 6c1ae6b2530c5f7c72611a95aea92275520a5aee

Bug: https://bugs.gentoo.org/832511
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-21.12.2.ebuild   | 1 -
 net-p2p/ktorrent/ktorrent-21.12.49..ebuild | 1 -
 net-p2p/ktorrent/ktorrent-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-21.12.2.ebuild 
b/net-p2p/ktorrent/ktorrent-21.12.2.ebuild
index 8aaf5b1aed..d7a0809bc3 100644
--- a/net-p2p/ktorrent/ktorrent-21.12.2.ebuild
+++ b/net-p2p/ktorrent/ktorrent-21.12.2.ebuild
@@ -77,7 +77,6 @@ src_configure() {
-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_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)

diff --git a/net-p2p/ktorrent/ktorrent-21.12.49..ebuild 
b/net-p2p/ktorrent/ktorrent-21.12.49..ebuild
index 22899ab90b..1d22ea338e 100644
--- a/net-p2p/ktorrent/ktorrent-21.12.49..ebuild
+++ b/net-p2p/ktorrent/ktorrent-21.12.49..ebuild
@@ -77,7 +77,6 @@ src_configure() {
-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_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 22899ab90b..1d22ea338e 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -77,7 +77,6 @@ src_configure() {
-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_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2021-08-26 Thread Andreas Sturmlechner
commit: 39e657c3000301d064bd7d03d6cfab0eced07efd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 26 14:23:41 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 26 14:23:41 2021 +
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..ebuild | 9 ++---
 net-p2p/ktorrent/ktorrent-.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..ebuild 
b/net-p2p/ktorrent/ktorrent-21.08.49..ebuild
index a319b48b83..9e80f327ad 100644
--- a/net-p2p/ktorrent/ktorrent-21.08.49..ebuild
+++ b/net-p2p/ktorrent/ktorrent-21.08.49..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-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 744cc75cd3..d891d07e0a 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.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



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2020-11-01 Thread Andreas Sturmlechner
commit: 0b4887fc5fdab311dd7ca0a25f97e83612cd3201
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  1 15:03:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  1 23:11:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b4887fc

net-p2p/ktorrent: Rename IUSE=search -> webengine

This is more in line with other Release Service packages to be able to globally
disable a very hefty dependency.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 6 +++---
 net-p2p/ktorrent/metadata.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index cdd26e987f..eef1e0cec9 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="5"
 KEYWORDS=""
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
-+mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
++mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf"
 
 BDEPEND="sys-devel/gettext"
 COMMON_DEPEND="
@@ -57,10 +57,10 @@ COMMON_DEPEND="
>=dev-qt/qtwebengine-${QTMIN}:5
>=kde-frameworks/syndication-${KFMIN}:5
)
-   search? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
shutdown? ( kde-plasma/libkworkspace:5 )
stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )
+   webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
 "
 DEPEND="${COMMON_DEPEND}
@@ -88,10 +88,10 @@ src_configure() {
-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
$(cmake_use_find_package rss KF5Syndication)
-DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-   -DENABLE_SEARCH_PLUGIN=$(usex search)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
-DENABLE_STATS_PLUGIN=$(usex stats)
-DENABLE_UPNP_PLUGIN=$(usex upnp)
+   -DENABLE_SEARCH_PLUGIN=$(usex webengine)
-DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
)
 # add back when ported

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 4bd864220a..9abfbc50e8 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -16,10 +16,10 @@
Phonon-based media player
Syndication plugin for KTorrent, supporting 
RSS and Atom feeds
Scan folders for torrent files and load 
them
-   Search for torrents
Shutdown when done
Shows statistics about torrents in several 
graphs
Forward ports using UPnP
+   Embedded search for torrents using 
dev-qt/qtwebengine
Discover peers on the local network using 
the Zeroconf protocol

 



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2020-10-24 Thread Andreas Sturmlechner
commit: 3145c83290dd88a959c974ccd5622b669ed04338
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 24 21:00:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 24 21:00:49 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3145c832

net-p2p/ktorrent: Cleanup release switch

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index dcdd3a38ba..cdd26e987f 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -12,7 +12,6 @@ inherit ecm kde.org
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
 HOMEPAGE="https://apps.kde.org/en/ktorrent;
-[[ ${KDE_BUILD_TYPE} = release ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="5"



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2020-06-07 Thread Andreas Sturmlechner
commit: 6e6da6f80b4aa41b0616722a022a7b83c8136757
Author: Andrius Štikonas  stikonas  eu>
AuthorDate: Sat Jun  6 20:57:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 08:28:26 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e6da6f8

net-p2p/ktorrent: bump libktorrent dependency to 2.2.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrius Štikonas  stikonas.eu>
Closes: https://github.com/gentoo/kde/pull/890
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index bcf04007ac..66e201533e 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
 HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent;
-[[ ${KDE_BUILD_TYPE} = release ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz"
+[[ ${KDE_BUILD_TYPE} = release ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="5"
@@ -43,7 +43,7 @@ COMMON_DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
-   >=net-libs/libktorrent-2.1.1:5
+   >=net-libs/libktorrent-2.2.0:5
infowidget? ( dev-libs/geoip )
kross? (
>=kde-frameworks/karchive-${KFMIN}:5



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2020-01-04 Thread Andreas Sturmlechner
commit: fa08e24597bc6d17a16578b8758dad31b2276309
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  4 14:10:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan  4 14:10:42 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa08e245

net-p2p/ktorrent: Update DEPENDs

git master switched from qtwebkit to qtwebengine, raise minimum KF5 re ifdef

Upstream commits:
f5a1958ebdcacac8dd22a43623356dbf6bf6c34a
51fb0f61e9886822f57e6997e9ec673950a10c6a

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 82e5c85958..bcf04007ac 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="optional"
 ECM_TEST="optional"
-KFMIN=5.60.0
+KFMIN=5.64.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
@@ -43,7 +43,7 @@ COMMON_DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
-   >=net-libs/libktorrent-2.1:5
+   >=net-libs/libktorrent-2.1.1:5
infowidget? ( dev-libs/geoip )
kross? (
>=kde-frameworks/karchive-${KFMIN}:5
@@ -55,13 +55,10 @@ COMMON_DEPEND="
>=media-libs/taglib-1.5
)
rss? (
-   >=kde-frameworks/kdewebkit-${KFMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5
>=kde-frameworks/syndication-${KFMIN}:5
)
-   search? (
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   >=kde-frameworks/kdewebkit-${KFMIN}:5
-   )
+   search? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
shutdown? ( kde-plasma/libkworkspace:5 )
stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2019-11-12 Thread Andreas Sturmlechner
commit: c0003e2a54bff2c86b5b4a286011b1be7035fbe4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 01:50:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 13 01:59:27 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0003e2a

net-p2p/ktorrent: Port to ecm.eclass and kde.org.eclass

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 79 ++-
 1 file changed, 41 insertions(+), 38 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 30fc8ff4df..d20671d1a0 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -3,66 +3,69 @@
 
 EAPI=7
 
-KDE_HANDBOOK="optional"
-KDE_TEST="optional"
+ECM_HANDBOOK="optional"
+ECM_TEST="optional"
+KFMIN=5.60.0
+QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
-inherit kde5
+inherit ecm kde.org
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/internet/ktorrent/;
+HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent;
 [[ ${KDE_BUILD_TYPE} = release ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz"
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS=""
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
 +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
 
 BDEPEND="sys-devel/gettext"
 COMMON_DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
>=net-libs/libktorrent-2.1:5
infowidget? ( dev-libs/geoip )
kross? (
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kross)
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kross-${KFMIN}:5
)
mediaplayer? (
media-libs/phonon[qt5(+)]
>=media-libs/taglib-1.5
)
rss? (
-   $(add_frameworks_dep kdewebkit)
-   $(add_frameworks_dep syndication)
+   >=kde-frameworks/kdewebkit-${KFMIN}:5
+   >=kde-frameworks/syndication-${KFMIN}:5
)
search? (
-   $(add_frameworks_dep kdewebkit)
>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   >=kde-frameworks/kdewebkit-${KFMIN}:5
)
-   shutdown? ( $(add_plasma_dep plasma-workspace) )
-   stats? ( $(add_frameworks_dep kplotting) )
-   upnp? ( $(add_frameworks_dep kcompletion) )
-   zeroconf? ( $(add_frameworks_dep kdnssd) )
+   shutdown? ( kde-plasma/libkworkspace:5 )
+   stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 )
+   upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )
+   zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 )
 "
 DEPEND="${COMMON_DEPEND}
dev-libs/boost
@@ -71,8 +74,8 @@ RDEPEND="${COMMON_DEPEND}
ipfilter? (
app-arch/bzip2
app-arch/unzip
-   $(add_frameworks_dep ktextwidgets)
-   $(add_kdeapps_dep kio-extras)
+   kde-apps/kio-extras:5
+   

[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2019-07-10 Thread Andreas Sturmlechner
commit: c109d29e6d765f3bad56123bf1b29361e09951cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 10 09:21:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 10 09:26:49 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c109d29e

net-p2p/ktorrent: Drop obsolete blocker

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index f55f1424f5..30fc8ff4df 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -74,7 +74,6 @@ RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep ktextwidgets)
$(add_kdeapps_dep kio-extras)
)
-   !net-p2p/ktorrent:4
 "
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2018-09-11 Thread Andreas Sturmlechner
commit: 9100cb74ca3ec9e7ecf5fbce84ac961cde456ce7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 11 18:46:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 05:47:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9100cb74

net-p2p/ktorrent: Switch KDE_HANDBOOK to optional

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-p2p/ktorrent/ktorrent-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index d2fb682b15..4451334f90 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=6
 
-KDE_HANDBOOK="forceoptional"
+FRAMEWORKS_MINIMAL="5.50.0" # for syndication
+KDE_HANDBOOK="optional"
 KDE_TEST="optional"
 VIRTUALX_REQUIRED="test"
 inherit kde5



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2018-09-02 Thread Andreas Sturmlechner
commit: e458244c0e4f5c7608352a1f5a2f0101779ac635
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  2 10:14:48 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  2 10:25:03 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e458244c

net-p2p/ktorrent: Switch to kde-frameworks/syndication

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index dac11182a6..d2fb682b15 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -52,7 +52,7 @@ COMMON_DEPEND="
)
rss? (
$(add_frameworks_dep kdewebkit)
-   $(add_kdeapps_dep syndication)
+   $(add_frameworks_dep syndication)
)
search? (
$(add_frameworks_dep kdewebkit)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2018-03-06 Thread Andreas Sturmlechner
commit: 41bbeb13fe71939519a85eaae227ff44ef9b7fb6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar  6 22:08:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  6 22:09:50 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=41bbeb13

net-p2p/ktorrent: Drop net-libs/libktorrent min-max stunt

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/ktorrent/ktorrent-.ebuild | 22 +++---
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 0fdc41acf6..dac11182a6 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -3,23 +3,6 @@
 
 EAPI=6
 
-if [[ ${PV} != * ]]; then
-   inherit versionator
-   # upstream likes to skip that _ in beta releases
-   MY_PV="${PV/_/}"
-   
LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 
${PV})
-   
LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
-   MY_P="${PN}-${MY_PV}"
-
-   SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 
1-2)/${MY_P}.tar.xz"
-   S="${WORKDIR}"/"${MY_P}"
-
-   KEYWORDS="~amd64 ~x86"
-else
-   LIBKT_VERSION_MIN="${PV}"
-   LIBKT_VERSION_MAX=""
-fi
-
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="optional"
 VIRTUALX_REQUIRED="test"
@@ -27,8 +10,10 @@ inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
 HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
+[[ ${KDE_BUILD_TYPE} = release ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz"
 
 LICENSE="GPL-2"
+KEYWORDS=""
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
 +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
 
@@ -54,8 +39,7 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
+   >=net-libs/libktorrent-2.1:5
infowidget? ( dev-libs/geoip )
kross? (
$(add_frameworks_dep karchive)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-10-01 Thread Andreas Sturmlechner
commit: 64fa72076374011aa755d07fe3d41fad05a91a12
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  1 21:56:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  1 21:56:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=64fa7207

net-p2p/ktorrent: Drop unused DEPEND

Thanks-to: Andrius Štikonas  stikonas.eu>
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 5523b5b660..59a062bfb4 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -45,7 +45,6 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-09-28 Thread Michael Palimaka
commit: 9ea9e07f290d7fb732f53912bf520aa79977f7e2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 29 02:53:15 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 29 02:56:17 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ea9e07f

net-p2p/ktorrent: virtual X is required for tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-p2p/ktorrent/ktorrent-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 8471787edb..5523b5b660 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -22,6 +22,7 @@ fi
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="optional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-08-31 Thread Andreas Sturmlechner
commit: 69dde28cfce0a4d183f2aef1420c21330475f83c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 20:59:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 31 20:59:47 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=69dde28c

net-p2p/ktorrent: Drop 5.0.90

5.1.0 version bump is in Gentoo main ebuild repository.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-p2p/ktorrent/ktorrent-5.0.90.ebuild | 113 
 1 file changed, 113 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-5.0.90.ebuild 
b/net-p2p/ktorrent/ktorrent-5.0.90.ebuild
deleted file mode 100644
index 90b1c7d87e..00
--- a/net-p2p/ktorrent/ktorrent-5.0.90.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-LIBKT_VERSION_MIN="${PV}"
-LIBKT_VERSION_MAX=""
-if [[ ${PV} != * ]]; then
-   inherit versionator
-   
LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 
${PV})
-   
LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
-   SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-else
-   LIBKT_VERSION_MIN="${PV}"
-   LIBKT_VERSION_MAX=""
-fi
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-inherit kde5
-
-DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
-
-LICENSE="GPL-2"
-IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
-+mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
-   infowidget? ( dev-libs/geoip )
-   kross? (
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kross)
-   )
-   mediaplayer? (
-   media-libs/phonon[qt5(+)]
-   >=media-libs/taglib-1.5
-   )
-   rss? (
-   $(add_frameworks_dep kdewebkit)
-   $(add_kdeapps_dep syndication)
-   )
-   search? (
-   $(add_frameworks_dep kdewebkit)
-   $(add_qt_dep qtwebkit)
-   )
-   shutdown? ( $(add_plasma_dep plasma-workspace) )
-   stats? ( $(add_frameworks_dep kplotting) )
-   upnp? ( $(add_frameworks_dep kcompletion) )
-   zeroconf? ( $(add_frameworks_dep kdnssd) )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   ipfilter? (
-   app-arch/bzip2
-   app-arch/unzip
-   $(add_frameworks_dep ktextwidgets)
-   $(add_kdeapps_dep kio-extras)
-   )
-   !net-p2p/ktorrent:4
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -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)
-   -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-   -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
-   -DENABLE_SEARCH_PLUGIN=$(usex search)
-   -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
-   -DENABLE_STATS_PLUGIN=$(usex stats)
-   -DENABLE_UPNP_PLUGIN=$(usex upnp)
-   -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
-   )
-# add back when ported
-#  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
-   kde5_src_configure
-}



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-08-31 Thread Andreas Sturmlechner
commit: 964df4073ef9a32caff147f56af140c79758a344
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 20:59:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 31 20:59:18 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=964df407

net-p2p/ktorrent: Fix USE=rss

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-p2p/ktorrent/ktorrent-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index d7aa3faef2..8471787edb 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-LIBKT_VERSION_MIN="${PV}"
-LIBKT_VERSION_MAX=""
 if [[ ${PV} != * ]]; then
inherit versionator
# upstream likes to skip that _ in beta releases
@@ -55,6 +53,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
=net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
infowidget? ( dev-libs/geoip )
@@ -105,8 +104,8 @@ src_configure() {
-DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
+   $(cmake-utils_use_find_package rss KF5Syndication)
-DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-   -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
-DENABLE_SEARCH_PLUGIN=$(usex search)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
-DENABLE_STATS_PLUGIN=$(usex stats)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-08-22 Thread Michael Palimaka
commit: a175c3ea11164a6ce834de769df3c27e023280c7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Aug 22 13:27:11 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Aug 22 13:27:22 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a175c3ea

net-p2p/ktorrent: fix maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-p2p/ktorrent/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 0bd737d244..4bd864220a 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   deathwin...@gentoo.org
-   deathwing00
-   

k...@gentoo.org
Gentoo KDE Project



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-08-21 Thread Andreas Sturmlechner
commit: 0832f8302f0fc9cf31d730bed08fc91bf7a3d591
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 12:24:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 12:24:10 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0832f830

net-p2p/ktorrent: 5.0.90 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-p2p/ktorrent/ktorrent-5.0.90.ebuild | 113 
 1 file changed, 113 insertions(+)

diff --git a/net-p2p/ktorrent/ktorrent-5.0.90.ebuild 
b/net-p2p/ktorrent/ktorrent-5.0.90.ebuild
new file mode 100644
index 00..2672bfdb7a
--- /dev/null
+++ b/net-p2p/ktorrent/ktorrent-5.0.90.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+LIBKT_VERSION_MIN="${PV}"
+LIBKT_VERSION_MAX=""
+if [[ ${PV} != * ]]; then
+   inherit versionator
+   
LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 
${PV})
+   
LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
+   SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+else
+   LIBKT_VERSION_MIN="${PV}"
+   LIBKT_VERSION_MAX=""
+fi
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
+
+LICENSE="GPL-2"
+IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
++mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
+   infowidget? ( dev-libs/geoip )
+   kross? (
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kross)
+   )
+   mediaplayer? (
+   media-libs/phonon[qt5]
+   >=media-libs/taglib-1.5
+   )
+   rss? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_kdeapps_dep syndication)
+   )
+   search? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_qt_dep qtwebkit)
+   )
+   shutdown? ( $(add_plasma_dep plasma-workspace) )
+   stats? ( $(add_frameworks_dep kplotting) )
+   upnp? ( $(add_frameworks_dep kcompletion) )
+   zeroconf? ( $(add_frameworks_dep kdnssd) )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   ipfilter? (
+   app-arch/bzip2
+   app-arch/unzip
+   $(add_frameworks_dep ktextwidgets)
+   $(add_kdeapps_dep kio-extras)
+   )
+   !net-p2p/ktorrent:4
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -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)
+   -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
+   -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
+   -DENABLE_SEARCH_PLUGIN=$(usex search)
+   -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
+   -DENABLE_STATS_PLUGIN=$(usex stats)
+   -DENABLE_UPNP_PLUGIN=$(usex upnp)
+   -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
+   )
+# add back when ported
+#  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
+   kde5_src_configure
+}



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-07-09 Thread Andreas Sturmlechner
commit: f8c4977071c6b5e94667a416e9404b1ac96c5cde
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  9 13:37:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  9 13:37:51 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8c49770

net-p2p/ktorrent: Drop unused DEPEND

Upstream commit a35aa2fc5ec46c17c9e5bf3b6f3eef38c15287b6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-p2p/ktorrent/ktorrent-.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index df854eedcf..2e8a74b7e0 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -75,10 +75,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kdewebkit)
$(add_qt_dep qtwebkit)
)
-   shutdown? (
-   $(add_frameworks_dep kdelibs4support)
-   $(add_plasma_dep plasma-workspace)
-   )
+   shutdown? ( $(add_plasma_dep plasma-workspace) )
stats? ( $(add_frameworks_dep kplotting) )
upnp? ( $(add_frameworks_dep kcompletion) )
zeroconf? ( $(add_frameworks_dep kdnssd) )



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-07-03 Thread Andreas Sturmlechner
commit: 864eea0c069a0f481ca21adafc273e8075b0c1fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  3 18:28:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  3 18:28:50 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=864eea0c

net-p2p/ktorrent: Fix USE=rss DEPENDs

Upstream commit 6a57b00af779dbff7b2fff24de59b6f1191e0a85

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 5d71067328..df854eedcf 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -68,7 +68,6 @@ COMMON_DEPEND="
>=media-libs/taglib-1.5
)
rss? (
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdewebkit)
$(add_kdeapps_dep syndication)
)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-06-30 Thread Andreas Sturmlechner
commit: d5b7adbffd3ae712961b4d5c8dd3fb06379261ff
Author: Andrius Štikonas  stikonas  eu>
AuthorDate: Thu Jun 29 16:13:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 30 17:36:15 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5b7adbf

net-p2p/ktorrent: Update DEPENDs

Closes: https://github.com/gentoo/kde/pull/858

 net-p2p/ktorrent/ktorrent-.ebuild | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 6e843d7816..607fee1d86 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -23,6 +23,7 @@ else
 fi
 
 KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
 inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
@@ -33,15 +34,12 @@ IUSE="+bwscheduler +downloadorder +infowidget +ipfilter 
+kross +logviewer +magne
 +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
 
 COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
@@ -60,12 +58,17 @@ COMMON_DEPEND="
=net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
infowidget? ( dev-libs/geoip )
-   kross? ( $(add_frameworks_dep kross) )
+   kross? (
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kross)
+   )
mediaplayer? (
media-libs/phonon[qt5]
>=media-libs/taglib-1.5
)
rss? (
+   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdewebkit)
$(add_kdeapps_dep syndication)
)
@@ -73,8 +76,12 @@ COMMON_DEPEND="
$(add_frameworks_dep kdewebkit)
$(add_qt_dep qtwebkit)
)
-   shutdown? ( $(add_plasma_dep plasma-workspace) )
+   shutdown? (
+   $(add_frameworks_dep kdelibs4support)
+   $(add_plasma_dep plasma-workspace)
+   )
stats? ( $(add_frameworks_dep kplotting) )
+   upnp? ( $(add_frameworks_dep kcompletion) )
zeroconf? ( $(add_frameworks_dep kdnssd) )
 "
 DEPEND="${COMMON_DEPEND}
@@ -85,6 +92,7 @@ RDEPEND="${COMMON_DEPEND}
ipfilter? (
app-arch/bzip2
app-arch/unzip
+   $(add_frameworks_dep ktextwidgets)
$(add_kdeapps_dep kio-extras)
)
!net-p2p/ktorrent:4



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-06-30 Thread Andreas Sturmlechner
commit: df01c94242fd7974c5b90370b478903022891c6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 30 17:41:08 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 30 17:41:08 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=df01c942

net-p2p/ktorrent: Drop obsolete src_prepare

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-p2p/ktorrent/ktorrent-.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 607fee1d86..5d71067328 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -98,12 +98,6 @@ RDEPEND="${COMMON_DEPEND}
!net-p2p/ktorrent:4
 "
 
-src_prepare() {
-   kde5_src_prepare
-
-   use kross || punt_bogus_dep KF5 Kross
-}
-
 src_configure() {
local mycmakeargs=(
-DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-06-04 Thread Andreas Sturmlechner
commit: 1c2abc33cbcd5e87ce6c509e27be8fdc313985c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 18:00:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 18:00:46 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c2abc33

net-p2p/ktorrent: Fix HOMEPAGE

Thanks-to: Coacher 
Gentoo-bug: 620834

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 70d6f55966..6e843d7816 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -26,7 +26,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="http://ktorrent.pwsp.net/;
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
 
 LICENSE="GPL-2"
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-04-16 Thread Andreas Sturmlechner
commit: 29d31fe50b51f08ad0225737dd2b3be6c99f419e
Author: Andrius Štikonas  stikonas  eu>
AuthorDate: Wed Apr 12 11:44:39 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 16 17:14:51 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=29d31fe5

net-p2p/ktorrent: Add back USE=search

Upstream commit acc03acf1a1b9aa459a05eee513dda0de8d2c724
Closes: https://github.com/gentoo/kde/pull/855

 net-p2p/ktorrent/ktorrent-.ebuild | 8 ++--
 net-p2p/ktorrent/metadata.xml | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 334a858ea6..70d6f55966 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -30,7 +30,7 @@ HOMEPAGE="http://ktorrent.pwsp.net/;
 
 LICENSE="GPL-2"
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
-+mediaplayer rss +scanfolder +shutdown +stats +upnp +zeroconf"
++mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -69,6 +69,10 @@ COMMON_DEPEND="
$(add_frameworks_dep kdewebkit)
$(add_kdeapps_dep syndication)
)
+   search? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_qt_dep qtwebkit)
+   )
shutdown? ( $(add_plasma_dep plasma-workspace) )
stats? ( $(add_frameworks_dep kplotting) )
zeroconf? ( $(add_frameworks_dep kdnssd) )
@@ -105,13 +109,13 @@ src_configure() {
-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
-DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
-DENABLE_SYNDICATION_PLUGIN=$(usex rss)
+   -DENABLE_SEARCH_PLUGIN=$(usex search)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
-DENABLE_STATS_PLUGIN=$(usex stats)
-DENABLE_UPNP_PLUGIN=$(usex upnp)
-DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
)
 # add back when ported
-#  -DENABLE_SEARCH_PLUGIN=$(usex search)
 #  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
kde5_src_configure
 }

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index ec4e549196..0bd737d244 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -20,6 +20,7 @@
Phonon-based media player
Syndication plugin for KTorrent, supporting 
RSS and Atom feeds
Scan folders for torrent files and load 
them
+   Search for torrents
Shutdown when done
Shows statistics about torrents in several 
graphs
Forward ports using UPnP



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-01-15 Thread Andreas Sturmlechner
commit: c6bc22a607cad1aeae4ad14ebcfce00d323f5915
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 15 13:49:08 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 15 13:49:08 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6bc22a6

net-p2p/ktorrent: Add back USE=ipfilter

Upstream commit f2401a1d270b40021adda4ab25c38b6d6f21784b

Package-Manager: portage-2.3.0

 net-p2p/ktorrent/ktorrent-.ebuild | 18 --
 net-p2p/ktorrent/metadata.xml |  1 +
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 7d6ba94..50717c9 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -30,9 +30,8 @@ DESCRIPTION="Powerful BitTorrent client based on KDE 
Frameworks"
 HOMEPAGE="http://ktorrent.pwsp.net/;
 
 LICENSE="GPL-2"
-IUSE="+bwscheduler +downloadorder +infowidget +kross +logviewer
-+magnetgenerator +mediaplayer rss +scanfolder +shutdown +stats
-+upnp +zeroconf"
+IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
++mediaplayer rss +scanfolder +shutdown +stats +upnp +zeroconf"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -80,14 +79,13 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
 "
 RDEPEND="${COMMON_DEPEND}
+   ipfilter? (
+   app-arch/bzip2
+   app-arch/unzip
+   $(add_kdeapps_dep kio-extras)
+   )
!net-p2p/ktorrent:4
 "
-# add back when ported - RDEPEND
-#  ipfilter? (
-#  app-arch/bzip2
-#  app-arch/unzip
-#  $(add_kdeapps_dep kdebase-kioslaves)
-#  )
 
 src_prepare() {
kde5_src_prepare
@@ -101,6 +99,7 @@ src_configure() {
-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)
@@ -113,7 +112,6 @@ src_configure() {
-DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
)
 # add back when ported
-#  -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
 #  -DENABLE_SEARCH_PLUGIN=$(usex search)
 #  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
kde5_src_configure

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 5f5fd25..ec4e549 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -13,6 +13,7 @@
Schedule upload and download limits 
over a period of a week
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



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-01-04 Thread Johannes Huber
commit: f5cc76d5c6fd9e433109a58a9090b019482c027b
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 17:18:21 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 17:18:21 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5cc76d5

net-p2p/ktorrent: Drop KEYWORDS for live

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 764861c..7d6ba94 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -21,7 +21,6 @@ if [[ ${PV} != * ]]; then
 else
LIBKT_VERSION_MIN="${PV}"
LIBKT_VERSION_MAX=""
-   KEYWORDS=""
 fi
 
 KDE_HANDBOOK="forceoptional"



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-07-27 Thread Michael Palimaka
commit: 084c9732d53fa2910ec60a5ddd03608e33fab5b8
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Jul 26 14:40:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jul 27 13:22:11 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=084c9732

net-p2p/ktorrent: Add back USE=kross,rss,scanfolder

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 34 --
 net-p2p/ktorrent/metadata.xml |  3 +++
 2 files changed, 15 insertions(+), 22 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 978204d..f33d84f 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -31,8 +31,9 @@ DESCRIPTION="Powerful BitTorrent client based on KDE 
Frameworks"
 HOMEPAGE="http://ktorrent.pwsp.net/;
 
 LICENSE="GPL-2"
-IUSE="+bwscheduler +downloadorder +infowidget +logviewer
-+magnetgenerator +mediaplayer +shutdown +stats +upnp +zeroconf"
+IUSE="+bwscheduler +downloadorder +infowidget +kross +logviewer
++magnetgenerator +mediaplayer rss +scanfolder +shutdown +stats
++upnp +zeroconf"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -55,7 +56,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
-   $(add_frameworks_dep sonnet)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
@@ -63,10 +63,15 @@ COMMON_DEPEND="
=net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
infowidget? ( dev-libs/geoip )
+   kross? ( $(add_frameworks_dep kross) )
mediaplayer? (
media-libs/phonon[qt5]
>=media-libs/taglib-1.5
)
+   rss? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_kdeapps_dep syndication)
+   )
shutdown? ( $(add_plasma_dep plasma-workspace) )
stats? ( $(add_frameworks_dep kplotting) )
zeroconf? ( $(add_frameworks_dep kdnssd) )
@@ -78,32 +83,17 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!net-p2p/ktorrent:4
 "
-# add back when ported - DEPEND
-#  kross? ( $(add_frameworks_dep kross) )
-#  rss? ( $(add_kdeapps_dep kdepimlibs) )
 # add back when ported - RDEPEND
 #  ipfilter? (
 #  app-arch/bzip2
 #  app-arch/unzip
 #  $(add_kdeapps_dep kdebase-kioslaves)
 #  )
-#  kross? ( $(add_kdebase_dep krosspython) )
-
-# src_prepare() {
-# add back when ported
-#  if ! use plasma; then
-#  sed -i \
-#  -e "s:add_subdirectory(plasma):#nada:g" \
-#  CMakeLists.txt || die "Failed to make plasmoid optional"
-#  fi
-#
-#  kde5_src_prepare
-# }
 
 src_prepare() {
kde5_src_prepare
 
-   punt_bogus_dep KF5 Kross
+   use kross || punt_bogus_dep KF5 Kross
 }
 
 src_configure() {
@@ -112,9 +102,12 @@ src_configure() {
-DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder)
-DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget)
-DWITH_SYSTEM_GEOIP=$(usex infowidget)
+   -DENABLE_SCRIPTING_PLUGIN=$(usex kross)
-DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
+   -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
+   -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
-DENABLE_STATS_PLUGIN=$(usex stats)
-DENABLE_UPNP_PLUGIN=$(usex upnp)
@@ -122,9 +115,6 @@ src_configure() {
)
 # add back when ported
 #  -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
-#  -DENABLE_SCRIPTING_PLUGIN=$(usex kross)
-#  -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
-#  -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
 #  -DENABLE_SEARCH_PLUGIN=$(usex search)
 #  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
kde5_src_configure

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 46e450b..5f5fd25 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -13,9 +13,12 @@
Schedule upload and download limits 
over a period of a week
Specify the download order of a 
multi-file torrent
Displays general information about a 
torrent in several tabs
+   Enable kross scripting support
Displays the logging output
Generates magnet URI's
Phonon-based media player
+   Syndication plugin for KTorrent, supporting 
RSS and Atom feeds
+   Scan folders for torrent files and load 
them
Shutdown when done
Shows statistics 

[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-06-02 Thread Michael Palimaka
commit: f05a426be5c0bb73fbeb44471c4ea0c4f58cffda
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  2 14:21:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  2 14:22:32 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f05a426b

net-p2p/ktorrent: remove trailing whitespace

Package-Manager: portage-2.3.0_rc1

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index eff7729..978204d 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -96,7 +96,7 @@ RDEPEND="${COMMON_DEPEND}
 #  -e "s:add_subdirectory(plasma):#nada:g" \
 #  CMakeLists.txt || die "Failed to make plasmoid optional"
 #  fi
-# 
+#
 #  kde5_src_prepare
 # }
 



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-20 Thread Michael Palimaka
commit: 8c527e96d85c117735a95f91f366a481c7d342a7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Apr 20 16:37:58 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Apr 20 16:38:00 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c527e96

net-p2p/ktorrent: fix removal of bogus dependency

Gentoo-bug: 580658

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index bb9ddb6..eff7729 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -103,7 +103,7 @@ RDEPEND="${COMMON_DEPEND}
 src_prepare() {
kde5_src_prepare
 
-   punt_bogus_dep Kross
+   punt_bogus_dep KF5 Kross
 }
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-20 Thread Michael Palimaka
commit: bbb640de0088cead43322e8876bbdfe0f258bc14
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Apr 20 10:21:39 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Apr 20 10:21:39 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbb640de

net-p2p/ktorrent: drop useless slot operator in DEPEND

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 3b426a7..aaf4a3c 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -70,7 +70,7 @@ COMMON_DEPEND="
zeroconf? ( $(add_frameworks_dep kdnssd) )
 "
 DEPEND="${COMMON_DEPEND}
-   dev-libs/boost:=
+   dev-libs/boost
sys-devel/gettext
 "
 RDEPEND="${COMMON_DEPEND}



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-20 Thread Michael Palimaka
commit: 7147aed921cfad45764ac1a6de15911718fa73cb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Apr 20 10:25:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Apr 20 10:25:08 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7147aed9

net-p2p/ktorrent: restore stats USE flag

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 5 +++--
 net-p2p/ktorrent/metadata.xml | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index aaf4a3c..862fdae 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -32,7 +32,7 @@ HOMEPAGE="http://ktorrent.pwsp.net/;
 
 LICENSE="GPL-2"
 IUSE="+bwscheduler +downloadorder +infowidget +logviewer
-+magnetgenerator +mediaplayer +shutdown +upnp +zeroconf"
++magnetgenerator +mediaplayer +shutdown +stats +upnp +zeroconf"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -67,6 +67,7 @@ COMMON_DEPEND="
>=media-libs/taglib-1.5
)
shutdown? ( $(add_plasma_dep plasma-workspace) )
+   stats? ( $(add_frameworks_dep kplotting) )
zeroconf? ( $(add_frameworks_dep kdnssd) )
 "
 DEPEND="${COMMON_DEPEND}
@@ -114,6 +115,7 @@ src_configure() {
-DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
-DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
-DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
+   -DENABLE_STATS_PLUGIN=$(usex stats)
-DENABLE_UPNP_PLUGIN=$(usex upnp)
-DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
)
@@ -123,7 +125,6 @@ src_configure() {
 #  -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
 #  -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
 #  -DENABLE_SEARCH_PLUGIN=$(usex search)
-#  -DENABLE_STATS_PLUGIN=$(usex stats)
 #  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
kde5_src_configure
 }

diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
index 839ea00..46e450b 100644
--- a/net-p2p/ktorrent/metadata.xml
+++ b/net-p2p/ktorrent/metadata.xml
@@ -17,6 +17,7 @@
Generates magnet URI's
Phonon-based media player
Shutdown when done
+   Shows statistics about torrents in several 
graphs
Forward ports using UPnP
Discover peers on the local network using 
the Zeroconf protocol




[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-20 Thread Michael Palimaka
commit: 1449bc81907240c369d70995bf0897ff6b787391
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Apr 20 10:31:22 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Apr 20 10:31:22 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1449bc81

net-p2p/ktorrent: update dependencies

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 862fdae..bb9ddb6 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -37,12 +37,13 @@ IUSE="+bwscheduler +downloadorder +infowidget +logviewer
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdewebkit)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
@@ -51,12 +52,12 @@ COMMON_DEPEND="
$(add_frameworks_dep kparts)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
$(add_frameworks_dep sonnet)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtdeclarative)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)


[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-20 Thread Michael Palimaka
commit: 2212b766c8f8bd6f6bd5a3334ab3aec8e0042c53
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Apr 20 10:12:19 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Apr 20 10:12:19 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2212b766

net-p2p/ktorrent: update SRC_URI as per upstream changes

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index e1a9434..3b426a7 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} != * ]]; then

LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
MY_P="${PN}-${MY_PV}"
 
-   SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/${MY_P}.tar.xz"
+   SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 
1-2)/${MY_P}.tar.xz"
S="${WORKDIR}"/"${MY_P}"
 
KEYWORDS="~amd64 ~x86"



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-19 Thread Johannes Huber
commit: 6af39ac03c9868c3a0f1d8b15d95d1af19f2dd98
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Apr 19 12:07:46 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Apr 19 12:07:46 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6af39ac0

net-p2p/ktorrent: Sync with tree

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 808e604..e1a9434 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} != * ]]; then
SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/${MY_P}.tar.xz"
S="${WORKDIR}"/"${MY_P}"
 
-   KEYWORDS="~amd64 ~ppc ~x86"
+   KEYWORDS="~amd64 ~x86"
 else
LIBKT_VERSION_MIN="${PV}"
LIBKT_VERSION_MAX=""
@@ -98,6 +98,12 @@ RDEPEND="${COMMON_DEPEND}
 #  kde5_src_prepare
 # }
 
+src_prepare() {
+   kde5_src_prepare
+
+   punt_bogus_dep Kross
+}
+
 src_configure() {
local mycmakeargs=(
-DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-04-16 Thread Johannes Huber
commit: d78f1edb3b4b0fb6841fd476e85bb021b0af24f2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Apr 16 13:42:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Apr 16 13:42:41 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d78f1edb

net-p2p/ktorrent: Update SRC_URI

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index c21af41..808e604 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} != * ]]; then

LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
MY_P="${PN}-${MY_PV}"
 
-   SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2;
+   SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/${MY_P}.tar.xz"
S="${WORKDIR}"/"${MY_P}"
 
KEYWORDS="~amd64 ~ppc ~x86"



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-03-13 Thread Johannes Huber
commit: 9ff1b008dabf537a36c9a5e36633e9206bd4cbb5
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Mar 13 11:39:29 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Mar 13 11:39:29 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ff1b008

net-p2p/ktorrent: Remove obsolete var

Handled by eclass now.

Package-Manager: portage-2.2.28

 net-p2p/ktorrent/ktorrent-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 61255ef..c21af41 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -25,7 +25,6 @@ else
 fi
 
 KDE_HANDBOOK="forceoptional"
-QT_MINIMAL="5.5.1"
 inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-03-08 Thread Michael Palimaka
commit: 9b9cd7674bbde350e96db4dcc337f3e7bb4ecfb3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  8 14:26:23 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  8 14:26:23 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b9cd767

net-p2p/ktorrent: update HOMEPAGE

Gentoo-bug: 576410

Package-Manager: portage-2.2.27

 net-p2p/ktorrent/ktorrent-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 08a2a00..61255ef 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -29,7 +29,7 @@ QT_MINIMAL="5.5.1"
 inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="http://ktorrent.org/;
+HOMEPAGE="http://ktorrent.pwsp.net/;
 
 LICENSE="GPL-2"
 IUSE="+bwscheduler +downloadorder +infowidget +logviewer



[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2016-02-23 Thread Michael Palimaka
commit: a457d648c3e7143cdaae440540b81bf5c8d018b5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Feb 20 20:34:51 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Feb 23 14:15:18 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a457d648

net-p2p/ktorrent: Frameworks merged to master

Package-Manager: portage-2.2.27

 net-p2p/ktorrent/ktorrent-.ebuild | 137 --
 net-p2p/ktorrent/metadata.xml |   7 --
 2 files changed, 82 insertions(+), 62 deletions(-)

diff --git a/net-p2p/ktorrent/ktorrent-.ebuild 
b/net-p2p/ktorrent/ktorrent-.ebuild
index 922ebde..08a2a00 100644
--- a/net-p2p/ktorrent/ktorrent-.ebuild
+++ b/net-p2p/ktorrent/ktorrent-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 LIBKT_VERSION_MIN="${PV}"
 LIBKT_VERSION_MAX=""
@@ -13,13 +13,7 @@ if [[ ${PV} != * ]]; then

LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 
${PV})

LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
MY_P="${PN}-${MY_PV}"
-   KDE_HANDBOOK="optional"
-   KDE_DOC_DIRS="doc"
 
-   KDE_LINGUAS="ar ast be bg bs ca ca@valencia cs da de el en_GB eo es et 
eu
-   fi fr ga gl hi hne hr hu is it ja km ku lt lv mai ms nb nds nl 
nn oc
-   pl pt pt_BR ro ru se si sk sl sq sr sr@ijekavian 
sr@ijekavianlatin
-   sr@latin sv tr ug uk zh_CN zh_TW"
SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2;
S="${WORKDIR}"/"${MY_P}"
 
@@ -30,68 +24,101 @@ else
KEYWORDS=""
 fi
 
-inherit kde4-base
+KDE_HANDBOOK="forceoptional"
+QT_MINIMAL="5.5.1"
+inherit kde5
 
-DESCRIPTION="A BitTorrent program for KDE"
+DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
 HOMEPAGE="http://ktorrent.org/;
 
 LICENSE="GPL-2"
-SLOT="4"
-IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer
-+magnetgenerator +mediaplayer plasma rss +scanfolder +search +shutdown +stats
-+upnp webinterface +zeroconf"
+IUSE="+bwscheduler +downloadorder +infowidget +logviewer
++magnetgenerator +mediaplayer +shutdown +upnp +zeroconf"
 
-COMMONDEPEND="
-   =net-libs/libktorrent-${LIBKT_VERSION_MIN}
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
infowidget? ( dev-libs/geoip )
-   mediaplayer? ( >=media-libs/taglib-1.5 )
-   plasma? ( $(add_kdebase_dep libtaskmanager) )
-   rss? ( $(add_kdeapps_dep kdepimlibs) )
-   shutdown? ( $(add_kdebase_dep libkworkspace) )
+   mediaplayer? (
+   media-libs/phonon[qt5]
+   >=media-libs/taglib-1.5
+   )
+   shutdown? ( $(add_plasma_dep plasma-workspace) )
+   zeroconf? ( $(add_frameworks_dep kdnssd) )
 "
-DEPEND="${COMMONDEPEND}
+DEPEND="${COMMON_DEPEND}
dev-libs/boost:=
sys-devel/gettext
 "
-RDEPEND="${COMMONDEPEND}
-   ipfilter? (
-   app-arch/bzip2
-   app-arch/unzip
-   $(add_kdeapps_dep kdebase-kioslaves)
-   )
-   kross? ( $(add_kdebase_dep krosspython) )
+RDEPEND="${COMMON_DEPEND}
+   !net-p2p/ktorrent:4
 "
+# add back when ported - DEPEND
+#  kross? ( $(add_frameworks_dep kross) )
+#  rss? ( $(add_kdeapps_dep kdepimlibs) )
+# add back when ported - RDEPEND
+#  ipfilter? (
+#  app-arch/bzip2
+#  app-arch/unzip
+#  $(add_kdeapps_dep kdebase-kioslaves)
+#  )
+#  kross? ( $(add_kdebase_dep krosspython) )
 
-src_prepare() {
-   if ! use plasma; then
-   sed -i \
-   -e "s:add_subdirectory(plasma):#nada:g" \
-   CMakeLists.txt || die "Failed to make plasmoid optional"
-   fi
-
-   kde4-base_src_prepare
-}
+# src_prepare() {
+# add back when ported
+#  if ! use plasma; then
+#  sed -i \
+#  -e "s:add_subdirectory(plasma):#nada:g" \
+#   

[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/, kde-base/juk/, kde-base/ksysguard/, kde-base/mplayerthumbs/, ...

2014-08-03 Thread Manuel Rüger
commit: a8937ab4acc46be2768edd1ac1cf52f1f091182b
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sun Aug  3 21:03:06 2014 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sun Aug  3 21:03:06 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a8937ab4

Remove trailing '.' from DESCRIPTION.

Package-Manager: portage-2.2.11

---
 dev-util/krazy2/krazy2-.ebuild  | 2 +-
 dev-vcs/kdesvn/kdesvn-.ebuild   | 2 +-
 kde-base/akregator/akregator-4.13.97.ebuild | 2 +-
 kde-base/akregator/akregator-4.14.49..ebuild| 2 +-
 kde-base/akregator/akregator-4..ebuild  | 2 +-
 kde-base/blinken/blinken-4.13.97.ebuild | 2 +-
 kde-base/blinken/blinken-4.14.49..ebuild| 2 +-
 kde-base/blinken/blinken-4..ebuild  | 2 +-
 kde-base/ffmpegthumbs/ffmpegthumbs-4.13.97.ebuild   | 2 +-
 kde-base/ffmpegthumbs/ffmpegthumbs-4.14.49..ebuild  | 2 +-
 kde-base/ffmpegthumbs/ffmpegthumbs-4..ebuild| 2 +-
 kde-base/juk/juk-4.13.97.ebuild | 2 +-
 kde-base/juk/juk-4.14.49..ebuild| 2 +-
 kde-base/juk/juk-4..ebuild  | 2 +-
 kde-base/kalgebra/kalgebra-4.13.97.ebuild   | 2 +-
 kde-base/kalgebra/kalgebra-4.14.49..ebuild  | 2 +-
 kde-base/kalgebra/kalgebra-4..ebuild| 2 +-
 kde-base/kalzium/kalzium-4.13.97.ebuild | 2 +-
 kde-base/kalzium/kalzium-4.14.49..ebuild| 2 +-
 kde-base/kalzium/kalzium-4..ebuild  | 2 +-
 kde-base/kanagram/kanagram-4.13.97.ebuild   | 2 +-
 kde-base/kanagram/kanagram-4.14.49..ebuild  | 2 +-
 kde-base/kanagram/kanagram-4..ebuild| 2 +-
 kde-base/kapptemplate/kapptemplate-4.13.97.ebuild   | 2 +-
 kde-base/kapptemplate/kapptemplate-4.14.49..ebuild  | 2 +-
 kde-base/kapptemplate/kapptemplate-4..ebuild| 2 +-
 kde-base/kate/kate-4.13.97.ebuild   | 2 +-
 kde-base/kate/kate-4.14.49..ebuild  | 2 +-
 kde-base/kblocks/kblocks-4.13.97.ebuild | 2 +-
 kde-base/kblocks/kblocks-4.14.49..ebuild| 2 +-
 kde-base/kblocks/kblocks-4..ebuild  | 2 +-
 kde-base/kbreakout/kbreakout-4.13.97.ebuild | 2 +-
 kde-base/kbreakout/kbreakout-4.14.49..ebuild| 2 +-
 kde-base/kbreakout/kbreakout-4..ebuild  | 2 +-
 kde-base/kcheckpass/kcheckpass-4.11.49..ebuild  | 2 +-
 kde-base/kcminit/kcminit-4.11.49..ebuild| 2 +-
 kde-base/kcmshell/kcmshell-4.13.97.ebuild   | 2 +-
 kde-base/kcmshell/kcmshell-4.14.49..ebuild  | 2 +-
 kde-base/kcmshell/kcmshell-4..ebuild| 2 +-
 kde-base/kde-env/kde-env-4.13.97.ebuild | 2 +-
 kde-base/kde-env/kde-env-4.14.49..ebuild| 2 +-
 kde-base/kde-env/kde-env-4..ebuild  | 2 +-
 .../kdeartwork-weatherwallpapers-4.13.97.ebuild | 2 +-
 .../kdeartwork-weatherwallpapers-4.14.49..ebuild| 2 +-
 .../kdeartwork-weatherwallpapers-4..ebuild  | 2 +-
 kde-base/kdebase-data/kdebase-data-4.13.97.ebuild   | 2 +-
 kde-base/kdebase-data/kdebase-data-4.14.49..ebuild  | 2 +-
 kde-base/kdebase-data/kdebase-data-4..ebuild| 2 +-
 kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.13.97.ebuild   | 2 +-
 kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.14.49..ebuild  | 2 +-
 kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4..ebuild| 2 +-
 kde-base/kdebase-menu/kdebase-menu-4.13.97.ebuild   | 2 +-
 kde-base/kdebase-menu/kdebase-menu-4.14.49..ebuild  | 2 +-
 kde-base/kdebase-menu/kdebase-menu-4..ebuild| 2 +-
 kde-base/kdelibs/kdelibs-4.13.97.ebuild | 2 +-
 kde-base/kdelibs/kdelibs-4.14.49..ebuild| 2 +-
 kde-base/kdelibs/kdelibs-4..ebuild  | 2 +-