Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/
Date: Mon, 12 Aug 2019 06:16:41
Message-Id: 1565590586.147b12f77568ee2ce4db935621dbdd58c77b72f1.asturm@gentoo
1 commit: 147b12f77568ee2ce4db935621dbdd58c77b72f1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 06:11:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 06:16:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147b12f7
7
8 net-p2p/ktorrent: Drop 5.1.1 (r0)
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-p2p/ktorrent/ktorrent-5.1.1.ebuild | 105 ---------------------------------
14 1 file changed, 105 deletions(-)
15
16 diff --git a/net-p2p/ktorrent/ktorrent-5.1.1.ebuild b/net-p2p/ktorrent/ktorrent-5.1.1.ebuild
17 deleted file mode 100644
18 index 7e2991a362c..00000000000
19 --- a/net-p2p/ktorrent/ktorrent-5.1.1.ebuild
20 +++ /dev/null
21 @@ -1,105 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -FRAMEWORKS_MINIMAL="5.50.0" # for syndication
28 -KDE_HANDBOOK="optional"
29 -KDE_TEST="optional"
30 -VIRTUALX_REQUIRED="test"
31 -inherit kde5
32 -
33 -DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
34 -HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/"
35 -[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz"
36 -
37 -LICENSE="GPL-2"
38 -KEYWORDS="amd64 x86"
39 -IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator
40 -+mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
41 -
42 -COMMON_DEPEND="
43 - $(add_frameworks_dep kcmutils)
44 - $(add_frameworks_dep kconfig)
45 - $(add_frameworks_dep kconfigwidgets)
46 - $(add_frameworks_dep kcoreaddons)
47 - $(add_frameworks_dep kcrash)
48 - $(add_frameworks_dep kdbusaddons)
49 - $(add_frameworks_dep ki18n)
50 - $(add_frameworks_dep kiconthemes)
51 - $(add_frameworks_dep kio)
52 - $(add_frameworks_dep knotifications)
53 - $(add_frameworks_dep knotifyconfig)
54 - $(add_frameworks_dep kparts)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_frameworks_dep kwindowsystem)
57 - $(add_frameworks_dep kxmlgui)
58 - $(add_frameworks_dep solid)
59 - $(add_qt_dep qtdbus)
60 - $(add_qt_dep qtgui)
61 - $(add_qt_dep qtnetwork)
62 - $(add_qt_dep qtwidgets)
63 - $(add_qt_dep qtxml)
64 - =net-libs/libktorrent-2.1*:5
65 - infowidget? ( dev-libs/geoip )
66 - kross? (
67 - $(add_frameworks_dep karchive)
68 - $(add_frameworks_dep kitemviews)
69 - $(add_frameworks_dep kross)
70 - )
71 - mediaplayer? (
72 - media-libs/phonon[qt5(+)]
73 - >=media-libs/taglib-1.5
74 - )
75 - rss? (
76 - $(add_frameworks_dep kdewebkit)
77 - $(add_frameworks_dep syndication)
78 - )
79 - search? (
80 - $(add_frameworks_dep kdewebkit)
81 - $(add_qt_dep qtwebkit)
82 - )
83 - shutdown? ( $(add_plasma_dep plasma-workspace) )
84 - stats? ( $(add_frameworks_dep kplotting) )
85 - upnp? ( $(add_frameworks_dep kcompletion) )
86 - zeroconf? ( $(add_frameworks_dep kdnssd) )
87 -"
88 -DEPEND="${COMMON_DEPEND}
89 - dev-libs/boost
90 - sys-devel/gettext
91 -"
92 -RDEPEND="${COMMON_DEPEND}
93 - ipfilter? (
94 - app-arch/bzip2
95 - app-arch/unzip
96 - $(add_frameworks_dep ktextwidgets)
97 - $(add_kdeapps_dep kio-extras)
98 - )
99 - !net-p2p/ktorrent:4
100 -"
101 -
102 -PATCHES=( "${FILESDIR}/${P}-scanfolder-memcorruption.patch" )
103 -
104 -src_configure() {
105 - local mycmakeargs=(
106 - -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)
107 - -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder)
108 - -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget)
109 - -DWITH_SYSTEM_GEOIP=$(usex infowidget)
110 - -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
111 - -DENABLE_SCRIPTING_PLUGIN=$(usex kross)
112 - -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
113 - -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
114 - -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
115 - $(cmake-utils_use_find_package rss KF5Syndication)
116 - -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
117 - -DENABLE_SEARCH_PLUGIN=$(usex search)
118 - -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
119 - -DENABLE_STATS_PLUGIN=$(usex stats)
120 - -DENABLE_UPNP_PLUGIN=$(usex upnp)
121 - -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
122 - )
123 -# add back when ported
124 -# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
125 - kde5_src_configure
126 -}