From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 149FB15808D for ; Mon, 18 Apr 2022 18:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10001E08EF; Mon, 18 Apr 2022 18:07:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04714E08EF for ; Mon, 18 Apr 2022 18:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBEAD341743 for ; Mon, 18 Apr 2022 18:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BCCE3BB for ; Mon, 18 Apr 2022 18:07:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650305195.ad78907f1aaec0b285d7109c830f9982df14e00e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/sunpinyin-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild X-VCS-Directories: app-i18n/sunpinyin-data/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad78907f1aaec0b285d7109c830f9982df14e00e X-VCS-Branch: master Date: Mon, 18 Apr 2022 18:07:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed4a7328-b4a8-4a3e-a8a1-08a8f13fb58a X-Archives-Hash: 4a3497fc010a707d64f838d811454045 commit: ad78907f1aaec0b285d7109c830f9982df14e00e Author: Sam James gentoo org> AuthorDate: Mon Apr 18 18:06:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 18 18:06:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad78907f app-i18n/sunpinyin-data: use edo.eclass Signed-off-by: Sam James gentoo.org> app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild | 17 +++++++---------- 1 file 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() {