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 B11BB138334 for ; Wed, 14 Aug 2019 14:43:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C16E0857; Wed, 14 Aug 2019 14:43:48 +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 5AFECE0857 for ; Wed, 14 Aug 2019 14:43:48 +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 A9493349B83 for ; Wed, 14 Aug 2019 14:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEF17760 for ; Wed, 14 Aug 2019 14:43:44 +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: <1565793490.27a2d94179e245fc0e277a9c7d344d2d59e203a7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 27a2d94179e245fc0e277a9c7d344d2d59e203a7 X-VCS-Branch: master Date: Wed, 14 Aug 2019 14:43:44 +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: 13ffb482-55a6-491a-821d-5cf07e6adcda X-Archives-Hash: 1ff112875c9f31b6731dc1830ccc888c commit: 27a2d94179e245fc0e277a9c7d344d2d59e203a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 14 14:38:10 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 14 14:38:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27a2d941 kde5.eclass: Drop obsolete QCH workaround for gentoo.org> eclass/kde5.eclass | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index d98499788e..5faf4ebc75 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -693,17 +693,6 @@ kde5_src_install() { cmake-utils_src_install - # We don't want QCH and tags files to be compressed, because then - # cmake can't find the tags and qthelp viewers can't find the docs - local p=$(best_version dev-qt/qtcore:5) - local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev) - if [[ ${pv} = 5.11* ]]; then - #todo: clean up trailing slash check when EAPI <7 is removed - if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then - docompress -x /usr/share/doc/qt-${pv} - fi - fi - if [[ ${EAPI} = 6 ]]; then # We don't want /usr/share/doc/HTML to be compressed, # because then khelpcenter can't find the docs