# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit git distutils EGIT_REPO_URI="git://dev.laptop.org/projects/trac-git" DESCRIPTION="Experimental git plugin for Trac" HOMEPAGE="http://dev.laptop.org/git.do?p=projects/trac-git;a=summary" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="www-apps/trac" DEPEND="dev-python/setuptools" src_install() { distutils_src_install dodoc "${D}"/usr/readme.txt rm "${D}"/usr/readme.txt }