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-libpinyin/
Date: Fri, 02 Oct 2020 17:45:40
Message-Id: 1601660710.f60f790cdbd00b74d9d2274d3e6516e5bccf5763.floppym@gentoo
1 commit: f60f790cdbd00b74d9d2274d3e6516e5bccf5763
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Oct 2 00:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 17:45:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60f790c
7
8 app-i18n/fcitx-libpinyin: Use cmake.eclass.
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-libpinyin/fcitx-libpinyin-0.5.3.ebuild | 6 +++---
14 app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
18 index 2602b01a5ea..1742c97885a 100644
19 --- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
20 +++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="7"
24
25 -inherit cmake-utils xdg-utils
26 +inherit cmake xdg-utils
27
28 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
29 inherit git-r3
30 @@ -54,7 +54,7 @@ src_prepare() {
31 ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" data/model.text.20161206.tar.gz || die
32 fi
33
34 - cmake-utils_src_prepare
35 + cmake_src_prepare
36 }
37
38 src_configure() {
39 @@ -62,7 +62,7 @@ src_configure() {
40 -DENABLE_QT=$(usex dictionary-manager)
41 )
42
43 - cmake-utils_src_configure
44 + cmake_src_configure
45 }
46
47 pkg_postinst() {
48
49 diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
50 index 013ed7670a4..23aae0d11f6 100644
51 --- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
52 +++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
53 @@ -3,7 +3,7 @@
54
55 EAPI="7"
56
57 -inherit cmake-utils xdg-utils
58 +inherit cmake xdg-utils
59
60 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
61 inherit git-r3
62 @@ -54,7 +54,7 @@ src_prepare() {
63 ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" data/model.text.20161206.tar.gz || die
64 fi
65
66 - cmake-utils_src_prepare
67 + cmake_src_prepare
68 }
69
70 src_configure() {
71 @@ -62,7 +62,7 @@ src_configure() {
72 -DENABLE_QT=$(usex dictionary-manager)
73 )
74
75 - cmake-utils_src_configure
76 + cmake_src_configure
77 }
78
79 pkg_postinst() {