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

(-)a/dev-vcs/git/git-2.12.0.ebuild (-7 lines)
Lines 423-433 src_install() { Link Here
423
		elisp-site-file-install "${FILESDIR}"/${SITEFILE}
423
		elisp-site-file-install "${FILESDIR}"/${SITEFILE}
424
	fi
424
	fi
425
425
426
	if use python && use gtk ; then
427
		python_doscript "${S}"/contrib/gitview/gitview
428
		dodoc "${S}"/contrib/gitview/gitview.txt
429
	fi
430
431
	#dobin contrib/fast-import/git-p4 # Moved upstream
426
	#dobin contrib/fast-import/git-p4 # Moved upstream
432
	#dodoc contrib/fast-import/git-p4.txt # Moved upstream
427
	#dodoc contrib/fast-import/git-p4.txt # Moved upstream
433
	newbin contrib/fast-import/import-tars.perl import-tars
428
	newbin contrib/fast-import/import-tars.perl import-tars
Lines 488-494 src_install() { Link Here
488
	# emacs - installed above
483
	# emacs - installed above
489
	# examples - these are stuff that is not used in Git anymore actually
484
	# examples - these are stuff that is not used in Git anymore actually
490
	# git-jump - done above
485
	# git-jump - done above
491
	# gitview - installed above
492
	# p4import - excluded because fast-import has a better one
486
	# p4import - excluded because fast-import has a better one
493
	# patches - stuff the Git guys made to go upstream to other places
487
	# patches - stuff the Git guys made to go upstream to other places
494
	# persistent-https - TODO
488
	# persistent-https - TODO
495
- 

Return to bug 610946