summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-31 23:00:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-31 23:00:20 +0200
commitc3f53f9f56499be7032b333b834770724707f293 (patch)
tree831082f443b1404a6dda1b81d86a7febc168fd81 /net-libs
parent69dde28cfce0a4d183f2aef1420c21330475f83c (diff)
downloadkde-c3f53f9f56499be7032b333b834770724707f293.tar.gz
kde-c3f53f9f56499be7032b333b834770724707f293.tar.bz2
kde-c3f53f9f56499be7032b333b834770724707f293.zip
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
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libktorrent/Manifest1
-rw-r--r--net-libs/libktorrent/libktorrent-2.0.90.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
deleted file mode 100644
index b10a8944ba8..00000000000
--- a/net-libs/libktorrent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libktorrent-2.0.90.tar.xz 354752 SHA256 fd2177868fa9544ed445ffc2627d6e990e4068053384cd5b4e8677ab6c01c7c5 SHA512 fd730b2de9c2f9e38f0c1812d58f60143e414c84a56d4bcc5825d5e4e645e5b42276225a57f97cc9baa998fcf311c8294175ef337e6ca2ac70e7e527a543882c WHIRLPOOL 9038d8376fd6d5a75e4fe11dbe1cdefdd979bd26d62e6cd338242930dc4958b91902a2902d43fdfdd9cbd711f5e9bbeaa3f25656cd82cb995248cfaffa13f70e
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 732522a6c79..00000000000
--- 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
-}