Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 09 Jul 2016 21:27:13
Message-Id: 1468099615.e9a8c866b5afb471f4e8d574bebf4d3446cf1ab3.johu@gentoo
1 commit: e9a8c866b5afb471f4e8d574bebf4d3446cf1ab3
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 9 11:11:01 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 21:26:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a8c866
7
8 kde4-base.eclass: Remove warning without kde-apps/kdebase-runtime-meta
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11
12 eclass/kde4-base.eclass | 10 ----------
13 1 file changed, 10 deletions(-)
14
15 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
16 index 5c36b29..c6ce069 100644
17 --- a/eclass/kde4-base.eclass
18 +++ b/eclass/kde4-base.eclass
19 @@ -892,16 +892,6 @@ kde4-base_pkg_postinst() {
20 einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
21 echo
22 fi
23 - # for all 3rd party soft tell user that he SHOULD install kdebase-startkde or kdebase-runtime-meta
24 - if [[ ${KDEBASE} != kde-base ]] && \
25 - ! has_version 'kde-apps/kdebase-runtime-meta'; then
26 - if [[ ${KDE_REQUIRED} == always ]] || ( [[ ${KDE_REQUIRED} == optional ]] && use kde ); then
27 - echo
28 - ewarn "WARNING! Your system configuration does not contain \"kde-apps/kdebase-runtime-meta\"."
29 - ewarn "With this setting you are unsupported by KDE team."
30 - ewarn "All missing features you report for misc packages will be probably ignored or closed as INVALID."
31 - fi
32 - fi
33 fi
34 }