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 A2D9C138335 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 8209EE0823; Sat, 18 Aug 2018 20:51:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3F86BE0819 for ; Sat, 18 Aug 2018 20:51:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 67555340C80 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 3690B3AC 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: <1534625118.dc1540afcfd45840784729a9efab4b6b6ccfd1f6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild X-VCS-Directories: kde-apps/dolphin-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dc1540afcfd45840784729a9efab4b6b6ccfd1f6 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: cd4c6d1a-37ad-4068-9cf1-c956f2fe43f0 X-Archives-Hash: bb71907bc58c29efbf3db941f9a5caea commit: dc1540afcfd45840784729a9efab4b6b6ccfd1f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 18 20:45:18 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 }