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 9537013835A for ; Thu, 17 Sep 2020 20:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9C2AE0845; Thu, 17 Sep 2020 20:07:59 +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 BF404E0845 for ; Thu, 17 Sep 2020 20:07:59 +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 26B01340E64 for ; Thu, 17 Sep 2020 20:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AFF2366 for ; Thu, 17 Sep 2020 20:07:55 +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: <1600364620.379d1096fd7f9f87964da6e1f55efef009c8f2f4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/k3b/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/k3b/k3b-20.08.49.9999.ebuild kde-apps/k3b/k3b-9999.ebuild X-VCS-Directories: kde-apps/k3b/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 379d1096fd7f9f87964da6e1f55efef009c8f2f4 X-VCS-Branch: master Date: Thu, 17 Sep 2020 20:07:55 +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: 877af324-d719-4a87-9fc9-9905570450c6 X-Archives-Hash: 5cbc7a73bb3ca5e960bafa739fc68450 commit: 379d1096fd7f9f87964da6e1f55efef009c8f2f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 17 17:26:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 17 17:43:40 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=379d1096 kde-apps/k3b: Drop IUSE=webkit Completely avoidable and only sacrificing "prettier" k3bdiskinfoview. Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/k3b/k3b-20.08.49.9999.ebuild | 5 ++--- kde-apps/k3b/k3b-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-apps/k3b/k3b-20.08.49.9999.ebuild b/kde-apps/k3b/k3b-20.08.49.9999.ebuild index 031e96d8fe..40bc86c11d 100644 --- a/kde-apps/k3b/k3b-20.08.49.9999.ebuild +++ b/kde-apps/k3b/k3b-20.08.49.9999.ebuild @@ -17,7 +17,7 @@ https://userbase.kde.org/K3b" LICENSE="GPL-2 FDL-1.2" SLOT="5" KEYWORDS="" -IUSE="dvd encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis webkit" +IUSE="dvd encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis" REQUIRED_USE=" flac? ( taglib ) @@ -64,7 +64,6 @@ DEPEND=" media-libs/libogg media-libs/libvorbis ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) " RDEPEND="${DEPEND} app-cdr/cdrdao @@ -87,6 +86,7 @@ src_configure() { -DK3B_BUILD_WAVE_DECODER_PLUGIN=ON -DK3B_ENABLE_HAL_SUPPORT=OFF -DK3B_ENABLE_MUSICBRAINZ=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON -DK3B_DEBUG=$(usex debug) -DK3B_ENABLE_DVD_RIPPING=$(usex dvd) -DK3B_BUILD_EXTERNAL_ENCODER_PLUGIN=$(usex encode) @@ -100,7 +100,6 @@ src_configure() { -DK3B_ENABLE_TAGLIB=$(usex taglib) -DK3B_BUILD_OGGVORBIS_DECODER_PLUGIN=$(usex vorbis) -DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=$(usex vorbis) - $(cmake_use_find_package webkit Qt5WebKitWidgets) ) ecm_src_configure diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild index 7072c49bea..fb70317dc1 100644 --- a/kde-apps/k3b/k3b-9999.ebuild +++ b/kde-apps/k3b/k3b-9999.ebuild @@ -17,7 +17,7 @@ https://userbase.kde.org/K3b" LICENSE="GPL-2 FDL-1.2" SLOT="5" KEYWORDS="" -IUSE="dvd encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis webkit" +IUSE="dvd encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis" REQUIRED_USE=" flac? ( taglib ) @@ -64,7 +64,6 @@ DEPEND=" media-libs/libogg media-libs/libvorbis ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) " RDEPEND="${DEPEND} app-cdr/cdrdao @@ -87,6 +86,7 @@ src_configure() { -DK3B_BUILD_WAVE_DECODER_PLUGIN=ON -DK3B_ENABLE_HAL_SUPPORT=OFF -DK3B_ENABLE_MUSICBRAINZ=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON -DK3B_DEBUG=$(usex debug) -DK3B_ENABLE_DVD_RIPPING=$(usex dvd) -DK3B_BUILD_EXTERNAL_ENCODER_PLUGIN=$(usex encode) @@ -100,7 +100,6 @@ src_configure() { -DK3B_ENABLE_TAGLIB=$(usex taglib) -DK3B_BUILD_OGGVORBIS_DECODER_PLUGIN=$(usex vorbis) -DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=$(usex vorbis) - $(cmake_use_find_package webkit Qt5WebKitWidgets) ) ecm_src_configure