Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/
Date: Thu, 25 Oct 2018 18:04:36
Message-Id: 1540490647.276183483a6bc9e52b2b7ac4a2c496fd5004f61c.asturm@gentoo
1 commit: 276183483a6bc9e52b2b7ac4a2c496fd5004f61c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 17:45:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 18:04:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27618348
7
8 kde-plasma/plasma-desktop: Don't mention dev-libs/libappindicator anymore
9
10 Closes: https://bugs.gentoo.org/669502
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild
18 index 4cf7463de33..5e79908a990 100644
19 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild
20 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.14.2.ebuild
21 @@ -142,14 +142,3 @@ src_test() {
22
23 kde5_src_test
24 }
25 -
26 -pkg_postinst() {
27 - kde5_pkg_postinst
28 -
29 - if has_version "x11-libs/gtk+:2" && ! has_version "dev-libs/libappindicator:2"; then
30 - elog "For GTK+2 applications legacy-systray support, please install dev-libs/libappindicator:2."
31 - fi
32 - if has_version "x11-libs/gtk+:3" && ! has_version "dev-libs/libappindicator:3"; then
33 - elog "For GTK+3 applications legacy-systray support, please install dev-libs/libappindicator:3."
34 - fi
35 -}