summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-12-26 19:47:27 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-12-26 19:47:27 +0000
commit59fe31609c62f23a6fd33d3ce564ef335e124c97 (patch)
treea2c29154e3278cd013a3d1726deb31dbe39609b0 /net-misc/ssh-askpass-fullscreen
parentvirtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff)
downloadgentoo-2-59fe31609c62f23a6fd33d3ce564ef335e124c97.tar.gz
gentoo-2-59fe31609c62f23a6fd33d3ce564ef335e124c97.tar.bz2
gentoo-2-59fe31609c62f23a6fd33d3ce564ef335e124c97.zip
Attempt to let Gentoo's sudo package work with the -A flag. app-admin/sudo still needs to depend on this package, otherwise it automagically works for some Gentoo users. See bug 240620 for discussion.
(Portage version: 2.1.7.15/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc/ssh-askpass-fullscreen')
-rw-r--r--net-misc/ssh-askpass-fullscreen/ChangeLog11
-rw-r--r--net-misc/ssh-askpass-fullscreen/files/99ssh_askpass1
-rw-r--r--net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r4.ebuild (renamed from net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r3.ebuild)2
3 files changed, 12 insertions, 2 deletions
diff --git a/net-misc/ssh-askpass-fullscreen/ChangeLog b/net-misc/ssh-askpass-fullscreen/ChangeLog
index 9222a9436ec4..e717bae9969f 100644
--- a/net-misc/ssh-askpass-fullscreen/ChangeLog
+++ b/net-misc/ssh-askpass-fullscreen/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-misc/ssh-askpass-fullscreen
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v 1.18 2009/12/10 13:57:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v 1.19 2009/12/26 19:47:24 darkside Exp $
+
+*ssh-askpass-fullscreen-0.4-r4 (26 Dec 2009)
+
+ 26 Dec 2009; Jeremy Olexa <darkside@gentoo.org> files/99ssh_askpass,
+ -ssh-askpass-fullscreen-0.4-r3.ebuild,
+ +ssh-askpass-fullscreen-0.4-r4.ebuild:
+ Attempt to let Gentoo's sudo package work with the -A flag. app-admin/sudo
+ still needs to depend on this package, otherwise it automagically works
+ for some Gentoo users. See bug 240620 for discussion.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
-ssh-askpass-fullscreen-0.4-r1.ebuild:
diff --git a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass
index e8984da2f2cb..8aa186304cd4 100644
--- a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass
+++ b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass
@@ -1 +1,2 @@
SSH_ASKPASS=/usr/bin/ssh-askpass-fullscreen
+SUDO_ASKPASS=${SSH_ASKPASS}
diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r3.ebuild b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r4.ebuild
index d572b6b9abfe..91bee4c46476 100644
--- a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r3.ebuild
+++ b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r3.ebuild,v 1.4 2009/04/11 17:03:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r4.ebuild,v 1.1 2009/12/26 19:47:24 darkside Exp $
EAPI="2"