summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-01-02 16:26:38 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-01-02 16:26:38 +0000
commit2c2cc8946c1f46f3d94253486349017af602bdad (patch)
tree72b029716eedd052b996180cd8bc5604ff694696 /app-i18n/ibus-table-wubi
parentInitial import. (diff)
downloadgentoo-2-2c2cc8946c1f46f3d94253486349017af602bdad.tar.gz
gentoo-2-2c2cc8946c1f46f3d94253486349017af602bdad.tar.bz2
gentoo-2-2c2cc8946c1f46f3d94253486349017af602bdad.zip
Initial import.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-i18n/ibus-table-wubi')
-rw-r--r--app-i18n/ibus-table-wubi/ChangeLog10
-rw-r--r--app-i18n/ibus-table-wubi/ibus-table-wubi-0.1.2.20090101.ebuild40
-rw-r--r--app-i18n/ibus-table-wubi/metadata.xml8
3 files changed, 58 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-wubi/ChangeLog b/app-i18n/ibus-table-wubi/ChangeLog
new file mode 100644
index 000000000000..d269cfbaf440
--- /dev/null
+++ b/app-i18n/ibus-table-wubi/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/ibus-table-wubi
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-wubi/ChangeLog,v 1.1 2009/01/02 16:26:38 matsuu Exp $
+
+*ibus-table-wubi-0.1.2.20090101 (02 Jan 2009)
+
+ 02 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml,
+ +ibus-table-wubi-0.1.2.20090101.ebuild:
+ Initial import.
+
diff --git a/app-i18n/ibus-table-wubi/ibus-table-wubi-0.1.2.20090101.ebuild b/app-i18n/ibus-table-wubi/ibus-table-wubi-0.1.2.20090101.ebuild
new file mode 100644
index 000000000000..f5d8de879c8c
--- /dev/null
+++ b/app-i18n/ibus-table-wubi/ibus-table-wubi-0.1.2.20090101.ebuild
@@ -0,0 +1,40 @@
+# 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-wubi/ibus-table-wubi-0.1.2.20090101.ebuild,v 1.1 2009/01/02 16:26:38 matsuu Exp $
+
+DESCRIPTION="The WuBi 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="extra-phrases"
+
+RDEPEND=">=app-i18n/ibus-table-0.1.2
+ extra-phrases? ( >=app-i18n/ibus-table-extraphrase-0.1.2 )
+ >=dev-lang/python-2.5"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ econf \
+ --enable-wubi86 \
+ --enable-wubi98 \
+ $(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-wubi/metadata.xml b/app-i18n/ibus-table-wubi/metadata.xml
new file mode 100644
index 000000000000..b51d6efd8530
--- /dev/null
+++ b/app-i18n/ibus-table-wubi/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cjk</herd>
+<use>
+ <flag name='extra-phrases'>Add extra phrases into builded Engine</flag>
+</use>
+</pkgmetadata>