app-i18n/unicode-data: ia64 stable, bug #591592 (by Émeric Maschino)
[gentoo.git] / app-i18n / ibus-tutcode / ibus-tutcode-1.0.0.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6
7 DESCRIPTION="a Japanese TUT-Code input engine for IBus"
8 HOMEPAGE="https://github.com/deton/ibus-tutcode/"
9 SRC_URI="mirror://github/deton/${PN}/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND=">=dev-lang/python-2.5
17         >=sys-devel/gettext-0.16.1"
18 RDEPEND="${DEPEND}
19         app-i18n/ibus"
20
21 src_install() {
22         default
23         dodoc ${PN}.json.example
24 }