From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-957953-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 834EE139694
	for <garchives@archives.gentoo.org>; Tue, 27 Jun 2017 17:24:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C18562340A8;
	Tue, 27 Jun 2017 17:24:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8FF822340A8
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2017 17:24:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AFB25341779
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2017 17:24:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 67CA17499
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2017 17:24:12 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1498584232.25725daf81b9fd9a46f1e14d6de3bbb4057d6040.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libktorrent/libktorrent-2.0.1.ebuild
X-VCS-Directories: net-libs/libktorrent/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 25725daf81b9fd9a46f1e14d6de3bbb4057d6040
X-VCS-Branch: master
Date: Tue, 27 Jun 2017 17:24:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 281576b4-773f-4473-a114-3dde6b597122
X-Archives-Hash: cb04623d445e11105026284ffff09f48

commit:     25725daf81b9fd9a46f1e14d6de3bbb4057d6040
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 17:23:34 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 17:23:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25725daf

net-libs/libktorrent: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-libs/libktorrent/libktorrent-2.0.1.ebuild | 71 ---------------------------
 1 file changed, 71 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-2.0.1.ebuild b/net-libs/libktorrent/libktorrent-2.0.1.ebuild
deleted file mode 100644
index 1abac768ce6..00000000000
--- a/net-libs/libktorrent/libktorrent-2.0.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} != 9999* ]]; then
-	inherit versionator
-	# upstream likes to skip that _ in beta releases
-	MY_PV="${PV/_/}"
-	KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2 ${MY_PV})
-	MY_P="${PN}-${MY_PV}"
-
-	SRC_URI="mirror://kde/stable/ktorrent/${KTORRENT_VERSION}/${MY_P}.tar.xz"
-	S="${WORKDIR}"/"${MY_P}"
-
-	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 qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
-	$(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
-"
-
-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@\"//" \
-		LibKTorrentConfig.cmake.in || die
-
-	# do not build non-installed example binary
-	sed -i -e "/add_subdirectory(examples)/d" CMakeLists.txt || die
-
-	if ! use test ; then
-		sed -i -e "/add_subdirectory(testlib)/d" CMakeLists.txt || die
-		sed -i -e "/add_subdirectory(tests)/d" \
-			src/{datachecker,dht,diskio,download,magnet,mse,net,peer,util,utp,torrent}/CMakeLists.txt \
-			|| die "Failed to remove tests"
-	fi
-}