summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:37:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:35:45 +0100
commitbc921e85b0686849bdc7d1b5786f6e1883e3c911 (patch)
treeea4efd0a0cc68c8065dcc780b7bec40d2e96db5a /net-libs
parentnet-irc/konversation: drop 24.02.0-r1 (diff)
downloadgentoo-bc921e85b0686849bdc7d1b5786f6e1883e3c911.tar.gz
gentoo-bc921e85b0686849bdc7d1b5786f6e1883e3c911.tar.bz2
gentoo-bc921e85b0686849bdc7d1b5786f6e1883e3c911.zip
net-libs/libktorrent: drop 24.02.0
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.02.0.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
index 1589ebdd95f4..4ce5e0a4f90f 100644
--- a/net-libs/libktorrent/Manifest
+++ b/net-libs/libktorrent/Manifest
@@ -1,3 +1,2 @@
DIST libktorrent-23.08.5.tar.xz 604184 BLAKE2B e4fc72be9fe20b06220b25fa558a1f86dd029e4eec15da2c8f26ed4acc69e1c06db3fea6ed8dfdb643a01beaf2146c7c0939e8a0da05920712e7f5614e4b4a47 SHA512 c38f944167436a7190e46093cbc928d3db375f7414fa5acdf5b3fd9e77007435259740027941daed422c784d691532f3c9a6c824ce9ac23c091edbedc563aa11
-DIST libktorrent-24.02.0.tar.xz 603180 BLAKE2B 8e0d78634829d097ccf14ef39bd53424c3cf2448dbd81db9b5d2f698dd53153ea591f8ac30002dc92b788b76ba035ab18f68ec66696622fe5c21b3e2590ac7f7 SHA512 3280d7f608e473ccbb3fb734652c4964b9f4e46b09ff730282c36fa4f8ceef7a6852f52ec4a3206ea82ac9185e3463ad134a505d49a6f649caa05a5bb90c9960
DIST libktorrent-24.02.1.tar.xz 603188 BLAKE2B c1edf823634c3c19b177044170003ab0b5db66973079166d92e49367ca287bc0c58478c048b871cf29c70a110fa89df906932036ed9251b4ae43dd7d570c5bda SHA512 f4f9f97677e068d0993b39a1ca2feadb5f162f0b70f7ef8292cdb07a2635fa6490a300da14e46185e4cf010975b21d1f9ccff845e94bb3ba7662c70469e90065
diff --git a/net-libs/libktorrent/libktorrent-24.02.0.ebuild b/net-libs/libktorrent/libktorrent-24.02.0.ebuild
deleted file mode 100644
index 5458f6660e47..000000000000
--- a/net-libs/libktorrent/libktorrent-24.02.0.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.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]
- >=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
-}