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 E4B29138330 for ; Thu, 31 May 2018 21:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E129EE08E2; Thu, 31 May 2018 21:34:29 +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 BAF8FE08E2 for ; Thu, 31 May 2018 21:34:29 +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 9F58D335C51 for ; Thu, 31 May 2018 21:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E95F287 for ; Thu, 31 May 2018 21:34:27 +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: <1527802441.70db8ab67cd7783f987b7ca455891fff20394b6f.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.04.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: 70db8ab67cd7783f987b7ca455891fff20394b6f X-VCS-Branch: master Date: Thu, 31 May 2018 21:34:27 +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: b2c179e4-82d8-4154-beea-c3c73b7e2a1b X-Archives-Hash: 3b5b5788f2798f14eb63260f56335fd1 commit: 70db8ab67cd7783f987b7ca455891fff20394b6f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 31 21:14:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 31 21:34:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=70db8ab6 kde-apps/kate: Add some postinst hints Closes: https://bugs.gentoo.org/656588 Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-apps/kate/kate-18.04.49.9999.ebuild | 10 ++++++++++ kde-apps/kate/kate-9999.ebuild | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-apps/kate/kate-18.04.49.9999.ebuild b/kde-apps/kate/kate-18.04.49.9999.ebuild index 7760f20e57..ce8e6b9061 100644 --- a/kde-apps/kate/kate-18.04.49.9999.ebuild +++ b/kde-apps/kate/kate-18.04.49.9999.ebuild @@ -72,3 +72,13 @@ src_configure() { kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + + if use addons; then + elog "The functionality of ktexteditorpreview plugin can be extended with:" + elog " kde-misc/kmarkdownwebview" + elog " media-gfx/kgraphviewer" + fi +} diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index 7760f20e57..ce8e6b9061 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -72,3 +72,13 @@ src_configure() { kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + + if use addons; then + elog "The functionality of ktexteditorpreview plugin can be extended with:" + elog " kde-misc/kmarkdownwebview" + elog " media-gfx/kgraphviewer" + fi +}