summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2014-11-02 08:41:12 +0000
committerBen de Groot <yngwin@gentoo.org>2014-11-02 08:41:12 +0000
commitfe77eff38251c7a04e2af0eeb0324f4b27c37e04 (patch)
tree41f638408c0da9c5b73803f2b3d2c6713cdb99be /app-i18n
parentRemove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff)
downloadgentoo-2-fe77eff38251c7a04e2af0eeb0324f4b27c37e04.tar.gz
gentoo-2-fe77eff38251c7a04e2af0eeb0324f4b27c37e04.tar.bz2
gentoo-2-fe77eff38251c7a04e2af0eeb0324f4b27c37e04.zip
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-cloudpinyin/ChangeLog7
-rw-r--r--app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.4.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/app-i18n/fcitx-cloudpinyin/ChangeLog b/app-i18n/fcitx-cloudpinyin/ChangeLog
index f4abde22e6a0..cec36bc75288 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-cloudpinyin/ChangeLog,v 1.11 2014/03/08 12:03:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-cloudpinyin/ChangeLog,v 1.12 2014/11/02 08:41:12 yngwin Exp $
+
+*fcitx-cloudpinyin-0.3.4 (02 Nov 2014)
+
+ 02 Nov 2014; Ben de Groot <yngwin@gentoo.org> +fcitx-cloudpinyin-0.3.4.ebuild:
+ version bump
08 Mar 2014; Pacho Ramos <pacho@gentoo.org> fcitx-cloudpinyin-0.3.2.ebuild:
amd64 stable, bug 498688
diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.4.ebuild b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.4.ebuild
new file mode 100644
index 000000000000..faa484be67bc
--- /dev/null
+++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.4.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.4.ebuild,v 1.1 2014/11/02 08:41:12 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"