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