diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-02 16:26:43 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-02 16:26:43 +0000 |
commit | e561c913266634a5a2e9eba4f7cd7f0e0bbc42b8 (patch) | |
tree | e1de6838117b2ed49faf603e30e9f31d50489a3b /app-i18n/ibus-table-cangjie | |
parent | Version bumped. (diff) | |
download | historical-e561c913266634a5a2e9eba4f7cd7f0e0bbc42b8.tar.gz historical-e561c913266634a5a2e9eba4f7cd7f0e0bbc42b8.tar.bz2 historical-e561c913266634a5a2e9eba4f7cd7f0e0bbc42b8.zip |
Initial import.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'app-i18n/ibus-table-cangjie')
-rw-r--r-- | app-i18n/ibus-table-cangjie/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild | 39 | ||||
-rw-r--r-- | app-i18n/ibus-table-cangjie/metadata.xml | 5 |
3 files changed, 54 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-cangjie/ChangeLog b/app-i18n/ibus-table-cangjie/ChangeLog new file mode 100644 index 000000000000..fdecf562f1a9 --- /dev/null +++ b/app-i18n/ibus-table-cangjie/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-i18n/ibus-table-cangjie +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.1 2009/01/02 16:26:16 matsuu Exp $ + +*ibus-table-cangjie-0.1.2.20090101 (02 Jan 2009) + + 02 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml, + +ibus-table-cangjie-0.1.2.20090101.ebuild: + Initial import. + diff --git a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild new file mode 100644 index 000000000000..de147db49f28 --- /dev/null +++ b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild @@ -0,0 +1,39 @@ +# 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-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild,v 1.1 2009/01/02 16:26:16 matsuu Exp $ + +DESCRIPTION="The CangJie for IBus Tables" +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="" + +RDEPEND=">=app-i18n/ibus-table-0.1.2 + >=dev-lang/python-2.5" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + econf \ + --enable-cangjie5 \ + --enable-cangjie3 \ + $(use_enable extra-phrases) || die + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README +} + +pkg_postinst() { + ewarn "This package is very experimental, please report your bugs to" + ewarn "http://ibus.googlecode.com/issues/list" + elog + elog "You should run ibus-setup and enable IM Engines you want to use!" + elog +} diff --git a/app-i18n/ibus-table-cangjie/metadata.xml b/app-i18n/ibus-table-cangjie/metadata.xml new file mode 100644 index 000000000000..2d5852c16c60 --- /dev/null +++ b/app-i18n/ibus-table-cangjie/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +</pkgmetadata> |