ibus-tutcode-1.0.2.ebuild 546 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="a Japanese TUT-Code input engine for IBus"
  5. HOMEPAGE="https://github.com/deton/ibus-tutcode/"
  6. SRC_URI="mirror://github/deton/${PN}/${P}.tar.bz2"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="test"
  11. RESTRICT="test"
  12. CDEPEND=">=dev-lang/python-2.5
  13. >=sys-devel/gettext-0.16.1"
  14. DEPEND="${CDEPEND}
  15. test? ( app-i18n/ibus )"
  16. RDEPEND="${CDEPEND}
  17. app-i18n/ibus"
  18. src_install() {
  19. default
  20. dodoc ${PN}.json.example
  21. }