summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2016-03-20 18:08:33 +0800
committerIan Delaney <idella4@gentoo.org>2016-03-20 22:44:18 +0800
commite44f81f16070ab97ceb88211c4adc250d67dfdd3 (patch)
treec34e79631917e4752cd3f9f42e90fdbf66a16c17 /app-crypt/eid-mw/files
parentsys-devel/autoconf-archive: Version bump to 2016.03.20 (diff)
downloadgentoo-e44f81f16070ab97ceb88211c4adc250d67dfdd3.tar.gz
gentoo-e44f81f16070ab97ceb88211c4adc250d67dfdd3.tar.bz2
gentoo-e44f81f16070ab97ceb88211c4adc250d67dfdd3.zip
app-crypt/eid-mw: rm old and related patches
Removed files requested byt the proxy maintianer via the Gentoo-bug: #577642 Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/eid-mw/files')
-rw-r--r--app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch38
-rw-r--r--app-crypt/eid-mw/files/fix-nodialog-bug.patch20
2 files changed, 0 insertions, 58 deletions
diff --git a/app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch b/app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch
deleted file mode 100644
index 1f70c781dd95..000000000000
--- a/app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: eid-mw-4.0.2/common/src/socket/socket.cpp
-===================================================================
---- eid-mw-4.0.2.orig/common/src/socket/socket.cpp
-+++ eid-mw-4.0.2/common/src/socket/socket.cpp
-@@ -21,6 +21,8 @@
- #include "../eiderrors.h"
- #include <iostream>
-
-+#include <unistd.h>
-+
- namespace eIDMW
- {
-
-Index: eid-mw-4.0.2/common/src/socket/socketserver.cpp
-===================================================================
---- eid-mw-4.0.2.orig/common/src/socket/socketserver.cpp
-+++ eid-mw-4.0.2/common/src/socket/socketserver.cpp
-@@ -26,6 +26,7 @@
- #include <netinet/in.h>
- #include <sys/ioctl.h>
- #include <errno.h>
-+#include <unistd.h>
- #ifndef SOCKET_ERROR
- #define SOCKET_ERROR -1
- #endif
-Index: eid-mw-4.0.2/common/src/util.cpp
-===================================================================
---- eid-mw-4.0.2.orig/common/src/util.cpp
-+++ eid-mw-4.0.2/common/src/util.cpp
-@@ -27,6 +27,8 @@
-
- #include <stdlib.h>
-
-+#include <unistd.h>
-+
- #ifdef WIN32
- #include <windows.h>
- #endif
diff --git a/app-crypt/eid-mw/files/fix-nodialog-bug.patch b/app-crypt/eid-mw/files/fix-nodialog-bug.patch
deleted file mode 100644
index 5ea003216241..000000000000
--- a/app-crypt/eid-mw/files/fix-nodialog-bug.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: cardlayer/src/pinpadlib.h
-===================================================================
---- cardlayer/src/pinpadlib.h (revision 1501)
-+++ cardlayer/src/pinpadlib.h (revision 1502)
-@@ -43,13 +43,14 @@
- #endif
- #ifndef NO_DIALOGS
- #include "../dialogs/src/dialogs.h"
-+#endif
- #ifdef __APPLE__
- typedef void* BEID_DIALOGHANDLE;
- #else
- typedef unsigned long BEID_DIALOGHANDLE;
- #endif
--#endif
-
-+
- namespace eIDMW
- {
- #ifdef EIDMW_PF_EXPORT