summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2009-01-06 21:16:23 +0000
committerSven Wegener <swegener@gentoo.org>2009-01-06 21:16:23 +0000
commitec54a22ce8981d47427ec0cbe5397780ea167fa1 (patch)
tree835b0e4037f562ae82a76f9bf32e2d3b74e0dd82 /app-crypt/pinentry/files
parentUse external notify-sharp, now that it's in tree. (diff)
downloadgentoo-2-ec54a22ce8981d47427ec0cbe5397780ea167fa1.tar.gz
gentoo-2-ec54a22ce8981d47427ec0cbe5397780ea167fa1.tar.bz2
gentoo-2-ec54a22ce8981d47427ec0cbe5397780ea167fa1.zip
Cleanup.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-crypt/pinentry/files')
-rw-r--r--app-crypt/pinentry/files/0.7.2-info.patch12
-rw-r--r--app-crypt/pinentry/files/0.7.2-libcap.patch26
-rw-r--r--app-crypt/pinentry/files/pinentry-0.7.2-grab.patch15
-rw-r--r--app-crypt/pinentry/files/pinentry-0.7.4-grab.patch16
4 files changed, 0 insertions, 69 deletions
diff --git a/app-crypt/pinentry/files/0.7.2-info.patch b/app-crypt/pinentry/files/0.7.2-info.patch
deleted file mode 100644
index c96956dd7044..000000000000
--- a/app-crypt/pinentry/files/0.7.2-info.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-iff -ur pinentry-0.7.2.orig/doc/pinentry.info pinentry-0.7.2/doc/pinentry.info
---- pinentry-0.7.2.orig/doc/pinentry.info 2005-01-27 02:06:25.000000000 -0600
-+++ pinentry-0.7.2/doc/pinentry.info 2006-05-11 12:27:06.000000000 -0500
-@@ -3,7 +3,7 @@
-
- INFO-DIR-SECTION GNU Utilities
- START-INFO-DIR-ENTRY
--* pinentry:: Ask securely for a passphrase or PIN.
-+* pinentry: (pinentry). Ask securely for a passphrase or PIN.
- END-INFO-DIR-ENTRY
- This file documents the use and the internals of the PINENTRY.
-
diff --git a/app-crypt/pinentry/files/0.7.2-libcap.patch b/app-crypt/pinentry/files/0.7.2-libcap.patch
deleted file mode 100644
index 5d0829059a05..000000000000
--- a/app-crypt/pinentry/files/0.7.2-libcap.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: pinentry-0.7.2/configure.ac
-===================================================================
---- pinentry-0.7.2.orig/configure.ac
-+++ pinentry-0.7.2/configure.ac
-@@ -116,11 +116,16 @@ dnl Checks for libsecmem.
- GNUPG_CHECK_TYPEDEF(byte, HAVE_BYTE_TYPEDEF)
- GNUPG_CHECK_TYPEDEF(ulong, HAVE_ULONG_TYPEDEF)
-
--AC_PATH_PROG(SETCAP, setcap, :, "$PATH:/sbin:/usr/sbin")
--AC_CHECK_LIB(cap, cap_set_proc, [
-- AC_DEFINE(USE_CAPABILITIES,1,[The capabilities support library is installed])
-- LIBCAP=-lcap
--])
-+dnl Check for libcap
-+AC_ARG_WITH([libcap], AC_HELP_STRING([--without-libcap], [Disable support for capabilities library]))
-+
-+if test "x$with_libcap" != "xno"; then
-+ AC_PATH_PROG(SETCAP, setcap, :, "$PATH:/sbin:/usr/sbin")
-+ AC_CHECK_LIB(cap, cap_set_proc, [
-+ AC_DEFINE(USE_CAPABILITIES,1,[The capabilities support library is installed])
-+ LIBCAP=-lcap
-+ ])
-+fi
- AC_SUBST(LIBCAP)
-
- dnl
diff --git a/app-crypt/pinentry/files/pinentry-0.7.2-grab.patch b/app-crypt/pinentry/files/pinentry-0.7.2-grab.patch
deleted file mode 100644
index c88aa62f3115..000000000000
--- a/app-crypt/pinentry/files/pinentry-0.7.2-grab.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- pinentry-0.7.2/gtk+-2/pinentry-gtk-2.c 2007-06-15 15:53:28.000000000 +0200
-+++ pinentry-0.7.2/gtk+-2/pinentry-gtk-2.c 2007-06-15 16:01:57.000000000 +0200
-@@ -207,10 +207,10 @@
- if (!confirm_mode)
- {
- g_signal_connect (G_OBJECT (win),
-- pinentry->grab ? "map-event" : "focus-in-event",
-+ pinentry->grab ? "expose-event" : "focus-in-event",
- G_CALLBACK (grab_keyboard), NULL);
- g_signal_connect (G_OBJECT (win),
-- pinentry->grab ? "unmap-event" : "focus-out-event",
-+ pinentry->grab ? "no-expose-event" : "focus-out-event",
- G_CALLBACK (ungrab_keyboard), NULL);
- }
- gtk_window_add_accel_group (GTK_WINDOW (win), acc);
diff --git a/app-crypt/pinentry/files/pinentry-0.7.4-grab.patch b/app-crypt/pinentry/files/pinentry-0.7.4-grab.patch
deleted file mode 100644
index 118745b33807..000000000000
--- a/app-crypt/pinentry/files/pinentry-0.7.4-grab.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urNp pinentry-0.7.4/gtk+-2/pinentry-gtk-2.c pinentry-0.7.4.new/gtk+-2/pinentry-gtk-2.c
---- pinentry-0.7.4/gtk+-2/pinentry-gtk-2.c 2007-11-29 00:57:55.000000000 +0200
-+++ pinentry-0.7.4.new/gtk+-2/pinentry-gtk-2.c 2007-12-20 22:38:05.000000000 +0200
-@@ -261,10 +261,10 @@ create_window (int confirm_mode)
- if (!confirm_mode)
- {
- g_signal_connect (G_OBJECT (win),
-- pinentry->grab ? "map-event" : "focus-in-event",
-+ "focus-in-event",
- G_CALLBACK (grab_keyboard), NULL);
- g_signal_connect (G_OBJECT (win),
-- pinentry->grab ? "unmap-event" : "focus-out-event",
-+ "focus-out-event",
- G_CALLBACK (ungrab_keyboard), NULL);
- }
- gtk_window_add_accel_group (GTK_WINDOW (win), acc);