# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="vc-dwim is a version-control-agnostic ChangeLog diff and commit tool. vc-chlog is a helper tool for writing GNU-style ChangeLog entries." HOMEPAGE="http://www.gnu.org/software/${PN}/" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${PN}-${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-util/ctags sys-devel/patch dev-lang/perl" RDEPEND="${DEPEND}" # || ( dev-util/cvs dev-util/git dev-vcs/mercurial dev-util/subversion )" src_install () { emake DESTDIR="${D}" install || die "emake install failed" }