Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-hangul/
Date: Fri, 04 Oct 2019 18:43:17
Message-Id: 1570214575.fa13d94db978ec07661ec37e8d9d0b305671a14d.floppym@gentoo
1 commit: fa13d94db978ec07661ec37e8d9d0b305671a14d
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 3 05:56:39 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:42:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa13d94d
7
8 app-i18n/fcitx-hangul: Use EAPI="7".
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild | 18 +++++++++---------
14 app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild | 18 +++++++++---------
15 2 files changed, 18 insertions(+), 18 deletions(-)
16
17 diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
18 index c933884fa90..16855499c91 100644
19 --- a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
20 +++ b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 2013-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI="7"
28
29 -inherit cmake-utils gnome2-utils
30 +inherit cmake-utils xdg-utils
31
32 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
33 inherit git-r3
34 @@ -24,20 +24,20 @@ SLOT="4"
35 KEYWORDS="amd64 ppc ppc64 x86"
36 IUSE=""
37
38 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
39 +BDEPEND="sys-devel/gettext
40 + virtual/pkgconfig"
41 +DEPEND=">=app-i18n/fcitx-4.2.9:4
42 app-i18n/libhangul:=
43 virtual/libiconv
44 virtual/libintl"
45 -DEPEND="${RDEPEND}
46 - sys-devel/gettext
47 - virtual/pkgconfig"
48 +RDEPEND="${DEPEND}"
49
50 DOCS=(AUTHORS)
51
52 pkg_postinst() {
53 - gnome2_icon_cache_update
54 + xdg_icon_cache_update
55 }
56
57 pkg_postrm() {
58 - gnome2_icon_cache_update
59 + xdg_icon_cache_update
60 }
61
62 diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
63 index a9af4dd2d47..917d7e983d2 100644
64 --- a/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
65 +++ b/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
66 @@ -1,9 +1,9 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 2013-2019 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 -EAPI="6"
72 +EAPI="7"
73
74 -inherit cmake-utils gnome2-utils
75 +inherit cmake-utils xdg-utils
76
77 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
78 inherit git-r3
79 @@ -24,20 +24,20 @@ SLOT="4"
80 KEYWORDS=""
81 IUSE=""
82
83 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
84 +BDEPEND="sys-devel/gettext
85 + virtual/pkgconfig"
86 +DEPEND=">=app-i18n/fcitx-4.2.9:4
87 app-i18n/libhangul:=
88 virtual/libiconv
89 virtual/libintl"
90 -DEPEND="${RDEPEND}
91 - sys-devel/gettext
92 - virtual/pkgconfig"
93 +RDEPEND="${DEPEND}"
94
95 DOCS=(AUTHORS)
96
97 pkg_postinst() {
98 - gnome2_icon_cache_update
99 + xdg_icon_cache_update
100 }
101
102 pkg_postrm() {
103 - gnome2_icon_cache_update
104 + xdg_icon_cache_update
105 }