diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-11-09 04:54:11 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-11-09 04:54:11 +0000 |
commit | f1da42075ca09b190eb910d287b31c3c6f8a795e (patch) | |
tree | 44ac8e5e5c8f3201de6f64b3fa95bbeb9e42f829 /app-i18n/ibus-tutcode | |
parent | fix an indent (diff) | |
download | gentoo-2-f1da42075ca09b190eb910d287b31c3c6f8a795e.tar.gz gentoo-2-f1da42075ca09b190eb910d287b31c3c6f8a795e.tar.bz2 gentoo-2-f1da42075ca09b190eb910d287b31c3c6f8a795e.zip |
Version bump.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-tutcode')
-rw-r--r-- | app-i18n/ibus-tutcode/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/ibus-tutcode/ibus-tutcode-1.0.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-i18n/ibus-tutcode/ChangeLog b/app-i18n/ibus-tutcode/ChangeLog index a65aaa4a0ae4..debe007f2124 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-tutcode/ChangeLog,v 1.2 2011/11/09 04:54:11 naota Exp $ + +*ibus-tutcode-1.0.1 (09 Nov 2011) + + 09 Nov 2011; Naohiro Aota <naota@gentoo.org> +ibus-tutcode-1.0.1.ebuild: + Version bump. *ibus-tutcode-1.0.0 (28 May 2011) diff --git a/app-i18n/ibus-tutcode/ibus-tutcode-1.0.1.ebuild b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.1.ebuild new file mode 100644 index 000000000000..d4f150e2d16a --- /dev/null +++ b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.1.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.1.ebuild,v 1.1 2011/11/09 04:54:11 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 +} |