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 4DD7D138350 for ; Tue, 14 Jan 2020 19:23:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8665FE085E; Tue, 14 Jan 2020 19:23:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5F549E085E for ; Tue, 14 Jan 2020 19:23:08 +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 578CC34DEA2 for ; Tue, 14 Jan 2020 19:23:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6267D38 for ; Tue, 14 Jan 2020 19:23:05 +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: <1579029648.d8c8c94e539f9ff6f45cf6f33488ee69e997acaf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konqueror/konqueror-19.12.49.9999.ebuild kde-apps/konqueror/konqueror-9999.ebuild X-VCS-Directories: kde-apps/konqueror/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8c8c94e539f9ff6f45cf6f33488ee69e997acaf X-VCS-Branch: master Date: Tue, 14 Jan 2020 19:23:05 +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: cb7fdf8f-2ccd-48e9-8c9d-c4b0b74da63f X-Archives-Hash: f29175cd9d3244b3e9b127acc06860e5 commit: d8c8c94e539f9ff6f45cf6f33488ee69e997acaf Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 14 19:08:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 14 19:20:48 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8c8c94e kde-apps/konqueror: Drop USE tidy HTML/CSS validation plugin was dropped in 19.12 cycle already. Upstream commit c36237c4f2fca0efc9b5f01f9d32567468fdd698 Closes: https://bugs.gentoo.org/705426 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konqueror/konqueror-19.12.49.9999.ebuild | 4 +--- kde-apps/konqueror/konqueror-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-apps/konqueror/konqueror-19.12.49.9999.ebuild b/kde-apps/konqueror/konqueror-19.12.49.9999.ebuild index 41c2577e7d..8a6b26838b 100644 --- a/kde-apps/konqueror/konqueror-19.12.49.9999.ebuild +++ b/kde-apps/konqueror/konqueror-19.12.49.9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/internet/org.kde.konqueror" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="activities speech tidy X" +IUSE="activities speech X" # 4 of 4 tests fail. Last checked for 4.0.3 RESTRICT+=" test" @@ -54,7 +54,6 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 sys-libs/zlib speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) - tidy? ( app-text/tidy-html5 ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) " DEPEND="${COMMON_DEPEND} @@ -75,7 +74,6 @@ src_configure() { local mycmakeargs=( $(cmake_use_find_package activities KF5Activities) $(cmake_use_find_package speech Qt5TextToSpeech) - $(cmake_use_find_package tidy LibTidy) $(cmake_use_find_package X X11) ) ecm_src_configure diff --git a/kde-apps/konqueror/konqueror-9999.ebuild b/kde-apps/konqueror/konqueror-9999.ebuild index 8c6bff8f33..43044f0dc8 100644 --- a/kde-apps/konqueror/konqueror-9999.ebuild +++ b/kde-apps/konqueror/konqueror-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/internet/org.kde.konqueror" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="activities speech tidy X" +IUSE="activities speech X" # 4 of 4 tests fail. Last checked for 4.0.3 RESTRICT+=" test" @@ -53,7 +53,6 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 sys-libs/zlib speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) - tidy? ( app-text/tidy-html5 ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) " DEPEND="${COMMON_DEPEND} @@ -74,7 +73,6 @@ src_configure() { local mycmakeargs=( $(cmake_use_find_package activities KF5Activities) $(cmake_use_find_package speech Qt5TextToSpeech) - $(cmake_use_find_package tidy LibTidy) $(cmake_use_find_package X X11) ) ecm_src_configure