From 86a0cbcde008374ff4a769da936e9cc5c433082c Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Tue, 5 Feb 2013 11:46:33 +0000 Subject: version bump (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit) --- app-i18n/ibus-table-chinese/ChangeLog | 11 ++++++++--- .../ibus-table-chinese-1.4.6.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild (limited to 'app-i18n/ibus-table-chinese') diff --git a/app-i18n/ibus-table-chinese/ChangeLog b/app-i18n/ibus-table-chinese/ChangeLog index 323a21186c65..486456dfa12a 100644 --- a/app-i18n/ibus-table-chinese/ChangeLog +++ b/app-i18n/ibus-table-chinese/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for app-i18n/ibus-table-chinese -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-chinese/ChangeLog,v 1.1 2012/03/21 01:35:58 naota Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-chinese/ChangeLog,v 1.2 2013/02/05 11:46:33 yngwin Exp $ + +*ibus-table-chinese-1.4.6 (05 Feb 2013) + + 05 Feb 2013; Ben de Groot + +ibus-table-chinese-1.4.6.ebuild: + version bump *ibus-table-chinese-1.3.5 (21 Mar 2012) 21 Mar 2012; Naohiro Aota +ibus-table-chinese-1.3.5.ebuild, +metadata.xml: New ebuild written by Serguei Jidkov. Bug #390335 - diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild new file mode 100644 index 000000000000..e77dd94a9aec --- /dev/null +++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild,v 1.1 2013/02/05 11:46:33 yngwin Exp $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Chinese input tables for ibus-table" +HOMEPAGE="https://github.com/definite/ibus-table-chinese" +MY_P="${P}-Source" +SRC_URI="http://ibus.googlecode.com/files/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-table-1.2.0" +DEPEND="${RDEPEND} + dev-util/cmake-fedora" + +CMAKE_IN_SOURCE_BUILD=1 +S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad