diff options
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/Manifest | 1 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/files/ghostscript-gpl-9.18-gserrors.h-backport.patch | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-text/ghostscript-gpl/Manifest b/app-text/ghostscript-gpl/Manifest index 8741d4bdd9ce..ff4c04f87a4a 100644 --- a/app-text/ghostscript-gpl/Manifest +++ b/app-text/ghostscript-gpl/Manifest @@ -1,4 +1,3 @@ -AUX ghostscript-gpl-9.18-gserrors.h-backport.patch 1412 SHA256 d0b223115feebae343a9c8f598cc53b994238c2415c4bd0dc83e8f49ad538451 SHA512 86f82ce483fe31fa8ccc6bfec3936ced30fb4a67c1875012630877dac1367b70b392886e3f822670ea2a6885c7a992a6543751007ad5c30a31601c4f9a23b904 WHIRLPOOL 52e6e83b39692816d2be4cd727f5add82ba8abbd0d1a3cbcbefc99470b6d696bff7ea18ae77960a71bf0f96d8cf7046a818e9a695bdc71d8a59beb9a54d24127 DIST ghostscript-9.21.tar.xz 29164532 SHA256 2be1d014888a34187ad4bbec19ab5692cc943bd1cb14886065aeb43a3393d053 SHA512 cfea089b92fb01e3f7c18a9ce05e7165fc8b356e2914bf53b7f2fd9de672279c8b97ced07e983e619f0d4334ce16018b100cfbf0cc872c215a8cf2aff4c78731 WHIRLPOOL 3836454ff852633940420a4812667b13c7e9b6602c3fcac7383298bf06cf2157a4580ad4c06cb9797af21418b162f52ff5bc03dd3651079078677eba252c8b40 DIST ghostscript-gpl-9.21-patchset-1.tar.xz 6196 SHA256 53abca720b67cd6b6117b2d4e2946916957fac68ce5caffe7c151504f9db777c SHA512 58fef7080ca17a238231fb528be48f52bcfa771b1e496d7fede6df45fb927f1bb1c755cb77e02aa739295b0ccf0b3d3959f9a05a1628d32ffd11e134c0e0d355 WHIRLPOOL 2541f34acaa5fc923cd82b8873c82acc512bca2b6b28cf347e511acd5a259b4676687cc3c2454b8631a4c7559801c3691e6397c8bf3e04c7575c9566574f35c9 EBUILD ghostscript-gpl-9.21.ebuild 5561 SHA256 1965a53fe775276ebee6abfc5dbaa165ffe05cc03a3ba921a59443999d40e85f SHA512 0e6e410f15df35ee8aeca223c01d619574bcbfefd3e3c2468e1bb2b6ef9626b4c00051050889b43aa6ffefd1d4103e21f93e7c0c8898ecec5ad79746a6d38d3a WHIRLPOOL 2d76911fbc95fea043b207ad07d3b7fb4a86cf6fb4b4cab9cd42adf709aa0a045187067ea54ab21f25fc3f3eca26062f2c04608168e0b64b65da07e802f1d20c diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-9.18-gserrors.h-backport.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-9.18-gserrors.h-backport.patch deleted file mode 100644 index c34e4866213e..000000000000 --- a/app-text/ghostscript-gpl/files/ghostscript-gpl-9.18-gserrors.h-backport.patch +++ /dev/null @@ -1,43 +0,0 @@ -From feafe5e540a0545ec5d28f3f66bb542056bba495 Mon Sep 17 00:00:00 2001 -From: Chris Liddell <chris.liddell@artifex.com> -Date: Fri, 23 Oct 2015 10:16:11 +0100 -Subject: [PATCH] Bug 696301: add gserrors.h to the installed files - -for the so-install target. - -Also remove a spurious (copy'n'paste error) comment. - -No cluster differences ---- - base/gserrors.h | 2 +- - base/unix-dll.mak | 1 + - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/base/gserrors.h b/base/gserrors.h -index 5f18081..cdebb38 100644 ---- a/base/gserrors.h -+++ b/base/gserrors.h -@@ -25,7 +25,7 @@ - /* We don't use a typedef internally to avoid a lot of casting. */ - - enum gs_error_type { -- gs_error_ok = 0, /* unknown error */ -+ gs_error_ok = 0, - gs_error_unknownerror = -1, /* unknown error */ - gs_error_dictfull = -2, - gs_error_dictstackoverflow = -3, -diff --git a/base/unix-dll.mak b/base/unix-dll.mak -index 7b67aa1..73b4fa9 100644 ---- a/base/unix-dll.mak -+++ b/base/unix-dll.mak -@@ -186,6 +186,7 @@ install-so-subtarget: so-subtarget - ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR) - $(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)iapi.h - $(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)ierrors.h -+ $(INSTALL_DATA) $(GLSRC)gserrors.h $(DESTDIR)$(gsincludedir)gserrors.h - $(INSTALL_DATA) $(DEVSRC)gdevdsp.h $(DESTDIR)$(gsincludedir)gdevdsp.h - - soinstall: --- -2.5.1 - |