summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2014-11-02 08:35:49 +0000
committerBen de Groot <yngwin@gentoo.org>2014-11-02 08:35:49 +0000
commit081599feb260160759c53d8800de1f8606c48a69 (patch)
tree0b670c66a97a03c7123ed68bc3a17af5cabecf60 /app-i18n
parentRemove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff)
downloadgentoo-2-081599feb260160759c53d8800de1f8606c48a69.tar.gz
gentoo-2-081599feb260160759c53d8800de1f8606c48a69.tar.bz2
gentoo-2-081599feb260160759c53d8800de1f8606c48a69.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-chewing/ChangeLog7
-rw-r--r--app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/app-i18n/fcitx-chewing/ChangeLog b/app-i18n/fcitx-chewing/ChangeLog
index 46797a47f149..158c5d7ea417 100644
--- a/app-i18n/fcitx-chewing/ChangeLog
+++ b/app-i18n/fcitx-chewing/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/fcitx-chewing
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-chewing/ChangeLog,v 1.6 2014/03/08 12:02:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-chewing/ChangeLog,v 1.7 2014/11/02 08:35:49 yngwin Exp $
+
+*fcitx-chewing-0.2.2 (02 Nov 2014)
+
+ 02 Nov 2014; Ben de Groot <yngwin@gentoo.org> +fcitx-chewing-0.2.2.ebuild:
+ version bump
08 Mar 2014; Pacho Ramos <pacho@gentoo.org> fcitx-chewing-0.2.1.ebuild:
amd64 stable, bug 498688
diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild
new file mode 100644
index 000000000000..39a0b23a3b2a
--- /dev/null
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild,v 1.1 2014/11/02 08:35:49 yngwin Exp $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Chewing module for Fcitx"
+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
+ >=dev-libs/libchewing-0.4.0"
+DEPEND="${RDEPEND}
+ virtual/libintl"