# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit python
DESCRIPTION="GUI application for programming Logitech Harmony remote controls"
HOMEPAGE="http://sourceforge.net/projects/congruity/"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-python/wxpython:2.8
dev-libs/libconcord[python]"
RDEPEND="${DEPEND}"
src_prepare() {
python_convert_shebangs -r 2 .
}
src_install() {
emake RUN_UPDATE_DESKTOP_DB=0 \
PREFIX="/usr" \
DESTDIR="${D}" install || die
dodoc README.txt Changelog
}