# 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" IUSE="" DEPEND=">=dev-util/mercurial-1.3 >=dev-python/pygtk-2.0" RDEPEND="${DEPEND}" src_install() { distutils_src_install }