diff options
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-24.01.95.ebuild | 58 |
2 files changed, 0 insertions, 59 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest index b1c5415a1f..02a8785d7e 100644 --- a/net-libs/libktorrent/Manifest +++ b/net-libs/libktorrent/Manifest @@ -1,2 +1 @@ -DIST libktorrent-24.01.95.tar.xz 603104 BLAKE2B d1f1fc2b2cba1f162f309e1e3031b9dd478fa18c1ceb5889d7dc0a78947b0341c4664df7d335f100033a8ce09240308895298cdb14aca61224c33926ed6ae861 SHA512 c9d216b2d45f2fa4d1e62bd2d39fba4c60e1ff23ae00d1a420a0a690242e49dbb26dddcc7f7a96f57be50d6e5c594510d9266c72596f779b1bd5a269f2b312f6 DIST libktorrent-24.02.0.tar.xz 603180 BLAKE2B 8e0d78634829d097ccf14ef39bd53424c3cf2448dbd81db9b5d2f698dd53153ea591f8ac30002dc92b788b76ba035ab18f68ec66696622fe5c21b3e2590ac7f7 SHA512 3280d7f608e473ccbb3fb734652c4964b9f4e46b09ff730282c36fa4f8ceef7a6852f52ec4a3206ea82ac9185e3463ad134a505d49a6f649caa05a5bb90c9960 diff --git a/net-libs/libktorrent/libktorrent-24.01.95.ebuild b/net-libs/libktorrent/libktorrent-24.01.95.ebuild deleted file mode 100644 index ff917662d7..0000000000 --- a/net-libs/libktorrent/libktorrent-24.01.95.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KDE_ORG_CATEGORY="network" -KFMIN=5.249.0 -QTMIN=6.6.2 -inherit ecm gear.kde.org - -DESCRIPTION="BitTorrent library based on KDE Frameworks" -HOMEPAGE="https://apps.kde.org/ktorrent/ https://userbase.kde.org/KTorrent" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64" -IUSE="" - -COMMON_DEPEND=" - >=app-crypt/qca-2.3.7:2[qt6] - >=dev-libs/gmp-6.0.0a:0= - dev-libs/libgcrypt:0= - >=dev-qt/qtbase-${QTMIN}:6[network,xml] - >=kde-frameworks/karchive-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/solid-${KFMIN}:6 -" -DEPEND="${COMMON_DEPEND} - >=dev-libs/boost-1.71 -" -RDEPEND="${COMMON_DEPEND} - !dev-libs/botan[gmp(-)] -" -BDEPEND="sys-devel/gettext" - -src_prepare() { - ecm_src_prepare - - # Gentoo workaround because gmp.h in MULTILIB_WRAPPED_HEADERS is breaking this - sed -i -e "/^find_package/ s/\"\${LibGMP_MIN_VERSION}\" //" \ - CMakeLists.txt || die - sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \ - KTorrent6Config.cmake.in || die -} - -src_test() { - # failing network tests - local myctestargs=( - -E "(fin|packetloss|send|superseedtest|transmit|utppolltest)" - ) - - ecm_src_test -} |