Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sci-mathematics/rkward/
Date: Sun, 11 Oct 2020 11:08:28
Message-Id: 1602410380.def48d75bb8110cb90c40065197343ed0f1d7532.asturm@gentoo
1 commit: def48d75bb8110cb90c40065197343ed0f1d7532
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 09:59:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 09:59:40 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=def48d75
7
8 sci-mathematics/rkward: Add pkg_postinst about kde-apps/kate plugins
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-mathematics/rkward/rkward-9999.ebuild | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild
17 index 80e5193151..148561b1c8 100644
18 --- a/sci-mathematics/rkward/rkward-9999.ebuild
19 +++ b/sci-mathematics/rkward/rkward-9999.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 ECM_HANDBOOK="forceoptional"
24 -inherit ecm kde.org
25 +inherit ecm kde.org optfeature
26
27 DESCRIPTION="IDE for the R-project"
28 HOMEPAGE="https://rkward.kde.org/"
29 @@ -43,3 +43,9 @@ DEPEND="
30 kde-frameworks/kxmlgui:5
31 "
32 RDEPEND="${DEPEND}"
33 +
34 +pkg_postinst() {
35 + elog "Optional dependencies:"
36 + optfeature "kate plugins support" kde-apps/kate:${SLOT}
37 + ecm_pkg_postinst
38 +}