Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373439
Collapse All | Expand All

(-)/usr/portage/dev-vcs/git/git-1.7.6.ebuild (+9 lines)
Lines 312-317 src_install() { Link Here
312
312
313
	# Depending on the tarball and manual rebuild of the documentation, the
313
	# Depending on the tarball and manual rebuild of the documentation, the
314
	# manpages may exist in either OR both of these directories.
314
	# manpages may exist in either OR both of these directories.
315
	if ! use cvs; then
316
		find man? -name "*git*cvs*" | xargs rm
317
	fi
315
	find man?/*.[157] >/dev/null 2>&1 && doman man?/*.[157]
318
	find man?/*.[157] >/dev/null 2>&1 && doman man?/*.[157]
316
	find Documentation/*.[157] >/dev/null 2>&1 && doman Documentation/*.[157]
319
	find Documentation/*.[157] >/dev/null 2>&1 && doman Documentation/*.[157]
317
320
Lines 403-408 src_install() { Link Here
403
	newconfd "${FILESDIR}"/git-daemon.confd git-daemon
406
	newconfd "${FILESDIR}"/git-daemon.confd git-daemon
404
407
405
	fixlocalpod
408
	fixlocalpod
409
410
	# burn CVS with fire, see #373439
411
	if ! use cvs; then
412
		rm -rf "${ED}"/usr/bin/git-cvsserver \
413
			"${ED}"/usr/libexec/git-core/git-cvs* || die
414
	fi
406
}
415
}
407
416
408
src_test() {
417
src_test() {

Return to bug 373439