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