Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fb2edit/
Date: Tue, 18 Aug 2020 08:53:21
Message-Id: 1597740781.7f6b1ec502a0e232b880bcae1769af0ae15374e8.grozin@gentoo
1 commit: 7f6b1ec502a0e232b880bcae1769af0ae15374e8
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 08:52:37 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 08:53:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6b1ec5
7
8 app-text/fb2edit: ebuild improvements
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 app-text/fb2edit/fb2edit-0.1.0.ebuild | 12 ------------
14 1 file changed, 12 deletions(-)
15
16 diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild b/app-text/fb2edit/fb2edit-0.1.0.ebuild
17 index 626eeab69e4..1586fc5e407 100644
18 --- a/app-text/fb2edit/fb2edit-0.1.0.ebuild
19 +++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild
20 @@ -24,15 +24,3 @@ BDEPEND="${RDEPEND}
21 src_prepare () {
22 cmake_src_prepare
23 }
24 -
25 -pkg_preinst () {
26 - xdg_pkg_preinst
27 -}
28 -
29 -pkg_postinst () {
30 - xdg_pkg_postinst
31 -}
32 -
33 -pkg_postrm () {
34 - xdg_pkg_postrm
35 -}