public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssh-askpass-fullscreen/files/
@ 2017-02-09  0:00 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-02-09  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     68c0da5074e4bfb25d7780d0679aa056cffb98eb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 00:00:18 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 00:00:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c0da50

net-misc/ssh-askpass-fullscreen: remove unused patches.

Package-Manager: portage-2.3.3

 .../ssh-askpass-fullscreen/files/99ssh_askpass     |  2 --
 .../ssh-askpass-fullscreen-0.4-fix-grab.patch      | 23 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass
deleted file mode 100644
index 8aa186304c..0000000000
--- a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass
+++ /dev/null
@@ -1,2 +0,0 @@
-SSH_ASKPASS=/usr/bin/ssh-askpass-fullscreen
-SUDO_ASKPASS=${SSH_ASKPASS}

diff --git a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch
deleted file mode 100644
index ca31e5c0ce..0000000000
--- a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-http://bugs.gentoo.org/260308
-
---- ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c.orig    2009-02-26 16:48:43.094005225 -0600
-+++ ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c 2009-02-26 16:49:59.804007638 -0600
-@@ -44,7 +44,7 @@
- #include <gtk/gtk.h>
- 
- /* XPM */
--static char *ocean_stripes[] = {
-+static const char *ocean_stripes[] = {
- /* columns rows colors chars-per-pixel */
- "64 64 3 1",
- "  c #A0A9C1",
-@@ -247,7 +247,7 @@
-        GdkColor color;
-        gchar *str;
-         GdkGrabStatus status;
--        int grab_tries;
-+        int grab_tries = 0;
-         const char *failed;
-         
-        grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL); 
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssh-askpass-fullscreen/files/
@ 2017-10-30 21:31 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-10-30 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d97bbcc9fdc76d57e6e653a4ab3ddf0cd168ca7b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Oct  1 13:37:23 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 21:26:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97bbcc9

net-misc/ssh-askpass-fullscreen: remove unused file.

Closes: https://github.com/gentoo/gentoo/pull/5828

 .../files/ssh-askpass-fullscreen.1                 | 79 ----------------------
 1 file changed, 79 deletions(-)

diff --git a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen.1 b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen.1
deleted file mode 100644
index 86f97cde03c..00000000000
--- a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen.1
+++ /dev/null
@@ -1,79 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SSH-ASKPASS-FULLSCREEN 1 "May 8 , 2004"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-ssh-askpass-fullscreen \- A simple replacement for ssh-askpass written with gtk2
-.SH SYNOPSIS
-.B ssh-askpass-fullscreen
-
-.SH DESCRIPTION
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-
-.B gnome-ssh-askpass
-is a GNOME-based passphrase dialog for use with OpenSSH. It is
-intended to be called by the
-.B ssh-add(1)
-program and not invoked directly.  It allows 
-.B ssh-add(1)
-to obtain a passphrase from a user, even if not connected to a terminal
-(assuming that an X display is available).  This happens auto-matically
-in the case where
-.B ssh-add 
-is invoked from one's 
-.B ~/.xsession or as one of the GNOME startup programs, for example.
-
-In order to be called automatically by 
-.B ssh-add, 
-.B ssh-askpass-fullscreen
-should be installed as /usr/bin/ssh-askpass
-
-
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
-\fBssh-askpass-fullscreen\fP is a program that...
-.SH ENVIRONMENT VARIABLES
-The following environment variables are recognized:
-
-.TP 
-.IR "GNOME_SSH_ASKPASS_GRAB_SERVER"
-              Causes gnome-ssh-askpass to grab the X server before
-asking for a passphrase.
-
-.TP 
-.IR "GNOME_SSH_ASKPASS_GRAB_POINTER"
-              Causes gnome-ssh-askpass to grab the mouse pointer will be
-grabbed too.
-
-.PP
-These  may have some benefit to security if you don't trust your X
-server. Keyboard is always grabbed.
-
-.TP
-
-.SH SEE ALSO
-.BR ssh-add (1),
-.BR ssh-askpass (1).
-.br
-
-.SH AUTHOR
-This manual page was written by Marco Presi (Zufus) <zufus@debian.org>,
-for the Debian GNU/Linux system (but may be used by others) and it is
-based on that for x11-ssh-askpass by Philip Hands and the one for
-gnome-ssh-askpass by Colin Watson <cjwatson@debian.org>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-30 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-30 21:31 [gentoo-commits] repo/gentoo:master commit in: net-misc/ssh-askpass-fullscreen/files/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-02-09  0:00 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox