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

(-)/usr/portage/dev-vcs/git/git-2.11.1.ebuild (-6 / +6 lines)
Lines 58-64 Link Here
58
		webdav? ( dev-libs/expat )
58
		webdav? ( dev-libs/expat )
59
	)
59
	)
60
	emacs? ( virtual/emacs )
60
	emacs? ( virtual/emacs )
61
	gnome-keyring? ( gnome-base/libgnome-keyring )"
61
	gnome-keyring? ( app-crypt/libsecret )"
62
62
63
RDEPEND="${CDEPEND}
63
RDEPEND="${CDEPEND}
64
	gpg? ( app-crypt/gnupg )
64
	gpg? ( app-crypt/gnupg )
Lines 364-371 Link Here
364
	fi
364
	fi
365
365
366
	if use gnome-keyring ; then
366
	if use gnome-keyring ; then
367
		cd "${S}"/contrib/credential/gnome-keyring
367
		cd "${S}"/contrib/credential/libsecret
368
		git_emake || die "emake git-credential-gnome-keyring failed"
368
		git_emake || die "emake git-credential-libsecret failed"
369
	fi
369
	fi
370
370
371
	cd "${S}"/contrib/subtree
371
	cd "${S}"/contrib/subtree
Lines 464-471 Link Here
464
	dodoc contrib/contacts/git-contacts.txt
464
	dodoc contrib/contacts/git-contacts.txt
465
465
466
	if use gnome-keyring ; then
466
	if use gnome-keyring ; then
467
		cd "${S}"/contrib/credential/gnome-keyring
467
		cd "${S}"/contrib/credential/libsecret
468
		dobin git-credential-gnome-keyring
468
		dobin git-credential-libsecret
469
	fi
469
	fi
470
470
471
	if use subversion ; then
471
	if use subversion ; then
Lines 483-489 Link Here
483
	dodir /usr/share/${PN}/contrib
483
	dodir /usr/share/${PN}/contrib
484
	# The following are excluded:
484
	# The following are excluded:
485
	# completion - installed above
485
	# completion - installed above
486
	# credential/gnome-keyring TODO
486
	# credential/libsecret TODO
487
	# diff-highlight - done above
487
	# diff-highlight - done above
488
	# emacs - installed above
488
	# emacs - installed above
489
	# examples - these are stuff that is not used in Git anymore actually
489
	# examples - these are stuff that is not used in Git anymore actually

Return to bug 610376