# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 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" IUSE="spell" DEPEND="" RDEPEND="${DEPEND} spell? ( app-text/aspell ) dev-python/pyserial dev-libs/libxslt[python] " src_prepare() { epatch "${FILESDIR}/${P}-xdg.qa.fix.patch" distutils-r1_src_prepare }