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-nm/
Date: Sat, 18 Aug 2018 20:51:19
Message-Id: 1534625456.939890939132d57fb555cc43b7e555b1ff7c187e.asturm@gentoo
1 commit: 939890939132d57fb555cc43b7e555b1ff7c187e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 20:50:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 20:50:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=93989093
7
8 kde-plasma/plasma-nm: Use elog
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild | 6 +++---
13 kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild | 6 +++---
14 kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 6 +++---
15 3 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
18 index de4b44d36b..39603fcc9f 100644
19 --- a/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
20 +++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
21 @@ -68,8 +68,8 @@ pkg_postinst() {
22 kde5_pkg_postinst
23
24 if ! has_version "kde-plasma/plasma-workspace:5"; then
25 - einfo "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
26 - einfo "However, the networkmanagement KCM can be called from either systemsettings"
27 - einfo "or manually: $ kcmshell5 kcm_networkmanagement"
28 + elog "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
29 + elog "However, the networkmanagement KCM can be called from either systemsettings"
30 + elog "or manually: $ kcmshell5 kcm_networkmanagement"
31 fi
32 }
33
34 diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
35 index de4b44d36b..39603fcc9f 100644
36 --- a/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
37 +++ b/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
38 @@ -68,8 +68,8 @@ pkg_postinst() {
39 kde5_pkg_postinst
40
41 if ! has_version "kde-plasma/plasma-workspace:5"; then
42 - einfo "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
43 - einfo "However, the networkmanagement KCM can be called from either systemsettings"
44 - einfo "or manually: $ kcmshell5 kcm_networkmanagement"
45 + elog "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
46 + elog "However, the networkmanagement KCM can be called from either systemsettings"
47 + elog "or manually: $ kcmshell5 kcm_networkmanagement"
48 fi
49 }
50
51 diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
52 index 113c4b21e3..4fcd8cfc49 100644
53 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
54 +++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
55 @@ -67,8 +67,8 @@ pkg_postinst() {
56 kde5_pkg_postinst
57
58 if ! has_version "kde-plasma/plasma-workspace:5"; then
59 - einfo "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
60 - einfo "However, the networkmanagement KCM can be called from either systemsettings"
61 - einfo "or manually: $ kcmshell5 kcm_networkmanagement"
62 + elog "${PN} is not terribly useful without kde-plasma/plasma-workspace:5."
63 + elog "However, the networkmanagement KCM can be called from either systemsettings"
64 + elog "or manually: $ kcmshell5 kcm_networkmanagement"
65 fi
66 }