dlan 15/02/28 07:57:51 Modified: ChangeLog Added: ibus-cangjie-2.2.ebuild Log: version bump, bug 541394, thanks Brendan Horan (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.4 app-i18n/ibus-cangjie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 24 Nov 2014 13:50:09 -0000 1.3 +++ ChangeLog 28 Feb 2015 07:57:50 -0000 1.4 @@ -1,3 +1,12 @@ +# ChangeLog for app-i18n/ibus-cangjie +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog,v 1.4 2015/02/28 07:57:50 dlan Exp $ + +*ibus-cangjie-2.2 (27 Feb 2015) + + 27 Feb 2015; Yixun Lan <[email protected]> +ibus-cangjie-2.2.ebuild: + version bump, bug 541394, thanks Brendan Horan + *ibus-cangjie-2.1 (24 Apr 2014) 24 Nov 2014; Yixun Lan <[email protected]> ibus-cangjie-2.1.ebuild: 1.1 app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild?rev=1.1&content-type=text/plain Index: ibus-cangjie-2.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild,v 1.1 2015/02/28 07:57:50 dlan Exp $ EAPI=5 PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit autotools-utils gnome2-utils python-r1 eutils DESCRIPTION="The IBus engine for users of the Cangjie and Quick input methods" HOMEPAGE="http://cangjians.github.io" SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus-cangjie-${PV}.tar.xz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="${PYTHON_DEPS} >=app-i18n/ibus-1.4.1 app-i18n/libcangjie dev-python/cangjie[${PYTHON_USEDEP}] dev-util/intltool sys-devel/gettext" RDEPEND=">=app-i18n/ibus-1.4.1 app-i18n/libcangjie dev-python/cangjie[${PYTHON_USEDEP}] virtual/libintl ${PYTHON_DEPS}" src_configure() { python_foreach_impl autotools-utils_src_configure } src_compile() { python_foreach_impl autotools-utils_src_compile } src_install() { python_foreach_impl autotools-utils_src_install } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update }
