djvusmooth-0.2.14.ebuild 531 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7 )
  5. inherit distutils-r1
  6. DESCRIPTION="Graphical editor for DjVu documents"
  7. HOMEPAGE="http://jwilk.net/software/djvusmooth"
  8. SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. # TODO: check with wxpython:2.9
  13. RDEPEND="dev-python/python-djvulibre[${PYTHON_USEDEP}]
  14. dev-python/wxpython:2.8[${PYTHON_USEDEP}]
  15. x11-themes/hicolor-icon-theme"
  16. DEPEND=""