Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/
Date: Wed, 19 Aug 2020 14:40:40
Message-Id: 1597847998.928f3c32332c610c4e13854bdaa4e00b500b8c9a.hattya@gentoo
1 commit: 928f3c32332c610c4e13854bdaa4e00b500b8c9a
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:30:06 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:39:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928f3c32
7
8 app-i18n/ibus-table: use xdg eclass
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 ...-table-1.9.18-r1.ebuild => ibus-table-1.9.18-r2.ebuild} | 14 +++++++++++++-
14 ...-table-1.9.21-r1.ebuild => ibus-table-1.9.21-r2.ebuild} | 14 +++++++++++++-
15 2 files changed, 26 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
18 similarity index 85%
19 rename from app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
20 rename to app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
21 index 3984c433363..32a4746c504 100644
22 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
23 +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
24 @@ -5,7 +5,7 @@ EAPI="7"
25 PYTHON_COMPAT=( python3_{6,7,8} )
26 PYTHON_REQ_USE="sqlite(+)"
27
28 -inherit python-single-r1
29 +inherit python-single-r1 xdg
30
31 DESCRIPTION="Tables engines for IBus"
32 HOMEPAGE="https://github.com/ibus/ibus/wiki"
33 @@ -37,3 +37,15 @@ src_prepare() {
34 src_configure() {
35 econf $(use_enable nls)
36 }
37 +
38 +pkg_preinst() {
39 + xdg_pkg_preinst
40 +}
41 +
42 +pkg_postinst() {
43 + xdg_pkg_postinst
44 +}
45 +
46 +pkg_postrm() {
47 + xdg_pkg_postrm
48 +}
49
50 diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
51 similarity index 85%
52 rename from app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
53 rename to app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
54 index 35165054cd6..779ffde98ca 100644
55 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
56 +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
57 @@ -5,7 +5,7 @@ EAPI="7"
58 PYTHON_COMPAT=( python3_{6,7,8} )
59 PYTHON_REQ_USE="sqlite(+)"
60
61 -inherit python-single-r1
62 +inherit python-single-r1 xdg
63
64 DESCRIPTION="Tables engines for IBus"
65 HOMEPAGE="https://github.com/ibus/ibus/wiki"
66 @@ -38,3 +38,15 @@ src_prepare() {
67 src_configure() {
68 econf $(use_enable nls)
69 }
70 +
71 +pkg_preinst() {
72 + xdg_pkg_preinst
73 +}
74 +
75 +pkg_postinst() {
76 + xdg_pkg_postinst
77 +}
78 +
79 +pkg_postrm() {
80 + xdg_pkg_postrm
81 +}