# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_PV=${PV/_p/.} DESCRIPTION="Mercurial plugin for Trac" HOMEPAGE="http://trac.edgewall.org/wiki/TracMercurial" SRC_URI="http://zugaina.free.fr/distfiles/mercurial-plugin-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="www-apps/trac" DEPEND="dev-python/setuptools" S=${WORKDIR}/mercurial-plugin-0.11 src_install() { distutils_src_install dodoc "${D}"/usr/README dodoc "${D}"/usr/COPYING rm "${D}"/usr/README rm "${D}"/usr/COPYING }