summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-09-06 03:27:21 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-09-06 03:27:21 +0000
commit183dfda5fc53e047c468744de9a9879ac889447e (patch)
treedb53d5686fce0e5d194283af4f7211d5fab54aa8 /app-i18n/ibus-anthy
parentInitial import. Submitted by Hong Hao, bug 236350. (diff)
downloadgentoo-2-183dfda5fc53e047c468744de9a9879ac889447e.tar.gz
gentoo-2-183dfda5fc53e047c468744de9a9879ac889447e.tar.bz2
gentoo-2-183dfda5fc53e047c468744de9a9879ac889447e.zip
Initial import. Submitted by Hong Hao, bug 236368.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r--app-i18n/ibus-anthy/ChangeLog10
-rw-r--r--app-i18n/ibus-anthy/Manifest4
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080901.ebuild40
-rw-r--r--app-i18n/ibus-anthy/metadata.xml9
4 files changed, 63 insertions, 0 deletions
diff --git a/app-i18n/ibus-anthy/ChangeLog b/app-i18n/ibus-anthy/ChangeLog
new file mode 100644
index 000000000000..ccc381d02f5f
--- /dev/null
+++ b/app-i18n/ibus-anthy/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/ibus-anthy
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.1 2008/09/06 03:27:21 matsuu Exp $
+
+*ibus-anthy-0.1.1.20080901 (06 Sep 2008)
+
+ 06 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml,
+ +ibus-anthy-0.1.1.20080901.ebuild:
+ Initial import. Submitted by Hong Hao, bug 236368.
+
diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
new file mode 100644
index 000000000000..768114ee2358
--- /dev/null
+++ b/app-i18n/ibus-anthy/Manifest
@@ -0,0 +1,4 @@
+DIST ibus-anthy-0.1.1.20080901.tar.gz 386225 RMD160 b59c6f6bc89f2d6a41bcb4a401e5c7455e81aa4e SHA1 d83cbfab4367b9130319ce6498b71c0cfb4eccae SHA256 286d82fbabe54698899b7a62f325f7da927cd43f1c722bf2d655511710042d71
+EBUILD ibus-anthy-0.1.1.20080901.ebuild 913 RMD160 89e3ae4c1bca15720727fe24787d7bd01ae68cfc SHA1 e2d7c45dea2f9932fc668abe22d7d38041b37ece SHA256 ce6faa1473030b5943216e773c3765beacb7cd899057c6586209c919ff2e03e0
+MISC ChangeLog 317 RMD160 3c024ba9f92d4d7b1498659c8f4215e13615171e SHA1 876af9c261ca774d00188fe19554178fb526c71b SHA256 daccd48b52a46231e483fe0020bf51f07346ce8a00940bc8a45dccbe88dbfc9d
+MISC metadata.xml 288 RMD160 80ec129a37916f36dbc8bbb236247019a0da7e3c SHA1 08ce2269a9bf921904f7794db20b87253e2de080 SHA256 57981f7990710007696c34d8a74b2bba5cce68963ec4622b57264c6e98401e1b
diff --git a/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080901.ebuild b/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080901.ebuild
new file mode 100644
index 000000000000..589b37c9a689
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080901.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080901.ebuild,v 1.1 2008/09/06 03:27:21 matsuu Exp $
+
+DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
+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="nls"
+
+RDEPEND="app-i18n/ibus
+ app-i18n/anthy
+ >=dev-lang/python-2.5
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ dev-lang/swig
+ dev-util/pkgconfig
+ nls? ( >=sys-devel/gettext-0.16.1 )"
+
+src_compile() {
+ econf $(use_enable nls) || 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-anthy/metadata.xml b/app-i18n/ibus-anthy/metadata.xml
new file mode 100644
index 000000000000..7f3acced5bbd
--- /dev/null
+++ b/app-i18n/ibus-anthy/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 Anthy engine for IBus platform. It provides Japanese input method from
+libanthy.
+</longdescription>
+</pkgmetadata>