commit:     ad1885e13f604c21c72af8561317dbdb78c9be60
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Fri Apr 10 16:19:33 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 10 16:23:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad1885e1

app-i18n/fcitx-skk: use newer EAPI and eclasses

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild 
b/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
index 3e8c83d..1f2a6ce 100644
--- a/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
+++ b/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit xdg cmake
 
 DESCRIPTION="An input method engine for Fcitx"
 HOMEPAGE="https://gitlab.com/fcitx/fcitx-skk";
@@ -29,13 +29,5 @@ src_configure() {
        local mycmakeargs=(
                -DENABLE_QT=$(usex qt5)
        )
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
+       cmake_src_configure
 }

Reply via email to