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/fcitx-cloudpinyin/
Date: Mon, 23 Oct 2017 17:25:00
Message-Id: 1508779480.28e0208b3c8ee02f291bfd72a59ea2a98a1a236c.floppym@gentoo
1 commit: 28e0208b3c8ee02f291bfd72a59ea2a98a1a236c
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 19 20:42:26 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 17:24:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e0208b
7
8 app-i18n/fcitx-cloudpinyin: Version bump (0.3.5).
9
10 app-i18n/fcitx-cloudpinyin/Manifest | 1 +
11 .../fcitx-cloudpinyin-0.3.5.ebuild | 34 ++++++++++++++++++++++
12 2 files changed, 35 insertions(+)
13
14 diff --git a/app-i18n/fcitx-cloudpinyin/Manifest b/app-i18n/fcitx-cloudpinyin/Manifest
15 index 6b17d161ed0..f7753c0bd88 100644
16 --- a/app-i18n/fcitx-cloudpinyin/Manifest
17 +++ b/app-i18n/fcitx-cloudpinyin/Manifest
18 @@ -1,2 +1,3 @@
19 DIST fcitx-cloudpinyin-0.3.1.tar.xz 19296 SHA256 2c919bf7979964bef861b432b821fc43fa94824e82372b03c653219b0fc05f6e SHA512 fda8501d8c132b3810f70d984f77652cefad5a052580c6607f893efdfed132a05053c6edf3ea8ba829e33abc237808eac6ca3521c6616ad2cfa5e3c4e0045297 WHIRLPOOL bcd8aae0339ecdc3db58a950c475e81133a90b08f9294dfea224d38ec7b6e2f929fff2d389761f2c90ee1553b9bd02fd8bf93ab9ef7c23101affebfff7b76d33
20 DIST fcitx-cloudpinyin-0.3.4.tar.xz 20796 SHA256 c131e8cfd4d171f7749c2934f13092dcdffcf3d4ff1cefde7ed67daed74b7d90 SHA512 ecfab0e45387793986fc75f24372d69910552d6168c9dd63f258bf05bfa397350bfea2a6fc419ab067fc5a7737a3e8c39d4b8ae5d0501871e3365c8a07553b09 WHIRLPOOL 7dbecb3f5ec38c50364abddeb5c44318503fdf40783b6efd5c8ece029f0cd56f750057b547a25fa6836458ed15646d5923e09c4fc33d927f9d1a40e5332577c7
21 +DIST fcitx-cloudpinyin-0.3.5.tar.xz 22424 SHA256 2515fe35d1f9d377a997ce8095425ad71d0c76e3fcba2e1fffefc2ba46b765a3 SHA512 b56cde4955fab02d204cfe937b46aeb5b6adf9e4eb4fead6e7b8e0b5cd1ebce06a0de3f9d477a1cb58eb077655f17975b7e13951074d1766b283b86eeb5b276e WHIRLPOOL bf05a4c882d14a9ac3a52bd2d3faf87ee67aea583199d7c5888f425db0f080bd6bc73a8fd3a2236f69a65f40ceef9bf2882dd24838f7dbba8407eafc8695235a
22
23 diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.5.ebuild b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.5.ebuild
24 new file mode 100644
25 index 00000000000..8991ceab3f8
26 --- /dev/null
27 +++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.5.ebuild
28 @@ -0,0 +1,34 @@
29 +# Copyright 1999-2017 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI="6"
33 +
34 +inherit cmake-utils
35 +
36 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
37 + inherit git-r3
38 +
39 + EGIT_REPO_URI="https://github.com/fcitx/fcitx-cloudpinyin"
40 +fi
41 +
42 +DESCRIPTION="Internet look-up support for Chinese Pinyin input methods for Fcitx"
43 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-cloudpinyin"
44 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
45 + SRC_URI=""
46 +else
47 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
48 +fi
49 +
50 +LICENSE="GPL-2+"
51 +SLOT="4"
52 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
53 +IUSE=""
54 +
55 +RDEPEND=">=app-i18n/fcitx-4.2.9:4
56 + net-misc/curl:=
57 + virtual/libiconv
58 + virtual/libintl"
59 +DEPEND="${RDEPEND}
60 + virtual/pkgconfig"
61 +
62 +DOCS=()