diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-02-05 11:46:33 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-02-05 11:46:33 +0000 |
commit | 86a0cbcde008374ff4a769da936e9cc5c433082c (patch) | |
tree | 7ed61c8e3a7cb7278a3bfbf52a283d19e403ebba /app-i18n | |
parent | proper quoting (diff) | |
download | gentoo-2-86a0cbcde008374ff4a769da936e9cc5c433082c.tar.gz gentoo-2-86a0cbcde008374ff4a769da936e9cc5c433082c.tar.bz2 gentoo-2-86a0cbcde008374ff4a769da936e9cc5c433082c.zip |
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-chinese/ChangeLog | 11 | ||||
-rw-r--r-- | app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild | 23 |
2 files changed, 31 insertions, 3 deletions
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 <yngwin@gentoo.org> + +ibus-table-chinese-1.4.6.ebuild: + version bump *ibus-table-chinese-1.3.5 (21 Mar 2012) 21 Mar 2012; Naohiro Aota <naota@gentoo.org> +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}" |