summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-07-24 11:05:06 +0000
committerBen de Groot <yngwin@gentoo.org>2013-07-24 11:05:06 +0000
commit9ee6cf5bc1f42d8b20aeddce03964cf85f3c2609 (patch)
treecdbfdada4205c12ab2545f4a5520da96bd2f589d /app-i18n
parentVersion bump; drop old (diff)
downloadgentoo-2-9ee6cf5bc1f42d8b20aeddce03964cf85f3c2609.tar.gz
gentoo-2-9ee6cf5bc1f42d8b20aeddce03964cf85f3c2609.tar.bz2
gentoo-2-9ee6cf5bc1f42d8b20aeddce03964cf85f3c2609.zip
Version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-anthy/ChangeLog7
-rw-r--r--app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/app-i18n/fcitx-anthy/ChangeLog b/app-i18n/fcitx-anthy/ChangeLog
index a5bc3afd33e6..e6e80c788acf 100644
--- a/app-i18n/fcitx-anthy/ChangeLog
+++ b/app-i18n/fcitx-anthy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/fcitx-anthy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/ChangeLog,v 1.1 2013/01/31 13:43:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/ChangeLog,v 1.2 2013/07/24 11:05:06 yngwin Exp $
+
+*fcitx-anthy-0.2.0 (24 Jul 2013)
+
+ 24 Jul 2013; Ben de Groot <yngwin@gentoo.org> +fcitx-anthy-0.2.0.ebuild:
+ Version bump
*fcitx-anthy-0.1.1 (31 Jan 2013)
diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild
new file mode 100644
index 000000000000..0163de55d542
--- /dev/null
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/fcitx-anthy-0.2.0.ebuild,v 1.1 2013/07/24 11:05:06 yngwin Exp $
+
+EAPI=5
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Japanese Anthy 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
+ app-i18n/anthy"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/libintl"
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}