Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkcddb/
Date: Tue, 29 Dec 2020 16:03:17
Message-Id: 1609238377.b58e86d7a900f0bec9fc4e994928782074d94b18.asturm@gentoo
1 commit: b58e86d7a900f0bec9fc4e994928782074d94b18
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 10:39:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 10:39:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b58e86d7
7
8 kde-apps/libkcddb: Use cmake_run_in
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild | 7 +------
14 kde-apps/libkcddb/libkcddb-9999.ebuild | 7 +------
15 2 files changed, 2 insertions(+), 12 deletions(-)
16
17 diff --git a/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild b/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild
18 index 43eb73f470..3a9e6cfdbf 100644
19 --- a/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild
20 +++ b/kde-apps/libkcddb/libkcddb-20.12.49.9999.ebuild
21 @@ -38,12 +38,7 @@ PATCHES=( "${FILESDIR}/${PN}-20.12.1-unused-dep.patch" )
22
23 src_prepare() {
24 ecm_src_prepare
25 -
26 - if ! use handbook ; then
27 - pushd kcmcddb > /dev/null
28 - cmake_comment_add_subdirectory doc
29 - popd > /dev/null
30 - fi
31 + use handbook || cmake_run_in kcmcddb cmake_comment_add_subdirectory doc
32 }
33
34 src_configure() {
35
36 diff --git a/kde-apps/libkcddb/libkcddb-9999.ebuild b/kde-apps/libkcddb/libkcddb-9999.ebuild
37 index 59e885bf55..ba517c4901 100644
38 --- a/kde-apps/libkcddb/libkcddb-9999.ebuild
39 +++ b/kde-apps/libkcddb/libkcddb-9999.ebuild
40 @@ -36,12 +36,7 @@ RESTRICT+=" test"
41
42 src_prepare() {
43 ecm_src_prepare
44 -
45 - if ! use handbook ; then
46 - pushd kcmcddb > /dev/null
47 - cmake_comment_add_subdirectory doc
48 - popd > /dev/null
49 - fi
50 + use handbook || cmake_run_in kcmcddb cmake_comment_add_subdirectory doc
51 }
52
53 src_configure() {