Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/
Date: Thu, 31 Aug 2017 21:01:24
Message-Id: 1504213220.c3f53f9f56499be7032b333b834770724707f293.asturm@gentoo
1 commit: c3f53f9f56499be7032b333b834770724707f293
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 21:00:20 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 21:00:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3f53f9f
7
8 net-libs/libktorrent: Drop 2.0.90
9
10 2.1 version bump is in Gentoo main ebuild repository.
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 net-libs/libktorrent/libktorrent-2.0.90.ebuild | 53 --------------------------
15 1 file changed, 53 deletions(-)
16
17 diff --git a/net-libs/libktorrent/libktorrent-2.0.90.ebuild b/net-libs/libktorrent/libktorrent-2.0.90.ebuild
18 deleted file mode 100644
19 index 732522a6c7..0000000000
20 --- a/net-libs/libktorrent/libktorrent-2.0.90.ebuild
21 +++ /dev/null
22 @@ -1,53 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -if [[ ${PV} != 9999* ]]; then
29 - KTORRENT_VERSION=5.0.90
30 - SRC_URI="mirror://kde/unstable/ktorrent/${KTORRENT_VERSION}/${P}.tar.xz"
31 - KEYWORDS="~amd64 ~arm ~x86"
32 -fi
33 -
34 -KDE_TEST="forceoptional"
35 -VIRTUALX_REQUIRED="test"
36 -inherit kde5
37 -
38 -DESCRIPTION="BitTorrent library based on KDE Frameworks"
39 -HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/"
40 -
41 -LICENSE="GPL-2+"
42 -IUSE=""
43 -
44 -COMMON_DEPEND="
45 - $(add_frameworks_dep karchive)
46 - $(add_frameworks_dep kconfig)
47 - $(add_frameworks_dep kcoreaddons)
48 - $(add_frameworks_dep kcrash)
49 - $(add_frameworks_dep ki18n)
50 - $(add_frameworks_dep kio)
51 - $(add_frameworks_dep solid)
52 - $(add_qt_dep qtnetwork)
53 - $(add_qt_dep qtxml)
54 - app-crypt/qca:2[qt5]
55 - >=dev-libs/gmp-6.0.0a:0=
56 - dev-libs/libgcrypt:0=
57 -"
58 -DEPEND="${COMMON_DEPEND}
59 - dev-libs/boost
60 - sys-devel/gettext
61 -"
62 -RDEPEND="${COMMON_DEPEND}
63 - !net-libs/libktorrent:4
64 - !dev-libs/botan[gmp(-)]
65 -"
66 -
67 -src_prepare() {
68 - kde5_src_prepare
69 -
70 - # Gentoo workaround because gmp.h in MULTILIB_WRAPPED_HEADERS is breaking this
71 - sed -i -e "/^find_package/ s/\"\${LibGMP_MIN_VERSION}\" //" \
72 - CMakeLists.txt || die
73 - sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \
74 - KF5TorrentConfig.cmake.in || die
75 -}