|
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 |
- |
|
|