commit:     c3f53f9f56499be7032b333b834770724707f293
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 21:00:20 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 21:00:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3f53f9f

net-libs/libktorrent: Drop 2.0.90

2.1 version bump is in Gentoo main ebuild repository.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libktorrent/libktorrent-2.0.90.ebuild | 53 --------------------------
 1 file changed, 53 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-2.0.90.ebuild 
b/net-libs/libktorrent/libktorrent-2.0.90.ebuild
deleted file mode 100644
index 732522a6c7..0000000000
--- a/net-libs/libktorrent/libktorrent-2.0.90.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} != 9999* ]]; then
-       KTORRENT_VERSION=5.0.90
-       SRC_URI="mirror://kde/unstable/ktorrent/${KTORRENT_VERSION}/${P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="BitTorrent library based on KDE Frameworks"
-HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/";
-
-LICENSE="GPL-2+"
-IUSE=""
-
-COMMON_DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep solid)
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtxml)
-       app-crypt/qca:2[qt5]
-       >=dev-libs/gmp-6.0.0a:0=
-       dev-libs/libgcrypt:0=
-"
-DEPEND="${COMMON_DEPEND}
-       dev-libs/boost
-       sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-       !net-libs/libktorrent:4
-       !dev-libs/botan[gmp(-)]
-"
-
-src_prepare() {
-       kde5_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
-}

Reply via email to