# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: 6/1/2014 ephemer0l $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 KEYWORDS="~amd64 ~x86" SRC_URI="http://d-rats.danplanet.com/download/${PV}/${P}.tar.gz" DESCRIPTION="A Communications Tool For D-STAR" HOMEPAGE="http://www.d-rats.com/" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="spell" DEPEND=" spell? ( app-text/aspell ) dev-libs/libxslt[python] dev-python/pyserial " RDEPEND="${DEPEND}" src_prepare() { sed -i -e "/share\/doc\/d-rats/d" setup.py || die distutils-r1_src_prepare } python_test() { pushd tests > /dev/null "${PYTHON}" run_tests || die popd > /dev/null }