summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2014-01-20 15:15:36 +0000
committerBen de Groot <yngwin@gentoo.org>2014-01-20 15:15:36 +0000
commitf827edc673e3dde899505ff52c9bee7efae1e613 (patch)
tree10fd6d2e2eec77631ad8ddc6d874db45fbb77e86 /app-i18n
parentversion bump (diff)
downloadgentoo-2-f827edc673e3dde899505ff52c9bee7efae1e613.tar.gz
gentoo-2-f827edc673e3dde899505ff52c9bee7efae1e613.tar.bz2
gentoo-2-f827edc673e3dde899505ff52c9bee7efae1e613.zip
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-cloudpinyin/ChangeLog9
-rw-r--r--app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.3.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/app-i18n/fcitx-cloudpinyin/ChangeLog b/app-i18n/fcitx-cloudpinyin/ChangeLog
index ee501dfa54e4..b35d9fc5bc62 100644
--- a/app-i18n/fcitx-cloudpinyin/ChangeLog
+++ b/app-i18n/fcitx-cloudpinyin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/fcitx-cloudpinyin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-cloudpinyin/ChangeLog,v 1.9 2013/08/03 14:48:07 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-cloudpinyin/ChangeLog,v 1.10 2014/01/20 15:15:36 yngwin Exp $
+
+*fcitx-cloudpinyin-0.3.3 (20 Jan 2014)
+
+ 20 Jan 2014; Ben de Groot <yngwin@gentoo.org> +fcitx-cloudpinyin-0.3.3.ebuild:
+ version bump
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-cloudpinyin-0.3.1.ebuild:
Stable for ppc, wrt bug #461512
diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.3.ebuild b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.3.ebuild
new file mode 100644
index 000000000000..74d57bdf504d
--- /dev/null
+++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.3.ebuild,v 1.1 2014/01/20 15:15:36 yngwin Exp $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="A fcitx module to look up pinyin candidate words on the internet"
+HOMEPAGE="http://fcitx-im.org/"
+SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.8
+ net-misc/curl"
+DEPEND="${RDEPEND}
+ virtual/libiconv
+ virtual/libintl
+ virtual/pkgconfig"