Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 05 Feb 2014 14:07:34
Message-Id: 1391609232.6dff9f6c31903e5320450cf6b27267f2282e0d2a.kensington@gentoo
1 commit: 6dff9f6c31903e5320450cf6b27267f2282e0d2a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 14:07:12 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 14:07:12 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6dff9f6c
7
8 [eclass] Remove stuff for unsupported EAPIs.
9
10 ---
11 eclass/cmake-utils.eclass | 4 +---
12 1 file changed, 1 insertion(+), 3 deletions(-)
13
14 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
15 index b72454b..31f41c5 100644
16 --- a/eclass/cmake-utils.eclass
17 +++ b/eclass/cmake-utils.eclass
18 @@ -517,7 +517,6 @@ enable_cmake-utils_src_configure() {
19 enable_cmake-utils_src_compile() {
20 debug-print-function ${FUNCNAME} "$@"
21
22 - has src_configure ${CMAKE_EXPF} || cmake-utils_src_configure
23 cmake-utils_src_make "$@"
24 }
25
26 @@ -680,8 +679,7 @@ cmake-utils_src_configure() {
27
28 # @FUNCTION: cmake-utils_src_compile
29 # @DESCRIPTION:
30 -# General function for compiling with cmake. Default behaviour is to check for
31 -# EAPI and respectively to configure as well or just compile.
32 +# General function for compiling with cmake.
33 # Automatically detects the build type. All arguments are passed to emake.
34 cmake-utils_src_compile() {
35 _execute_optionaly "src_compile" "$@"