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 697DC13835A for ; Tue, 29 Dec 2020 16:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 719ABE0C03; Tue, 29 Dec 2020 16:03:16 +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 58338E0C03 for ; Tue, 29 Dec 2020 16:03:16 +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 DFDFA341469 for ; Tue, 29 Dec 2020 16:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F74476 for ; Tue, 29 Dec 2020 16:03:13 +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: <1609238377.b58e86d7a900f0bec9fc4e994928782074d94b18.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkcddb/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild kde-apps/libkcddb/libkcddb-9999.ebuild X-VCS-Directories: kde-apps/libkcddb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b58e86d7a900f0bec9fc4e994928782074d94b18 X-VCS-Branch: master Date: Tue, 29 Dec 2020 16:03:13 +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: 499f2c8b-1e82-4806-8ff4-2aea1252e4dd X-Archives-Hash: e1db2ec31d0e3543b2c554b9f04d9028 commit: b58e86d7a900f0bec9fc4e994928782074d94b18 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 29 10:39:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 29 10:39:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b58e86d7 kde-apps/libkcddb: Use cmake_run_in Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild | 7 +------ kde-apps/libkcddb/libkcddb-9999.ebuild | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild b/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild index 43eb73f470..3a9e6cfdbf 100644 --- a/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild +++ b/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild @@ -38,12 +38,7 @@ PATCHES=( "${FILESDIR}/${PN}-20.12.1-unused-dep.patch" ) src_prepare() { ecm_src_prepare - - if ! use handbook ; then - pushd kcmcddb > /dev/null - cmake_comment_add_subdirectory doc - popd > /dev/null - fi + use handbook || cmake_run_in kcmcddb cmake_comment_add_subdirectory doc } src_configure() { diff --git a/kde-apps/libkcddb/libkcddb-9999.ebuild b/kde-apps/libkcddb/libkcddb-9999.ebuild index 59e885bf55..ba517c4901 100644 --- a/kde-apps/libkcddb/libkcddb-9999.ebuild +++ b/kde-apps/libkcddb/libkcddb-9999.ebuild @@ -36,12 +36,7 @@ RESTRICT+=" test" src_prepare() { ecm_src_prepare - - if ! use handbook ; then - pushd kcmcddb > /dev/null - cmake_comment_add_subdirectory doc - popd > /dev/null - fi + use handbook || cmake_run_in kcmcddb cmake_comment_add_subdirectory doc } src_configure() {