From 68c0da5074e4bfb25d7780d0679aa056cffb98eb Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Thu, 9 Feb 2017 01:00:18 +0100 Subject: 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(-) delete mode 100644 net-misc/ssh-askpass-fullscreen/files/99ssh_askpass delete mode 100644 net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch 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 8aa186304cd4..000000000000 --- 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 ca31e5c0ce3c..000000000000 --- 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 - - /* 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); - -- cgit v1.2.3-65-gdbad