Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 24 Jun 2017 17:27:53
Message-Id: 1498325239.18f9bafcadd46093d2249b3b3b71ff82c7bd6f97.asturm@gentoo
1 commit: 18f9bafcadd46093d2249b3b3b71ff82c7bd6f97
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 15:07:22 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 17:27:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f9bafc
7
8 kde5.eclass: Drop obsolete Plasma-4 warning
9
10 eclass/kde5.eclass | 8 --------
11 1 file changed, 8 deletions(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index ef1ee5a9454..3b6810526a0 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -739,14 +739,6 @@ kde5_pkg_postinst() {
18 einfo "Use it at your own risk."
19 einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
20 fi
21 - # for kf5-based applications tell user that he SHOULD NOT be using kde-plasma/plasma-workspace:4
22 - if [[ ${KDEBASE} != kde-base || ${CATEGORY} = kde-apps ]] && \
23 - has_version 'kde-plasma/plasma-workspace:4'; then
24 - echo
25 - ewarn "WARNING! Your system configuration still contains \"kde-plasma/plasma-workspace:4\","
26 - ewarn "indicating a Plasma 4 setup. With this setting you are unsupported by KDE team."
27 - ewarn "Please consider upgrading to Plasma 5."
28 - fi
29 fi
30 }