Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Aug 2016 14:23:54
Message-Id: 1472653406.4c1cf2a7e0eea94f17fc0995cc91ba23e88d2f1b.kensington@gentoo
1 commit: 4c1cf2a7e0eea94f17fc0995cc91ba23e88d2f1b
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 7 19:02:52 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:23:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1cf2a7
7
8 kde5.eclass: Remove obsolete KDE_PUNT_BOGUS_DEPS handling
9
10 eclass/kde5.eclass | 19 -------------------
11 1 file changed, 19 deletions(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index c1dd3b5..4fc4b1a 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -109,13 +109,6 @@ if [[ ${KDEBASE} = kdel10n ]]; then
18 fi
19 fi
20
21 -# @ECLASS-VARIABLE: KDE_PUNT_BOGUS_DEPS
22 -# @DESCRIPTION:
23 -# If set to "false", do nothing.
24 -# For any other value, do black magic to make hardcoded-but-optional dependencies
25 -# optional again. An upstream solution is preferable and this is a last resort.
26 -: ${KDE_PUNT_BOGUS_DEPS:=false}
27 -
28 # @ECLASS-VARIABLE: KDE_SELINUX_MODULE
29 # @DESCRIPTION:
30 # If set to "none", do nothing.
31 @@ -489,18 +482,6 @@ EOF
32 cmake_comment_add_subdirectory tests
33 fi
34
35 - case ${KDE_PUNT_BOGUS_DEPS} in
36 - false) ;;
37 - *)
38 - if ! use_if_iuse test ; then
39 - punt_bogus_dep Qt5 Test
40 - fi
41 - if ! use_if_iuse handbook ; then
42 - punt_bogus_dep KF5 DocTools
43 - fi
44 - ;;
45 - esac
46 -
47 # only build unit tests when required
48 if ! use_if_iuse test ; then
49 if [[ ${KDE_TEST} = forceoptional ]] ; then