net-p2p/ktorrent: drop 25.08.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-10-09 17:51:28 +02:00
parent caff510e83
commit a2b2fa697c
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
2 changed files with 0 additions and 91 deletions

View File

@ -1,3 +1,2 @@
DIST ktorrent-25.04.3.tar.xz 2229616 BLAKE2B 461658051898cad58933fb54d007346c8038df0a83f3a7ed61816366bbc34cdb322cce1823fd48879796f4bda1d8b30d129e75b1e3cd023713a6eecd51442a51 SHA512 72f5c758bcfac1ebad3bff479cda9d3738326086c36702fa7e22d8e1b1ff43151f8d1b3dd8b62d3c9c83cdf2b83b97aec8bee08c1a0e78523cc4d477c6f9b8e7
DIST ktorrent-25.08.1.tar.xz 2237024 BLAKE2B 80d98094a6097d7e1fb6a3c7428271110cb399eecce06c7a2c6b565c368f090772afee34885b2211d5fc8d4d5c563efacc6e3a163e3d025748034f27f3c52a6f SHA512 93c88529a681f9d560833195874de0480bb5fb2e533e83ae2ca9a7dffa3da13a5607c7fe54839a43a9e0d1d5b8f25f33f412849412be97531ab16ca4592dd83a
DIST ktorrent-25.08.2.tar.xz 2237092 BLAKE2B 6cdffde60c150a1ffe9d78ef418418d2c686c63df01aa4a78986bb64de13fe381aed0cd53727aff6bd3365264921a7a8eb6b5b09f94c86401a23e8b480ef23cb SHA512 2dcff81c0df86e84386a37f512acb39ed08859a1fdcd529173db6b1fd9e44ffba25a94044186048a050331c96502d88da6c8521ff907a901c7ec49220dc55ffd

View File

@ -1,90 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="optional"
ECM_TEST="true"
KFMIN=6.16.0
PVCUT=$(ver_cut 1-3)
QTMIN=6.9.1
inherit ecm gear.kde.org xdg
DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
HOMEPAGE="https://apps.kde.org/ktorrent/"
LICENSE="GPL-2"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
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/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
>=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
}