diff options
author | 2021-09-02 19:04:35 +0200 | |
---|---|---|
committer | 2021-09-02 19:04:35 +0200 | |
commit | 29a36d90981f63581bc989b0e9949d3e82010e7b (patch) | |
tree | bb60e05a079f6162efaeff66216a3f8a32c49a9c /net-libs | |
parent | net-irc/konversation: drop 21.08.1* (diff) | |
download | kde-29a36d90981f63581bc989b0e9949d3e82010e7b.tar.gz kde-29a36d90981f63581bc989b0e9949d3e82010e7b.tar.bz2 kde-29a36d90981f63581bc989b0e9949d3e82010e7b.zip |
net-libs/libktorrent: drop 21.08.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libktorrent/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-21.08.1.ebuild | 61 |
2 files changed, 0 insertions, 62 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest deleted file mode 100644 index fb07e8f4d7..0000000000 --- a/net-libs/libktorrent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libktorrent-21.08.1.tar.xz 606896 BLAKE2B 7a3f58d1d559b0c6376b65fcde7a1a4f76377424dc5c9b2dd07db7af100bcaaa5c859eae4d5247303007fd8f8d452e5cc8b64901c6e9327c0579ff2419984d04 SHA512 a0ab0a5eae08d0ef51772c9284a2041ad8aee2df9158830e62b2b8db428df005293bd3a9af169c4120a21c514e700c84795abc4dd843d27598ace0761986d7c2 diff --git a/net-libs/libktorrent/libktorrent-21.08.1.ebuild b/net-libs/libktorrent/libktorrent-21.08.1.ebuild deleted file mode 100644 index 7c6b14babc..0000000000 --- a/net-libs/libktorrent/libktorrent-21.08.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KDE_GEAR="true" -KDE_ORG_CATEGORY="network" -KFMIN=5.84.0 -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="BitTorrent library based on KDE Frameworks" -HOMEPAGE="https://apps.kde.org/ktorrent/ https://userbase.kde.org/KTorrent" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -COMMON_DEPEND=" - >=app-crypt/qca-2.3.0:2 - >=dev-libs/gmp-6.0.0a:0= - dev-libs/libgcrypt:0= - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/solid-${KFMIN}:5 -" -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@\"//" \ - KF5TorrentConfig.cmake.in || die -} - -src_test() { - # failing network tests - local myctestargs=( - -E "(fin|packetloss|send|superseedtest|transmit|utppolltest)" - ) - - ecm_src_test -} |