diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-09-21 23:52:52 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-09-21 23:52:52 +0000 |
commit | 961255daaa2cdf91e713dfd7a5137fdf004fc81e (patch) | |
tree | d4bc3099ea4e6830d78f13012b2ebdd8a098dcef /app-i18n/ibus-table-array30 | |
parent | stable x86, bug 285451 (diff) | |
download | gentoo-2-961255daaa2cdf91e713dfd7a5137fdf004fc81e.tar.gz gentoo-2-961255daaa2cdf91e713dfd7a5137fdf004fc81e.tar.bz2 gentoo-2-961255daaa2cdf91e713dfd7a5137fdf004fc81e.zip |
Initial import.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-array30')
-rw-r--r-- | app-i18n/ibus-table-array30/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-table-array30/ibus-table-array30-1.2.0.20090729.ebuild | 23 | ||||
-rw-r--r-- | app-i18n/ibus-table-array30/metadata.xml | 16 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-array30/ChangeLog b/app-i18n/ibus-table-array30/ChangeLog new file mode 100644 index 000000000000..2ea9750ee1d9 --- /dev/null +++ b/app-i18n/ibus-table-array30/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-i18n/ibus-table-array30 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-array30/ChangeLog,v 1.1 2009/09/21 23:52:52 matsuu Exp $ + +*ibus-table-array30-1.2.0.20090729 (21 Sep 2009) + + 21 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-array30-1.2.0.20090729.ebuild, +metadata.xml: + Initial import. + diff --git a/app-i18n/ibus-table-array30/ibus-table-array30-1.2.0.20090729.ebuild b/app-i18n/ibus-table-array30/ibus-table-array30-1.2.0.20090729.ebuild new file mode 100644 index 000000000000..5b7c165857ea --- /dev/null +++ b/app-i18n/ibus-table-array30/ibus-table-array30-1.2.0.20090729.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-array30/ibus-table-array30-1.2.0.20090729.ebuild,v 1.1 2009/09/21 23:52:52 matsuu Exp $ + +EAPI="2" +inherit cmake-utils + +MY_P="${P}-Source" +DESCRIPTION="an Array30 Chinese input method for ibus." +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=app-i18n/ibus-table-1.1" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +DOCS="AUTHORS ChangeLog README RELEASE-NOTES.txt" diff --git a/app-i18n/ibus-table-array30/metadata.xml b/app-i18n/ibus-table-array30/metadata.xml new file mode 100644 index 000000000000..007d4b32a465 --- /dev/null +++ b/app-i18n/ibus-table-array30/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +<longdescription lang="en"> +The Array 30 Chinese input method for ibus-table. +It covers more than 70 thousands Chinese characters, +which are listed in unicode 3.1, +</longdescription> +<longdescription lang="zh_CN"> +使用 ibus-table 的行列输入法。這个版本包含了Unicode 3.1 約七万多字。 +</longdescription> +<longdescription lang="zh_TW"> +使用 ibus-table 的行列輸入法。這個版本包含了Unicode 3.1 約七萬餘字。 +</longdescription> +</pkgmetadata> |