diff options
author | Sam James <sam@gentoo.org> | 2022-04-18 19:06:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-18 19:06:35 +0100 |
commit | ad78907f1aaec0b285d7109c830f9982df14e00e (patch) | |
tree | 575d750d584f2e4ec83e3c58a1309838dc80d27e /app-i18n | |
parent | sys-apps/man2html: use edo.eclass (diff) | |
download | gentoo-ad78907f1aaec0b285d7109c830f9982df14e00e.tar.gz gentoo-ad78907f1aaec0b285d7109c830f9982df14e00e.tar.bz2 gentoo-ad78907f1aaec0b285d7109c830f9982df14e00e.zip |
app-i18n/sunpinyin-data: use edo.eclass
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild b/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild index 07cc5315a958..0ab92478039f 100644 --- a/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild +++ b/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild @@ -1,8 +1,10 @@ -# Copyright 2013-2021 Gentoo Authors +# Copyright 2013-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" +inherit edo + DICT_VERSION="20131214" LM_VERSION="${PV}" @@ -30,16 +32,11 @@ src_unpack() { src_compile() { # lm_sc.t3g - echoit slmpack lm_sc.3gm.arpa dict.utf8 lm_sc.3gm - echoit slmthread lm_sc.3gm lm_sc.t3g.orig - echoit tslmendian -i lm_sc.t3g.orig -o lm_sc.t3g + edo slmpack lm_sc.3gm.arpa dict.utf8 lm_sc.3gm + edo slmthread lm_sc.3gm lm_sc.t3g.orig + edo tslmendian -i lm_sc.t3g.orig -o lm_sc.t3g # lexicon3 - echoit genpyt -i dict.utf8 -s lm_sc.t3g.orig -l pydict_sc.log -o pydict_sc.bin -} - -echoit() { - echo "${@}" - "${@}" + edo genpyt -i dict.utf8 -s lm_sc.t3g.orig -l pydict_sc.log -o pydict_sc.bin } src_install() { |