aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 22:09:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 23:23:59 +0100
commitc110ca309db2ab637f59b2eb3a48e49f5cb75f14 (patch)
treeb98a52227f85bf7e3d4600919843d191f2deeacd
parentkde-apps/gwenview: Reduce pkg_postinst spam (diff)
downloadkde-c110ca309db2ab637f59b2eb3a48e49f5cb75f14.tar.gz
kde-c110ca309db2ab637f59b2eb3a48e49f5cb75f14.tar.bz2
kde-c110ca309db2ab637f59b2eb3a48e49f5cb75f14.zip
kde-apps/kate: Reduce pkg_postinst spam
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kate/kate-18.12.49.9999.ebuild2
-rw-r--r--kde-apps/kate/kate-9999.ebuild4
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"