commit:     dc1540afcfd45840784729a9efab4b6b6ccfd1f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 20:45:18 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 20:45:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc1540af

kde-apps/dolphin-plugins: Use elog

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild       | 6 ++----
 kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild | 6 ++----
 kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild          | 6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild 
b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild
index 125d149d68..13dab37812 100644
--- a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild
+++ b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild
@@ -66,9 +66,7 @@ src_install() {
 
 pkg_postinst() {
        if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! 
use mercurial; then
-               einfo
-               einfo "You have disabled all plugin use flags. If you want to 
have vcs"
-               einfo "integration in dolphin, enable those of your needs."
-               einfo
+               elog "You have disabled all plugin use flags. If you want to 
have vcs"
+               elog "integration in dolphin, enable those of your needs."
        fi
 }

diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild 
b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild
index 31bbb7120b..7458ba7c3d 100644
--- a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild
@@ -66,9 +66,7 @@ src_install() {
 
 pkg_postinst() {
        if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! 
use mercurial; then
-               einfo
-               einfo "You have disabled all plugin use flags. If you want to 
have vcs"
-               einfo "integration in dolphin, enable those of your needs."
-               einfo
+               elog "You have disabled all plugin use flags. If you want to 
have vcs"
+               elog "integration in dolphin, enable those of your needs."
        fi
 }

diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild 
b/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild
index 405a3fbc84..20c8072fbe 100644
--- a/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild
+++ b/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild
@@ -66,9 +66,7 @@ src_install() {
 
 pkg_postinst() {
        if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! 
use mercurial; then
-               einfo
-               einfo "You have disabled all plugin use flags. If you want to 
have vcs"
-               einfo "integration in dolphin, enable those of your needs."
-               einfo
+               elog "You have disabled all plugin use flags. If you want to 
have vcs"
+               elog "integration in dolphin, enable those of your needs."
        fi
 }

Reply via email to