summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2012-07-08 21:44:14 +0000
committerNaohiro Aota <naota@gentoo.org>2012-07-08 21:44:14 +0000
commit0ae3d83f0b8b453a17a6fb0a8c026cf63c43292e (patch)
tree7909ec101400a4bc719a3cb2e67f5cb44804954b /app-i18n/ibus-tutcode
parentBump to 3.2.0 (diff)
downloadgentoo-2-0ae3d83f0b8b453a17a6fb0a8c026cf63c43292e.tar.gz
gentoo-2-0ae3d83f0b8b453a17a6fb0a8c026cf63c43292e.tar.bz2
gentoo-2-0ae3d83f0b8b453a17a6fb0a8c026cf63c43292e.zip
Bump to 1.0.2
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-tutcode')
-rw-r--r--app-i18n/ibus-tutcode/ChangeLog8
-rw-r--r--app-i18n/ibus-tutcode/ibus-tutcode-1.0.2.ebuild26
2 files changed, 32 insertions, 2 deletions
diff --git a/app-i18n/ibus-tutcode/ChangeLog b/app-i18n/ibus-tutcode/ChangeLog
index 22b960dc4848..82243f1b1614 100644
--- a/app-i18n/ibus-tutcode/ChangeLog
+++ b/app-i18n/ibus-tutcode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/ibus-tutcode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-tutcode/ChangeLog,v 1.3 2012/04/23 19:17:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-tutcode/ChangeLog,v 1.4 2012/07/08 21:44:14 naota Exp $
+
+*ibus-tutcode-1.0.2 (08 Jul 2012)
+
+ 08 Jul 2012; Naohiro Aota <naota@gentoo.org> +ibus-tutcode-1.0.2.ebuild:
+ Bump to 1.0.2
23 Apr 2012; Michał Górny <mgorny@gentoo.org> ibus-tutcode-1.0.0.ebuild,
ibus-tutcode-1.0.1.ebuild:
@@ -16,4 +21,3 @@
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.2.ebuild b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.2.ebuild
new file mode 100644
index 000000000000..71cd7c0d34fd
--- /dev/null
+++ b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 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.2.ebuild,v 1.1 2012/07/08 21:44:14 naota Exp $
+
+EAPI=4
+
+DESCRIPTION="a Japanese TUT-Code input engine for IBus"
+HOMEPAGE="https://github.com/deton/ibus-tutcode/"
+SRC_URI="mirror://github/deton/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="test"
+
+DEPEND=">=dev-lang/python-2.5
+ >=sys-devel/gettext-0.16.1
+ test? ( app-i18n/ibus )"
+RDEPEND="${DEPEND}
+ app-i18n/ibus"
+
+src_install() {
+ default
+ dodoc ${PN}.json.example
+}