diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-07-24 14:26:02 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-07-24 14:26:02 +0000 |
commit | 2885e8fcf53f29ee6f22e26210098cdd8eb3d4f8 (patch) | |
tree | b1d2575784fd187a908a70553b701c4959af41a7 /app-i18n/fcitx-table-extra | |
parent | Fix CVE-2013-4130, bug #477010. Add epatch_user during the source prepare phase. (diff) | |
download | gentoo-2-2885e8fcf53f29ee6f22e26210098cdd8eb3d4f8.tar.gz gentoo-2-2885e8fcf53f29ee6f22e26210098cdd8eb3d4f8.tar.bz2 gentoo-2-2885e8fcf53f29ee6f22e26210098cdd8eb3d4f8.zip |
Version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'app-i18n/fcitx-table-extra')
-rw-r--r-- | app-i18n/fcitx-table-extra/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.4.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-i18n/fcitx-table-extra/ChangeLog b/app-i18n/fcitx-table-extra/ChangeLog index 02a4160ea6be..2e80030e54a5 100644 --- a/app-i18n/fcitx-table-extra/ChangeLog +++ b/app-i18n/fcitx-table-extra/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx-table-extra # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.1 2013/01/31 13:10:36 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.2 2013/07/24 14:26:02 yngwin Exp $ + +*fcitx-table-extra-0.3.4 (24 Jul 2013) + + 24 Jul 2013; Ben de Groot <yngwin@gentoo.org> +fcitx-table-extra-0.3.4.ebuild: + Version bump *fcitx-table-extra-0.3.3 (31 Jan 2013) diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.4.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.4.ebuild new file mode 100644 index 000000000000..fa27542fbda8 --- /dev/null +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.4.ebuild,v 1.1 2013/07/24 14:26:02 yngwin Exp $ + +EAPI=5 +inherit cmake-utils gnome2-utils + +DESCRIPTION="Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie and Quick" +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[table]" +DEPEND="${RDEPEND} + virtual/libintl" + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |