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 EDF6C138335 for ; Thu, 13 Dec 2018 22:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F445E0DCE; Thu, 13 Dec 2018 22:24:15 +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 5B54CE0DCD for ; Thu, 13 Dec 2018 22:24:15 +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 032E2335CF8 for ; Thu, 13 Dec 2018 22:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 722C24F0 for ; Thu, 13 Dec 2018 22:24:10 +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: <1544739839.c110ca309db2ab637f59b2eb3a48e49f5cb75f14.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-18.12.49.9999.ebuild kde-apps/kate/kate-9999.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c110ca309db2ab637f59b2eb3a48e49f5cb75f14 X-VCS-Branch: master Date: Thu, 13 Dec 2018 22:24:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc0d7579-8748-44c7-87fd-3944ab095c68 X-Archives-Hash: 285282e136eeb9da97ec2b05bae6f0b3 commit: c110ca309db2ab637f59b2eb3a48e49f5cb75f14 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 21:09:55 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 13 22:23:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c110ca30 kde-apps/kate: Reduce pkg_postinst spam Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kate/kate-18.12.49.9999.ebuild | 2 +- kde-apps/kate/kate-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kate/kate-18.12.49.9999.ebuild b/kde-apps/kate/kate-18.12.49.9999.ebuild index 800a84214f..ea0091ddcc 100644 --- a/kde-apps/kate/kate-18.12.49.9999.ebuild +++ b/kde-apps/kate/kate-18.12.49.9999.ebuild @@ -76,7 +76,7 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if use addons; then + if [[ -z "${REPLACING_VERSIONS}" ]] && use addons; then elog "The functionality of ktexteditorpreview plugin can be extended with:" elog " kde-misc/kmarkdownwebview" elog " media-gfx/kgraphviewer" diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index ce8e6b9061..ea0091ddcc 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,7 +76,7 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if use addons; then + if [[ -z "${REPLACING_VERSIONS}" ]] && use addons; then elog "The functionality of ktexteditorpreview plugin can be extended with:" elog " kde-misc/kmarkdownwebview" elog " media-gfx/kgraphviewer"