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/libpinyin/
Date: Wed, 21 Feb 2018 20:34:14
Message-Id: 1519245139.5d0a44c1e0b1b20240d60ee7430fee130188a18a.floppym@gentoo
1 commit: 5d0a44c1e0b1b20240d60ee7430fee130188a18a
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Feb 21 18:44:52 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 20:32:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0a44c1
7
8 app-i18n/libpinyin: Update model version.
9
10 https://github.com/libpinyin/libpinyin/commit/726b9d8a605c7e81f3a3fc44f1322ce16c5452fc
11
12 app-i18n/libpinyin/Manifest | 1 +
13 app-i18n/libpinyin/libpinyin-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-i18n/libpinyin/Manifest b/app-i18n/libpinyin/Manifest
17 index a67719e45f8..10e55c636aa 100644
18 --- a/app-i18n/libpinyin/Manifest
19 +++ b/app-i18n/libpinyin/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libpinyin-2.1.0.tar.gz 246219 BLAKE2B cae5b41faeb2e0eedc2ae2c098b2db04b22e36d0bd9fd222a4516f71ab9b3e8ade7fa96e0d6d898e197bf91c1cb6a0b98a9fff97e7be31bb4f901400c87bfea7 SHA512 e6aa3998ac466cb155750b574140dd43673bfeb4f13d1b88c4892b61bb773aee84610dd67ad17871961d51a48067c535eab33a6fb6c9ac28179a9958c4e9b518
22 DIST libpinyin-model14.text.tar.gz 19361973 BLAKE2B 702f0c2cb0c8157758f8c46e7b47221475f2a96a5e4f6181b5dee605bd72002827431f017a913275b4e9cf6b4b07bccec4b9a5b7960a9b2c42ffba4631c57ed6 SHA512 792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9
23 +DIST libpinyin-model15.text.tar.gz 19361973 BLAKE2B 3d24321db407e28c1adf49373dd9bacafe0e89409511c0656d7b9a85f1d1ac8693249088dd99beef069576f4a8d0d5db3fd47f98822b32aa3098315cf2660d22 SHA512 d3f5b42f6ea6b22570b5ba67cf23d94a3fee2d7d894191ebc11eb72edc162c72b90b2fe10b312bfd8d77d110654ee5dc00c21b25fb8b7c3f905d4088c9895ac1
24
25 diff --git a/app-i18n/libpinyin/libpinyin-9999.ebuild b/app-i18n/libpinyin/libpinyin-9999.ebuild
26 index e5df0d1c77a..8d99c24cb21 100644
27 --- a/app-i18n/libpinyin/libpinyin-9999.ebuild
28 +++ b/app-i18n/libpinyin/libpinyin-9999.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 +# Copyright 1999-2018 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI="6"
35 @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then
36 EGIT_REPO_URI="https://github.com/libpinyin/libpinyin"
37 fi
38
39 -LIBPINYIN_MODEL_VERSION="14"
40 +LIBPINYIN_MODEL_VERSION="15"
41
42 DESCRIPTION="Library to deal with pinyin"
43 HOMEPAGE="https://github.com/libpinyin/libpinyin https://sourceforge.net/projects/libpinyin/"