diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 03:12:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 03:24:56 +0200 |
commit | cad25fe740a9cf0501bc595bbe9e3e001fc4ccf8 (patch) | |
tree | e3754b2fabb6bb34d05220a1fdc656fa237df410 /net-libs/libktorrent | |
parent | net-libs/libktorrent: Fix a bug in MultiFileCache (diff) | |
download | gentoo-cad25fe740a9cf0501bc595bbe9e3e001fc4ccf8.tar.gz gentoo-cad25fe740a9cf0501bc595bbe9e3e001fc4ccf8.tar.bz2 gentoo-cad25fe740a9cf0501bc595bbe9e3e001fc4ccf8.zip |
net-libs/libktorrent: Drop 2.2.0 (r0)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/libktorrent-2.2.0.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/net-libs/libktorrent/libktorrent-2.2.0.ebuild b/net-libs/libktorrent/libktorrent-2.2.0.ebuild deleted file mode 100644 index ea246055bc8d..000000000000 --- a/net-libs/libktorrent/libktorrent-2.2.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="forceoptional" -KDE_ORG_CATEGORY="network" -KFMIN=5.60.0 -QTMIN=5.12.3 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="BitTorrent library based on KDE Frameworks" -HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent -https://userbase.kde.org/KTorrent" -SRC_URI="mirror://kde/stable/ktorrent/5.2.0/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -BDEPEND="sys-devel/gettext" -COMMON_DEPEND=" - app-crypt/qca:2[qt5(+)] - >=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 -" -RDEPEND="${COMMON_DEPEND} - !dev-libs/botan[gmp(-)] -" - -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 -} |