summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-09-03 16:05:55 -0400
committerMike Gilbert <floppym@gentoo.org>2016-09-03 16:09:29 -0400
commit65895a57facc0747d24cf77dc5f415c9ab703167 (patch)
tree85eec2bbec9be432fdff553a0d1350eb8ae0569b /net-print/epson-inkjet-printer-escpr/files
parentsci-chemistry/gromacs: fix build with mkl (bug #592786) (diff)
downloadgentoo-65895a57facc0747d24cf77dc5f415c9ab703167.tar.gz
gentoo-65895a57facc0747d24cf77dc5f415c9ab703167.tar.bz2
gentoo-65895a57facc0747d24cf77dc5f415c9ab703167.zip
net-print/epson-inkjet-printer-escpr: remove old
Package-Manager: portage-2.3.0_p24
Diffstat (limited to 'net-print/epson-inkjet-printer-escpr/files')
-rw-r--r--net-print/epson-inkjet-printer-escpr/files/1.4.4-warnings.patch43
-rw-r--r--net-print/epson-inkjet-printer-escpr/files/1.5.2-warnings.patch32
-rw-r--r--net-print/epson-inkjet-printer-escpr/files/1.6.1-warnings.patch40
3 files changed, 0 insertions, 115 deletions
diff --git a/net-print/epson-inkjet-printer-escpr/files/1.4.4-warnings.patch b/net-print/epson-inkjet-printer-escpr/files/1.4.4-warnings.patch
deleted file mode 100644
index 34ec1737d53b..000000000000
--- a/net-print/epson-inkjet-printer-escpr/files/1.4.4-warnings.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/lib/epson-escpage-mono.c
-+++ b/lib/epson-escpage-mono.c
-@@ -885,7 +885,7 @@
-
- EPS_LOG_FUNCIN;
-
-- memset(pBand, 0, sizeof(pBand));
-+ memset(pBand, 0, sizeof(EPS_PAGE_BAND_M));
-
- pBand->WidthInPixels = widthInPixels;
- pBand->WidthInBytes = (pBand->WidthInPixels+7)/8;
---- a/lib/epson-escpr-api.h
-+++ b/lib/epson-escpr-api.h
-@@ -98,6 +98,9 @@
- /*** -------------------------------------------------------------------------------*/
- extern EPS_ERR_CODE epsMakeMainteCmd (EPS_INT32, EPS_UINT8*, EPS_UINT32* );
-
-+extern EPS_ERR_CODE SetupJobAttrib (const EPS_JOB_ATTRIB* );
-+extern EPS_ERR_CODE SendStartJob (EPS_BOOL );
-+extern EPS_ERR_CODE PrintBand (const EPS_UINT8*, EPS_UINT32, EPS_UINT32* );
- #ifdef __cplusplus
- }
- #endif
---- a/src/filter.c
-+++ b/src/filter.c
-@@ -38,6 +38,7 @@
- #include "epson-escpr-api.h"
- #include "epson-escpr-services.h"
- #include "epson-escpr-mem.h"
-+#include "epson-escpage.h"
-
- #include "err.h"
- #include "mem.h"
---- a/src/mem.c
-+++ b/src/mem.c
-@@ -23,6 +23,7 @@
- #endif
-
- #include <stdlib.h>
-+#include "err.h"
- #include "mem.h"
-
- void *
diff --git a/net-print/epson-inkjet-printer-escpr/files/1.5.2-warnings.patch b/net-print/epson-inkjet-printer-escpr/files/1.5.2-warnings.patch
deleted file mode 100644
index e60606f972c5..000000000000
--- a/net-print/epson-inkjet-printer-escpr/files/1.5.2-warnings.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/lib/epson-escpr-api.h
-+++ b/lib/epson-escpr-api.h
-@@ -98,6 +98,9 @@
- /*** -------------------------------------------------------------------------------*/
- extern EPS_ERR_CODE epsMakeMainteCmd (EPS_INT32, EPS_UINT8*, EPS_UINT32* );
-
-+extern EPS_ERR_CODE SetupJobAttrib (const EPS_JOB_ATTRIB* );
-+extern EPS_ERR_CODE SendStartJob (EPS_BOOL );
-+extern EPS_ERR_CODE PrintBand (const EPS_UINT8*, EPS_UINT32, EPS_UINT32* );
- #ifdef __cplusplus
- }
- #endif
---- a/src/filter.c
-+++ b/src/filter.c
-@@ -38,6 +38,7 @@
- #include "epson-escpr-api.h"
- #include "epson-escpr-services.h"
- #include "epson-escpr-mem.h"
-+#include "epson-escpage.h"
-
- #include "err.h"
- #include "mem.h"
---- a/src/mem.c
-+++ b/src/mem.c
-@@ -23,6 +23,7 @@
- #endif
-
- #include <stdlib.h>
-+#include "err.h"
- #include "mem.h"
-
- void *
diff --git a/net-print/epson-inkjet-printer-escpr/files/1.6.1-warnings.patch b/net-print/epson-inkjet-printer-escpr/files/1.6.1-warnings.patch
deleted file mode 100644
index 7eeba307d17b..000000000000
--- a/net-print/epson-inkjet-printer-escpr/files/1.6.1-warnings.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/lib/epson-escpr-api.h
-+++ b/lib/epson-escpr-api.h
-@@ -111,6 +111,9 @@
- /*** -------------------------------------------------------------------------------*/
- extern EPS_ERR_CODE epsMakeMainteCmd (EPS_INT32, EPS_UINT8*, EPS_UINT32* );
-
-+extern EPS_ERR_CODE SetupJobAttrib (const EPS_JOB_ATTRIB* );
-+extern EPS_ERR_CODE SendStartJob (EPS_BOOL );
-+extern EPS_ERR_CODE PrintBand (const EPS_UINT8*, EPS_UINT32, EPS_UINT32* );
- #ifdef __cplusplus
- }
- #endif
---- a/src/filter.c
-+++ b/src/filter.c
-@@ -37,6 +37,7 @@
- #include "epson-escpr-api.h"
- #include "epson-escpr-services.h"
- #include "epson-escpr-mem.h"
-+#include "epson-escpage.h"
-
- #include "err.h"
- #include "mem.h"
-@@ -45,6 +46,7 @@
- #include "libprtX.h"
- #include "optBase.h"
- #include "linux_cmn.h"
-+#include "xfifo.h"
-
- #define WIDTH_BYTES(bits) (((bits) + 31) / 32 * 4)
-
---- a/src/mem.c
-+++ b/src/mem.c
-@@ -23,6 +23,7 @@
- #endif
-
- #include <stdlib.h>
-+#include "err.h"
- #include "mem.h"
-
- void *