commit:     28e0208b3c8ee02f291bfd72a59ea2a98a1a236c
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Oct 19 20:42:26 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 17:24:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e0208b

app-i18n/fcitx-cloudpinyin: Version bump (0.3.5).

 app-i18n/fcitx-cloudpinyin/Manifest                |  1 +
 .../fcitx-cloudpinyin-0.3.5.ebuild                 | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-i18n/fcitx-cloudpinyin/Manifest 
b/app-i18n/fcitx-cloudpinyin/Manifest
index 6b17d161ed0..f7753c0bd88 100644
--- a/app-i18n/fcitx-cloudpinyin/Manifest
+++ b/app-i18n/fcitx-cloudpinyin/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-cloudpinyin-0.3.1.tar.xz 19296 SHA256 
2c919bf7979964bef861b432b821fc43fa94824e82372b03c653219b0fc05f6e SHA512 
fda8501d8c132b3810f70d984f77652cefad5a052580c6607f893efdfed132a05053c6edf3ea8ba829e33abc237808eac6ca3521c6616ad2cfa5e3c4e0045297
 WHIRLPOOL 
bcd8aae0339ecdc3db58a950c475e81133a90b08f9294dfea224d38ec7b6e2f929fff2d389761f2c90ee1553b9bd02fd8bf93ab9ef7c23101affebfff7b76d33
 DIST fcitx-cloudpinyin-0.3.4.tar.xz 20796 SHA256 
c131e8cfd4d171f7749c2934f13092dcdffcf3d4ff1cefde7ed67daed74b7d90 SHA512 
ecfab0e45387793986fc75f24372d69910552d6168c9dd63f258bf05bfa397350bfea2a6fc419ab067fc5a7737a3e8c39d4b8ae5d0501871e3365c8a07553b09
 WHIRLPOOL 
7dbecb3f5ec38c50364abddeb5c44318503fdf40783b6efd5c8ece029f0cd56f750057b547a25fa6836458ed15646d5923e09c4fc33d927f9d1a40e5332577c7
+DIST fcitx-cloudpinyin-0.3.5.tar.xz 22424 SHA256 
2515fe35d1f9d377a997ce8095425ad71d0c76e3fcba2e1fffefc2ba46b765a3 SHA512 
b56cde4955fab02d204cfe937b46aeb5b6adf9e4eb4fead6e7b8e0b5cd1ebce06a0de3f9d477a1cb58eb077655f17975b7e13951074d1766b283b86eeb5b276e
 WHIRLPOOL 
bf05a4c882d14a9ac3a52bd2d3faf87ee67aea583199d7c5888f425db0f080bd6bc73a8fd3a2236f69a65f40ceef9bf2882dd24838f7dbba8407eafc8695235a

diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.5.ebuild 
b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.5.ebuild
new file mode 100644
index 00000000000..8991ceab3f8
--- /dev/null
+++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils
+
+if [[ "${PV}" =~ (^|\.)9999$ ]]; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/fcitx/fcitx-cloudpinyin";
+fi
+
+DESCRIPTION="Internet look-up support for Chinese Pinyin input methods for 
Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-cloudpinyin";
+if [[ "${PV}" =~ (^|\.)9999$ ]]; then
+       SRC_URI=""
+else
+       SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
+fi
+
+LICENSE="GPL-2+"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
+       net-misc/curl:=
+       virtual/libiconv
+       virtual/libintl"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+DOCS=()

Reply via email to