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-anthy/
Date: Thu, 14 May 2020 14:36:27
Message-Id: 1589466972.b300169356f4c43051c7f016680bc9f548470456.hattya@gentoo
1 commit: b300169356f4c43051c7f016680bc9f548470456
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 14:23:34 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 14:36:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3001693
7
8 app-i18n/ibus-anthy: use xdg eclass
9
10 Bug: https://bugs.gentoo.org/722758
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 .../{ibus-anthy-1.5.10-r1.ebuild => ibus-anthy-1.5.10-r2.ebuild} | 5 ++++-
15 .../{ibus-anthy-1.5.11.ebuild => ibus-anthy-1.5.11-r1.ebuild} | 5 ++++-
16 2 files changed, 8 insertions(+), 2 deletions(-)
17
18 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
19 similarity index 93%
20 rename from app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
21 rename to app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
22 index f8d2fd9b0ff..069c762f0ac 100644
23 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
24 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
25 @@ -4,7 +4,7 @@
26 EAPI="7"
27 PYTHON_COMPAT=( python3_{6,7,8} )
28
29 -inherit gnome2-utils python-single-r1
30 +inherit gnome2-utils python-single-r1 xdg
31
32 DESCRIPTION="Japanese Anthy engine for IBus"
33 HOMEPAGE="https://github.com/ibus/ibus/wiki"
34 @@ -53,10 +53,12 @@ src_install() {
35 }
36
37 pkg_preinst() {
38 + xdg_pkg_preinst
39 gnome2_icon_savelist
40 }
41
42 pkg_postinst() {
43 + xdg_pkg_postinst
44 gnome2_icon_cache_update
45
46 if ! has_version app-dicts/kasumi; then
47 @@ -65,5 +67,6 @@ pkg_postinst() {
48 }
49
50 pkg_postrm() {
51 + xdg_pkg_postrm
52 gnome2_icon_cache_update
53 }
54
55 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
56 similarity index 92%
57 rename from app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
58 rename to app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
59 index b818978cb1a..f1381ad5b3a 100644
60 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
61 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
62 @@ -4,7 +4,7 @@
63 EAPI="7"
64 PYTHON_COMPAT=( python3_{6,7,8} )
65
66 -inherit gnome2-utils python-single-r1
67 +inherit gnome2-utils python-single-r1 xdg
68
69 DESCRIPTION="Japanese Anthy engine for IBus"
70 HOMEPAGE="https://github.com/ibus/ibus/wiki"
71 @@ -52,10 +52,12 @@ src_install() {
72 }
73
74 pkg_preinst() {
75 + xdg_pkg_preinst
76 gnome2_icon_savelist
77 }
78
79 pkg_postinst() {
80 + xdg_pkg_postinst
81 gnome2_icon_cache_update
82
83 if ! has_version app-dicts/kasumi; then
84 @@ -64,5 +66,6 @@ pkg_postinst() {
85 }
86
87 pkg_postrm() {
88 + xdg_pkg_postrm
89 gnome2_icon_cache_update
90 }