public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kget/
@ 2020-08-16 15:57 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-08-16 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2faa24a5745fdb4ab79a74976c2737fb17f590b5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 21:48:31 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
+<use>
+		<flag name="bittorrent">Enable bittorrent transfer plugin through <pkg>net-libs/libktorrent</pkg></flag>
+		<flag name="gpg">Enable signature verification by GpgME++ via <pkg>app-crypt/gpgme</pkg></flag>
+</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-16 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-16 15:57 [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kget/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox