From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EDFE138334 for ; Sat, 18 Aug 2018 20:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DED3E0817; Sat, 18 Aug 2018 20:51:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 299F7E0817 for ; Sat, 18 Aug 2018 20:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21FF5340BDD for ; Sat, 18 Aug 2018 20:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 602033AE for ; Sat, 18 Aug 2018 20:51:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534625206.e1493715139cf512504567ec34f573e9e280256a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e1493715139cf512504567ec34f573e9e280256a X-VCS-Branch: master Date: Sat, 18 Aug 2018 20:51:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d909825c-4913-4427-8261-9ce7cb7457a6 X-Archives-Hash: 25367ec1b00687e280c06ecf572fbca7 commit: e1493715139cf512504567ec34f573e9e280256a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 18 20:46:46 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 18 20:46:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1493715 kde-plasma/kinfocenter: Use elog Package-Manager: Portage-2.3.47, Repoman-2.3.10 kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 4 ++-- kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 4 ++-- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild index e2bad37d44..cbc3e375e8 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild @@ -87,9 +87,9 @@ src_install() { pkg_postinst() { if ! has_version "net-fs/nfs-utils"; then - einfo "Installing net-fs/nfs-utils will enable the NFS information module." + elog "Installing net-fs/nfs-utils will enable the NFS information module." fi if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module." + elog "Installing net-fs/samba[server(+)] will enable the Samba status information module." fi } diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild index e2bad37d44..cbc3e375e8 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild @@ -87,9 +87,9 @@ src_install() { pkg_postinst() { if ! has_version "net-fs/nfs-utils"; then - einfo "Installing net-fs/nfs-utils will enable the NFS information module." + elog "Installing net-fs/nfs-utils will enable the NFS information module." fi if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module." + elog "Installing net-fs/samba[server(+)] will enable the Samba status information module." fi } diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index e2bad37d44..cbc3e375e8 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -87,9 +87,9 @@ src_install() { pkg_postinst() { if ! has_version "net-fs/nfs-utils"; then - einfo "Installing net-fs/nfs-utils will enable the NFS information module." + elog "Installing net-fs/nfs-utils will enable the NFS information module." fi if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module." + elog "Installing net-fs/samba[server(+)] will enable the Samba status information module." fi }