From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A579E138331 for ; Tue, 6 Mar 2018 22:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A535E0999; Tue, 6 Mar 2018 22:10:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5575CE0999 for ; Tue, 6 Mar 2018 22:10:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8DBA4335C0C for ; Tue, 6 Mar 2018 22:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0871323F for ; Tue, 6 Mar 2018 22:10:23 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1520374190.41bbeb13fe71939519a85eaae227ff44ef9b7fb6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-p2p/ktorrent/ktorrent-9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 41bbeb13fe71939519a85eaae227ff44ef9b7fb6 X-VCS-Branch: master Date: Tue, 6 Mar 2018 22:10:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa5ab9fa-8b6d-4c07-9ebd-984c3455ab62 X-Archives-Hash: 165bacf9ad830428a204e54265478269 commit: 41bbeb13fe71939519a85eaae227ff44ef9b7fb6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 6 22:08:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 6 22:09:50 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41bbeb13 net-p2p/ktorrent: Drop net-libs/libktorrent min-max stunt Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-p2p/ktorrent/ktorrent-9999.ebuild | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index 0fdc41acf6..dac11182a6 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -3,23 +3,6 @@ EAPI=6 -if [[ ${PV} != 9999* ]]; then - inherit versionator - # upstream likes to skip that _ in beta releases - MY_PV="${PV/_/}" - LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 ${PV}) - LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 2)+1)) - MY_P="${PN}-${MY_PV}" - - SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.xz" - S="${WORKDIR}"/"${MY_P}" - - KEYWORDS="~amd64 ~x86" -else - LIBKT_VERSION_MIN="${PV}" - LIBKT_VERSION_MAX="99999999" -fi - KDE_HANDBOOK="forceoptional" KDE_TEST="optional" VIRTUALX_REQUIRED="test" @@ -27,8 +10,10 @@ inherit kde5 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks" HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/" +[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz" LICENSE="GPL-2" +KEYWORDS="" IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf" @@ -54,8 +39,7 @@ COMMON_DEPEND=" $(add_qt_dep qtnetwork) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5 + >=net-libs/libktorrent-2.1:5 infowidget? ( dev-libs/geoip ) kross? ( $(add_frameworks_dep karchive)