# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python3_4 ) PLOCALES="ca cs cy da de es et eu fr it ja pl pt pt_BR ru sk uk zh_CN zh_TW" inherit distutils-r1 l10n MY_PN="ReText" MY_P="${MY_PN}-${PV/_/~}" if [[ ${PV} == *9999* ]] ; then inherit git-2 EGIT_REPO_URI="git://git.code.sf.net/p/retext/git" KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" KEYWORDS="amd64 x86" fi DESCRIPTION="A Qt-based text editor for Markdown and reStructuredText" HOMEPAGE="https://sourceforge.net/p/retext/home/ReText/" LICENSE="GPL-2" SLOT="0" IUSE="+spell" RDEPEND+=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}]