summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:18:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:18:00 +0200
commit3b40ac1f694da21898898a610c75446e413fcd64 (patch)
tree0cb387ecd3d2cdc05e8c4c962a8c16563d5a0e77 /net-libs
parent781814b0bfc4b6b87f62b99603120150763e3a97 (diff)
downloadkde-3b40ac1f694da21898898a610c75446e413fcd64.tar.gz
kde-3b40ac1f694da21898898a610c75446e413fcd64.tar.bz2
kde-3b40ac1f694da21898898a610c75446e413fcd64.zip
net-libs/libktorrent: drop 24.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libktorrent/Manifest1
-rw-r--r--net-libs/libktorrent/libktorrent-24.08.2.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
deleted file mode 100644
index 6852f2e2f9d..00000000000
--- a/net-libs/libktorrent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libktorrent-24.08.2.tar.xz 605900 BLAKE2B f2272a459f867e3dd2fb70c51a5beb1822caf1ef3408de2351d177c625d2c0faeb76a412fe434b73f78f640a3721f7867eb322538c7eb60593f3bfeaf2e70b01 SHA512 a817888ddf711a28887655b8955601844d469623f31a847848202b5833e72c27298fe1706a0ce830316e7f63b6aebf3e7c3657a8ec41f60c4a51efc1dffdd5b3
diff --git a/net-libs/libktorrent/libktorrent-24.08.2.ebuild b/net-libs/libktorrent/libktorrent-24.08.2.ebuild
deleted file mode 100644
index b4e75e71fc6..00000000000
--- a/net-libs/libktorrent/libktorrent-24.08.2.ebuild
+++ /dev/null
@@ -1,59 +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=6.5.0
-QTMIN=6.7.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 ~arm64 ~ppc64 ~riscv ~x86"
-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]
- >=dev-qt/qt5compat-${QTMIN}:6
- >=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
-}