Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Wed, 25 Apr 2018 23:33:15
Message-Id: 1524699181.613a3e9aa66a48846dfdce1d468f699dadd4220c.asturm@gentoo
1 commit: 613a3e9aa66a48846dfdce1d468f699dadd4220c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 23:33:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 23:33:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=613a3e9a
7
8 kde-plasma/plasma-desktop: Do not advertise sni-qt anymore
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 3 ---
13 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 3 ---
14 2 files changed, 6 deletions(-)
15
16 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
17 index 5d6468885d..0879ceca78 100644
18 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
19 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
20 @@ -151,9 +151,6 @@ src_test() {
21 pkg_postinst() {
22 kde5_pkg_postinst
23
24 - if has_version "dev-qt/qtcore:4" && ! has_version "dev-libs/sni-qt" ; then
25 - elog "For Qt4 applications legacy-systray support, please install dev-libs/sni-qt."
26 - fi
27 if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
28 elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
29 fi
30
31 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
32 index 5d6468885d..0879ceca78 100644
33 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
34 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
35 @@ -151,9 +151,6 @@ src_test() {
36 pkg_postinst() {
37 kde5_pkg_postinst
38
39 - if has_version "dev-qt/qtcore:4" && ! has_version "dev-libs/sni-qt" ; then
40 - elog "For Qt4 applications legacy-systray support, please install dev-libs/sni-qt."
41 - fi
42 if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
43 elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
44 fi