app-i18n/ibus-anthy: fix BDEPEND
[gentoo.git] / app-i18n / ibus-input-pad / ibus-input-pad-1.4.99_pre20140916.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="6"
5
6 MY_P="${P/_pre/.}"
7 MY_PV="${PV/_pre/.}"
8
9 DESCRIPTION="Input Pad for IBus"
10 HOMEPAGE="https://github.com/fujiwarat/input-pad/wiki"
11 SRC_URI="https://github.com/fujiwarat/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 RDEPEND="app-i18n/ibus
19         dev-libs/glib:2
20         dev-libs/input-pad
21         virtual/libintl
22         x11-libs/gtk+:3"
23 DEPEND="${RDEPEND}
24         dev-util/intltool
25         sys-devel/gettext
26         virtual/pkgconfig"
27 S="${WORKDIR}/${MY_P}"