# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Fast client for a mercurial command server" HOMEPAGE="https://www.mercurial-scm.org/wiki/CHg" SRC_URI="https://www.mercurial-scm.org/release/mercurial-${PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" DEPEND="" RDEPEND="${DEPEND} dev-vcs/mercurial" S="${WORKDIR}/mercurial-${PV}/contrib/chg" src_install() { emake DESTDIR="${D}" install dodoc README doman chg.1 }