yngwin 15/03/26 13:07:08 Modified: ChangeLog Added: fcitx-table-extra-0.3.7.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.9 app-i18n/fcitx-table-extra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 Nov 2014 08:45:20 -0000 1.8 +++ ChangeLog 26 Mar 2015 13:07:08 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx-table-extra -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.8 2014/11/02 08:45:20 yngwin Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.9 2015/03/26 13:07:08 yngwin Exp $ + +*fcitx-table-extra-0.3.7 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot <[email protected]> +fcitx-table-extra-0.3.7.ebuild: + version bump *fcitx-table-extra-0.3.6 (02 Nov 2014) 1.1 app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild?rev=1.1&content-type=text/plain Index: fcitx-table-extra-0.3.7.ebuild =================================================================== # Copyright 1999-2015 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.7.ebuild,v 1.1 2015/03/26 13:07:08 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 }
