diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-11-02 07:44:26 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-11-02 07:44:26 +0000 |
commit | 953ee594cbb8ffc06a11f92b3a7e0f167586e630 (patch) | |
tree | e9c9e8f768c5add4930394f7c13d43bbf761d3a7 /app-i18n/fcitx-anthy | |
parent | Version bump. Add SYSCONFDIR (bug #499418) and REQUIRED_USE (reported in bug ... (diff) | |
download | gentoo-2-953ee594cbb8ffc06a11f92b3a7e0f167586e630.tar.gz gentoo-2-953ee594cbb8ffc06a11f92b3a7e0f167586e630.tar.bz2 gentoo-2-953ee594cbb8ffc06a11f92b3a7e0f167586e630.zip |
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'app-i18n/fcitx-anthy')
-rw-r--r-- | app-i18n/fcitx-anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/app-i18n/fcitx-anthy/ChangeLog b/app-i18n/fcitx-anthy/ChangeLog index 873db0f6fbc7..63c59a2cd7ae 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/ChangeLog,v 1.6 2014/03/08 12:02:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-anthy/ChangeLog,v 1.7 2014/11/02 07:44:26 yngwin Exp $ + +*fcitx-anthy-0.2.1 (02 Nov 2014) + + 02 Nov 2014; Ben de Groot <yngwin@gentoo.org> +fcitx-anthy-0.2.1.ebuild: + version bump 08 Mar 2014; Pacho Ramos <pacho@gentoo.org> fcitx-anthy-0.2.0.ebuild: amd64 stable, bug 498688 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild new file mode 100644 index 000000000000..d3bc771d6745 --- /dev/null +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 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.1.ebuild,v 1.1 2014/11/02 07:44:26 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 +} |