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/kinfocenter/
Date: Sat, 18 Aug 2018 20:51:19
Message-Id: 1534625358.34496c764e9531ada2dd0417c8742b605d0cc82e.asturm@gentoo
1 commit: 34496c764e9531ada2dd0417c8742b605d0cc82e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 20:49:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 20:49:18 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=34496c76
7
8 kde-plasma/kinfocenter: Update pkg_postinst message
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 4 ++--
13 kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 4 ++--
14 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
18 index cbc3e375e8..8335de30d3 100644
19 --- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
20 +++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
21 @@ -89,7 +89,7 @@ pkg_postinst() {
22 if ! has_version "net-fs/nfs-utils"; then
23 elog "Installing net-fs/nfs-utils will enable the NFS information module."
24 fi
25 - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
26 - elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
27 + if ! has_version "net-fs/samba"; then
28 + elog "Installing net-fs/samba will enable the Samba status information module."
29 fi
30 }
31
32 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
33 index cbc3e375e8..8335de30d3 100644
34 --- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
35 +++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
36 @@ -89,7 +89,7 @@ pkg_postinst() {
37 if ! has_version "net-fs/nfs-utils"; then
38 elog "Installing net-fs/nfs-utils will enable the NFS information module."
39 fi
40 - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
41 - elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
42 + if ! has_version "net-fs/samba"; then
43 + elog "Installing net-fs/samba will enable the Samba status information module."
44 fi
45 }
46
47 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
48 index cbc3e375e8..8335de30d3 100644
49 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
50 +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
51 @@ -89,7 +89,7 @@ pkg_postinst() {
52 if ! has_version "net-fs/nfs-utils"; then
53 elog "Installing net-fs/nfs-utils will enable the NFS information module."
54 fi
55 - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
56 - elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
57 + if ! has_version "net-fs/samba"; then
58 + elog "Installing net-fs/samba will enable the Samba status information module."
59 fi
60 }