Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Closes: https://github.com/gentoo/gentoo/pull/11525
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
python_compile_all() {
rm -r contrib/win32 || die
+ emake -C contrib/chg
if use emacs; then
cd contrib || die
elisp-compile mercurial.el || die "elisp-compile failed!"
elisp-site-file-install "${FILESDIR}"/${SITEFILE}
fi
- local RM_CONTRIB=( hgk hg-ssh bash_completion zsh_completion wix plan9 *.el )
+ dobin contrib/chg/chg
+ doman contrib/chg/chg.1
+
+ local RM_CONTRIB=( chg hgk hg-ssh bash_completion zsh_completion wix plan9 *.el )
for f in ${RM_CONTRIB[@]}; do
rm -r contrib/${f} || die
done