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-sayura/
Date: Fri, 04 Oct 2019 18:43:16
Message-Id: 1570214575.84d6bc948c7ca01f7d565efa77794af33924f6f2.floppym@gentoo
1 commit: 84d6bc948c7ca01f7d565efa77794af33924f6f2
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 3 06:26:28 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=84d6bc94
7
8 app-i18n/fcitx-sayura: 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-sayura/fcitx-sayura-0.1.2.ebuild | 16 ++++++++--------
14 app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild | 16 ++++++++--------
15 2 files changed, 16 insertions(+), 16 deletions(-)
16
17 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild
18 index aaecf413d37..c767ad9702d 100644
19 --- a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild
20 +++ b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 2016-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,18 +24,18 @@ SLOT="4"
35 KEYWORDS="amd64 ~hppa ppc ppc64 x86"
36 IUSE=""
37
38 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
39 +BDEPEND="virtual/pkgconfig"
40 +DEPEND=">=app-i18n/fcitx-4.2.9:4
41 virtual/libiconv
42 virtual/libintl"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 +RDEPEND="${DEPEND}"
46
47 DOCS=()
48
49 pkg_postinst() {
50 - gnome2_icon_cache_update
51 + xdg_icon_cache_update
52 }
53
54 pkg_postrm() {
55 - gnome2_icon_cache_update
56 + xdg_icon_cache_update
57 }
58
59 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild
60 index 96a0b8ba536..782627256f6 100644
61 --- a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild
62 +++ b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild
63 @@ -1,9 +1,9 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 +# Copyright 2016-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 -EAPI="6"
69 +EAPI="7"
70
71 -inherit cmake-utils gnome2-utils
72 +inherit cmake-utils xdg-utils
73
74 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
75 inherit git-r3
76 @@ -24,18 +24,18 @@ SLOT="4"
77 KEYWORDS=""
78 IUSE=""
79
80 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
81 +BDEPEND="virtual/pkgconfig"
82 +DEPEND=">=app-i18n/fcitx-4.2.9:4
83 virtual/libiconv
84 virtual/libintl"
85 -DEPEND="${RDEPEND}
86 - virtual/pkgconfig"
87 +RDEPEND="${DEPEND}"
88
89 DOCS=()
90
91 pkg_postinst() {
92 - gnome2_icon_cache_update
93 + xdg_icon_cache_update
94 }
95
96 pkg_postrm() {
97 - gnome2_icon_cache_update
98 + xdg_icon_cache_update
99 }