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 4B6CC138359 for ; Sun, 16 Aug 2020 15:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E8A9E085B; Sun, 16 Aug 2020 15:57:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9750E085B for ; Sun, 16 Aug 2020 15:57:45 +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 A6A3F34F2DD for ; Sun, 16 Aug 2020 15:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3348E319 for ; Sun, 16 Aug 2020 15:57:43 +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: <1597442637.2faa24a5745fdb4ab79a74976c2737fb17f590b5.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-apps/kget/kget-4.14.3.ebuild kde-apps/kget/metadata.xml X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2faa24a5745fdb4ab79a74976c2737fb17f590b5 X-VCS-Branch: master Date: Sun, 16 Aug 2020 15:57:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3e8324d-a014-4255-b7b1-3fb690bfdf72 X-Archives-Hash: cefda9addcccdcb8c30c343f679bf2e1 commit: 2faa24a5745fdb4ab79a74976c2737fb17f590b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 14 21:48:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 22:03:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2faa24a5 kde-apps/kget: Pin net-libs/libktorrent to slot 4 Add missing IUSE descriptions in metadata Drop IUSE=webkit, kwebkitpart unfetchable and used by nothing else Package-Manager: Portage-3.0.2, Repoman-2.3.23 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kget/kget-4.14.3.ebuild | 9 ++++----- kde-apps/kget/metadata.xml | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/kde-apps/kget/kget-4.14.3.ebuild b/kde-apps/kget/kget-4.14.3.ebuild index 3466941d..a74b6706 100644 --- a/kde-apps/kget/kget-4.14.3.ebuild +++ b/kde-apps/kget/kget-4.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,17 +9,16 @@ inherit kde4-base kde4-functions-extra DESCRIPTION="An advanced download manager for KDE" HOMEPAGE="https://www.kde.org/applications/internet/kget/" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug bittorrent gpg mms sqlite webkit" +IUSE="debug bittorrent gpg mms sqlite" RDEPEND=" app-crypt/qca:2[qt4] $(add_kdeapps_dep libkonq) $(add_kdeplasma_dep libkworkspace '' 4.11) - bittorrent? ( >=net-libs/libktorrent-1.0.3 ) + bittorrent? ( >=net-libs/libktorrent-1.0.3:4 ) gpg? ( $(add_kdeapps_dep kdepimlibs) ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) - webkit? ( >=kde-misc/kwebkitpart-0.9.6:4 ) " DEPEND="${RDEPEND} dev-libs/boost @@ -29,11 +28,11 @@ src_configure() { local mycmakeargs=( -DWITH_NepomukCore=OFF -DWITH_NepomukWidgets=OFF + -DWITH_KWebKitPart=OFF $(cmake-utils_use_with bittorrent KTorrent) $(cmake-utils_use_with gpg QGpgme) $(cmake-utils_use_with mms LibMms) $(cmake-utils_use_with sqlite) - $(cmake-utils_use_with webkit KWebKitPart) ) kde4-base_src_configure } diff --git a/kde-apps/kget/metadata.xml b/kde-apps/kget/metadata.xml index 6f49eba8..7fd4a708 100644 --- a/kde-apps/kget/metadata.xml +++ b/kde-apps/kget/metadata.xml @@ -2,4 +2,8 @@ + + Enable bittorrent transfer plugin through net-libs/libktorrent + Enable signature verification by GpgME++ via app-crypt/gpgme +