summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-05-28 00:56:41 +0000
committerNaohiro Aota <naota@gentoo.org>2011-05-28 00:56:41 +0000
commitb53af9f2de4baabb2e715326e4c9ed19c51189dd (patch)
tree7ee457d500e9c0d6a8b59e8f7bc6ad68e6e359a8 /app-i18n
parentVersion bump. Update to EAPI 4, add ~amd64 keyword, and remove redundant main... (diff)
downloadgentoo-2-b53af9f2de4baabb2e715326e4c9ed19c51189dd.tar.gz
gentoo-2-b53af9f2de4baabb2e715326e4c9ed19c51189dd.tar.bz2
gentoo-2-b53af9f2de4baabb2e715326e4c9ed19c51189dd.zip
New ebuild app-i18n/ibus-tutcode written by me. Japanese TUT-Code input engine for IBus
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-tutcode/ChangeLog10
-rw-r--r--app-i18n/ibus-tutcode/ibus-tutcode-1.0.0.ebuild24
-rw-r--r--app-i18n/ibus-tutcode/metadata.xml8
3 files changed, 42 insertions, 0 deletions
diff --git a/app-i18n/ibus-tutcode/ChangeLog b/app-i18n/ibus-tutcode/ChangeLog
new file mode 100644
index 000000000000..a65aaa4a0ae4
--- /dev/null
+++ b/app-i18n/ibus-tutcode/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/ibus-tutcode
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-tutcode/ChangeLog,v 1.1 2011/05/28 00:56:41 naota Exp $
+
+*ibus-tutcode-1.0.0 (28 May 2011)
+
+ 28 May 2011; Naohiro Aota <naota@gentoo.org> +ibus-tutcode-1.0.0.ebuild:
+ New ebuild app-i18n/ibus-tutcode written by me. Japanese TUT-Code input
+ engine for IBus
+
diff --git a/app-i18n/ibus-tutcode/ibus-tutcode-1.0.0.ebuild b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.0.ebuild
new file mode 100644
index 000000000000..08300c4e51ac
--- /dev/null
+++ b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-tutcode/ibus-tutcode-1.0.0.ebuild,v 1.1 2011/05/28 00:56:41 naota Exp $
+
+EAPI=4
+
+DESCRIPTION="a Japanese TUT-Code input engine for IBus"
+HOMEPAGE="https://github.com/deton/ibus-tutcode/"
+SRC_URI="https://github.com/downloads/deton/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.5
+ >=sys-devel/gettext-0.16.1"
+RDEPEND="${DEPEND}
+ app-i18n/ibus"
+
+src_install() {
+ default
+ dodoc ${PN}.json.example
+}
diff --git a/app-i18n/ibus-tutcode/metadata.xml b/app-i18n/ibus-tutcode/metadata.xml
new file mode 100644
index 000000000000..e54e2c67e341
--- /dev/null
+++ b/app-i18n/ibus-tutcode/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>
+<maintainer>
+ <email>naota@gentoo.org</email>
+</maintainer>
+</pkgmetadata>