# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ EAPI="2" inherit distutils SRC_URI="http://ftp.logilab.org/pub/${PN}/${P}.tar.gz" DESCRIPTION="PyQt4 Mercurial interfaces" HOMEPAGE="http://www.logilab.org/project/name/hgview" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-python/egenix-mx-base dev-python/PyQt4" RDEPEND="${DEPEND}" src_install() { distutils_src_install distutils_python_version insinto "$(python_get_sitedir)/hgext" || die doins hgext/hgview.py || die insinto /etc/mercurial/hgrc.d || die doins hgext/hgview.rc || die }