* [gentoo-commits] gentoo-x86 commit in dev-java/netbeans-nb/files/7.1: keychain-support.patch
@ 2012-01-06 11:01 Miroslav Sulc (fordfrog)
0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Sulc (fordfrog) @ 2012-01-06 11:01 UTC (permalink / raw
To: gentoo-commits
fordfrog 12/01/06 11:01:26
Added: keychain-support.patch
Log:
dev-java/netbeans-nb: version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-java/netbeans-nb/files/7.1/keychain-support.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-nb/files/7.1/keychain-support.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-nb/files/7.1/keychain-support.patch?rev=1.1&content-type=text/plain
Index: keychain-support.patch
===================================================================
# HG changeset patch
# Parent cbf7b2d2851314077b9c1ecd6ec95ce51453daf8
diff -r cbf7b2d28513 -r 0350861eeabf ide/launcher/unix/netbeans
--- a/ide/launcher/unix/netbeans Tue Nov 09 13:44:15 2010 +0100
+++ b/ide/launcher/unix/netbeans Tue Nov 09 14:21:18 2010 +0100
@@ -169,6 +169,20 @@
then
sh=/bin/bash
fi
+ keychain=`which keychain`
+ if [ -n "$keychain" ]; then
+ $keychain -q
+ . $HOME/.keychain/$HOSTNAME-sh
+ if [ -e $userdir/keychain-keys.txt ]; then
+ for key in `cat $userdir/keychain-keys.txt`; do
+ SSH_ASKPASS=`which x11-ssh-askpass`
+ export SSH_ASKPASS
+ if [ -n "$key" ]; then
+ keychain $key
+ fi
+ done
+ fi
+ fi
if [ "${founduserdir}" = "yes" ]; then
exec $sh "$nbexec" "$@"
else
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/netbeans-nb/files/7.1: keychain-support.patch
@ 2015-02-04 21:56 Miroslav Sulc (fordfrog)
0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Sulc (fordfrog) @ 2015-02-04 21:56 UTC (permalink / raw
To: gentoo-commits
fordfrog 15/02/04 21:56:00
Removed: keychain-support.patch
Log:
dev-java/netbeans-nb: removed obsolete ebuilds
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-04 21:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 21:56 [gentoo-commits] gentoo-x86 commit in dev-java/netbeans-nb/files/7.1: keychain-support.patch Miroslav Sulc (fordfrog)
-- strict thread matches above, loose matches on Subject: below --
2012-01-06 11:01 Miroslav Sulc (fordfrog)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox