diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-09-22 00:03:39 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-09-22 00:03:39 +0000 |
commit | 9566734162cc4dff1dd770672abbfb5cb43e6f85 (patch) | |
tree | 1f136efb3c1118c657824ff3d4a943a3a72c7585 /app-i18n | |
parent | Added twsited-web and twisted-conch as deps. Closes bugs #266340 and #266339. (diff) | |
download | gentoo-2-9566734162cc4dff1dd770672abbfb5cb43e6f85.tar.gz gentoo-2-9566734162cc4dff1dd770672abbfb5cb43e6f85.tar.bz2 gentoo-2-9566734162cc4dff1dd770672abbfb5cb43e6f85.zip |
Initial import.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-cantonhk/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-table-cantonhk/ibus-table-cantonhk-1.2.0.20090828.ebuild | 23 | ||||
-rw-r--r-- | app-i18n/ibus-table-cantonhk/metadata.xml | 9 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-cantonhk/ChangeLog b/app-i18n/ibus-table-cantonhk/ChangeLog new file mode 100644 index 000000000000..1d1746b2794e --- /dev/null +++ b/app-i18n/ibus-table-cantonhk/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-i18n/ibus-table-cantonhk +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cantonhk/ChangeLog,v 1.1 2009/09/22 00:03:39 matsuu Exp $ + +*ibus-table-cantonhk-1.2.0.20090828 (22 Sep 2009) + + 22 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-cantonhk-1.2.0.20090828.ebuild, +metadata.xml: + Initial import. + diff --git a/app-i18n/ibus-table-cantonhk/ibus-table-cantonhk-1.2.0.20090828.ebuild b/app-i18n/ibus-table-cantonhk/ibus-table-cantonhk-1.2.0.20090828.ebuild new file mode 100644 index 000000000000..adf32563659c --- /dev/null +++ b/app-i18n/ibus-table-cantonhk/ibus-table-cantonhk-1.2.0.20090828.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-cantonhk/ibus-table-cantonhk-1.2.0.20090828.ebuild,v 1.1 2009/09/22 00:03:39 matsuu Exp $ + +EAPI="2" + +DESCRIPTION="The Cantonese (Hong Kong) input method table for IBus-Table" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=app-i18n/ibus-table-1.1" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/app-i18n/ibus-table-cantonhk/metadata.xml b/app-i18n/ibus-table-cantonhk/metadata.xml new file mode 100644 index 000000000000..9aaee4f51ea8 --- /dev/null +++ b/app-i18n/ibus-table-cantonhk/metadata.xml @@ -0,0 +1,9 @@ +<?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 Cantonese (Hong Kong) input method table for IBus-Table. +</longdescription> +</pkgmetadata> + |