# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils distutils DESCRIPTION="A Nautilus extension for Mercurial" HOMEPAGE="http://bitbucket.org/tortoisehg/stable/wiki/Home" SRC_URI="http://bitbucket.org/${PN}/stable/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-lang/python-2.6" RDEPEND="${DEPEND} >=dev-python/pygtk-2.0 >=dev-util/mercurial-1.3 >=dev-python/iniparse-0.3.1 >=dev-python/pygments-1.0-r1" src_install() { distutils_src_install }