# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-2 DESCRIPTION="cvs-to-git importer" HOMEPAGE="https://github.com/rcls/crap" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND="dev-libs/libpipeline" RDEPEND="${DEPEND}" EGIT_REPO_URI="https://github.com/rcls/crap.git" src_install() { dodoc README.txt dobin crap-clone }