Gentoo Archives: gentoo-commits

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