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 84BF713835A for ; Mon, 15 Jun 2020 23:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F671E0E4C; Mon, 15 Jun 2020 23:03:11 +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 71AE6E0E4F for ; Mon, 15 Jun 2020 23:03:11 +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 428B634F2E6 for ; Mon, 15 Jun 2020 23:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C60D92A3 for ; Mon, 15 Jun 2020 23:03: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: <1592252982.caafab8021ae698eaa402ad1a972bb18276cf83e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kldap/kldap-9999.ebuild X-VCS-Directories: kde-apps/kldap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: caafab8021ae698eaa402ad1a972bb18276cf83e X-VCS-Branch: master Date: Mon, 15 Jun 2020 23:03: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: 0c050e9a-cb9d-43b8-a088-fc1573503922 X-Archives-Hash: e8423c4a6706dbaaa1b404582db9c17d commit: caafab8021ae698eaa402ad1a972bb18276cf83e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 15 20:29:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 15 20:29:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=caafab80 kde-apps/kldap: Set ECM_HANDBOOK="optional" and drop src_prepare hack Upstream commit 2277b0fffb084ba026845304d0ed266cc3a24faa Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kldap/kldap-9999.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild index 7a68dc17f8..200c19856d 100644 --- a/kde-apps/kldap/kldap-9999.ebuild +++ b/kde-apps/kldap/kldap-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -ECM_HANDBOOK="forceoptional" +ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=5.71.0 QTMIN=5.14.2 @@ -28,12 +28,3 @@ DEPEND=" net-nds/openldap " RDEPEND="${DEPEND}" - -src_prepare() { - ecm_src_prepare - - if ! use handbook ; then - sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \ - -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)" - fi -}