diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-07-25 09:28:59 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-07-25 09:28:59 +0000 |
commit | b6cb90acd7619347db2ef2f2786953e7e7156265 (patch) | |
tree | 9d2e9a18391e8cc6f4fdd3b09a7a9b2a8dbe20f4 /app-i18n/kcm-fcitx | |
parent | Fix bugs #477652 and #477862. (diff) | |
download | gentoo-2-b6cb90acd7619347db2ef2f2786953e7e7156265.tar.gz gentoo-2-b6cb90acd7619347db2ef2f2786953e7e7156265.tar.bz2 gentoo-2-b6cb90acd7619347db2ef2f2786953e7e7156265.zip |
Version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'app-i18n/kcm-fcitx')
-rw-r--r-- | app-i18n/kcm-fcitx/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-i18n/kcm-fcitx/ChangeLog b/app-i18n/kcm-fcitx/ChangeLog index 3abd0d3668a3..17ad802f9ba2 100644 --- a/app-i18n/kcm-fcitx/ChangeLog +++ b/app-i18n/kcm-fcitx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/kcm-fcitx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/ChangeLog,v 1.1 2013/01/31 10:48:31 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/ChangeLog,v 1.2 2013/07/25 09:28:59 yngwin Exp $ + +*kcm-fcitx-0.4.3 (25 Jul 2013) + + 25 Jul 2013; Ben de Groot <yngwin@gentoo.org> +kcm-fcitx-0.4.3.ebuild: + Version bump *kcm-fcitx-0.4.2 (31 Jan 2013) diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild new file mode 100644 index 000000000000..49b17f714702 --- /dev/null +++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild,v 1.1 2013/07/25 09:28:59 yngwin Exp $ + +EAPI=5 +inherit kde4-base + +DESCRIPTION="KDE configuration module for Fcitx" +HOMEPAGE="http://fcitx-im.org/" +SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/fcitx-4.2.8[qt4] + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig" |