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:17
Message-Id: 1534625206.e1493715139cf512504567ec34f573e9e280256a.asturm@gentoo
1 commit: e1493715139cf512504567ec34f573e9e280256a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 20:46:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 20:46:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1493715
7
8 kde-plasma/kinfocenter: Use elog
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 e2bad37d44..cbc3e375e8 100644
19 --- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
20 +++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
21 @@ -87,9 +87,9 @@ src_install() {
22
23 pkg_postinst() {
24 if ! has_version "net-fs/nfs-utils"; then
25 - einfo "Installing net-fs/nfs-utils will enable the NFS information module."
26 + elog "Installing net-fs/nfs-utils will enable the NFS information module."
27 fi
28 if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
29 - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
30 + elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
31 fi
32 }
33
34 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
35 index e2bad37d44..cbc3e375e8 100644
36 --- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
37 +++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
38 @@ -87,9 +87,9 @@ src_install() {
39
40 pkg_postinst() {
41 if ! has_version "net-fs/nfs-utils"; then
42 - einfo "Installing net-fs/nfs-utils will enable the NFS information module."
43 + elog "Installing net-fs/nfs-utils will enable the NFS information module."
44 fi
45 if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
46 - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
47 + elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
48 fi
49 }
50
51 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
52 index e2bad37d44..cbc3e375e8 100644
53 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
54 +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
55 @@ -87,9 +87,9 @@ src_install() {
56
57 pkg_postinst() {
58 if ! has_version "net-fs/nfs-utils"; then
59 - einfo "Installing net-fs/nfs-utils will enable the NFS information module."
60 + elog "Installing net-fs/nfs-utils will enable the NFS information module."
61 fi
62 if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
63 - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
64 + elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
65 fi
66 }