Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/kitscenarist/
Date: Wed, 05 Aug 2020 11:18:36
Message-Id: 1596622666.bf47caeec383eccefe3964c1dece9696c7844e39.andrewammerlaan@gentoo
1 commit: bf47caeec383eccefe3964c1dece9696c7844e39
2 Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 5 10:17:46 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Aug 5 10:17:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf47caee
7
8 app-editors/kitscenarist: restore needed functionality
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com>
12
13 app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild | 11 +++++++++++
14 1 file changed, 11 insertions(+)
15
16 diff --git a/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild b/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
17 index 3ff4838..549a029 100644
18 --- a/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
19 +++ b/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
20 @@ -47,3 +47,14 @@ src_install() {
21 readme.gentoo_create_doc
22 font_src_install
23 }
24 +
25 +pkg_postinst() {
26 + xdg_pkg_postinst
27 + font_pkg_postinst
28 + readme.gentoo_print_elog
29 +}
30 +
31 +pkg_postrm() {
32 + xdg_pkg_postrm
33 + font_pkg_postrm
34 +}