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/sunpinyin-data/
Date: Wed, 02 Sep 2020 14:23:41
Message-Id: 1599056588.07740743a5b19532a5eed201740752569819d505.floppym@gentoo
1 commit: 07740743a5b19532a5eed201740752569819d505
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Sep 2 02:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 14:23:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07740743
7
8 app-i18n/sunpinyin-data: Use EAPI="7". Set more accurate dependency.
9
10 Ebuild calls slmpack tool introduced in:
11 https://github.com/sunpinyin/sunpinyin/commit/0fff1e78d9a409205e025736286838721a2ccbf8
12
13 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild | 11 +++++++----
17 1 file changed, 7 insertions(+), 4 deletions(-)
18
19 diff --git a/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild b/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild
20 index c35487a14ea..355015764c1 100644
21 --- a/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild
22 +++ b/app-i18n/sunpinyin-data/sunpinyin-data-20140820.ebuild
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 2013-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="6"
29 +EAPI="7"
30
31 DICT_VERSION="20131214"
32 LM_VERSION="${PV}"
33
34 -DESCRIPTION="Data sets for Sunpinyin"
35 +DESCRIPTION="Data sets for SunPinyin"
36 HOMEPAGE="https://github.com/sunpinyin/open-gram"
37 SRC_URI="mirror://sourceforge/open-gram/dict.utf8-${DICT_VERSION}.tar.bz2
38 mirror://sourceforge/open-gram/lm_sc.3gm.arpa-${LM_VERSION}.tar.bz2"
39 @@ -16,7 +16,10 @@ SLOT="0"
40 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
41 IUSE=""
42
43 -DEPEND="=app-i18n/sunpinyin-3*"
44 +# https://github.com/sunpinyin/sunpinyin/commit/0fff1e78d9a409205e025736286838721a2ccbf8
45 +BDEPEND=">=app-i18n/sunpinyin-2.0.4_pre20140819192400"
46 +DEPEND=""
47 +RDEPEND=""
48
49 src_unpack() {
50 default