public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/files/
@ 2017-11-18 18:03 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-11-18 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     874231cd16bab872d3a99bfb400a7ed0ca3fc463
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Nov 17 19:25:11 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 18:03:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874231cd

app-text/ghostscript-gpl: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/6216

 .../ghostscript-gpl-9.18-gserrors.h-backport.patch | 43 ----------------------
 1 file changed, 43 deletions(-)

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 c34e4866213..00000000000
--- 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
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/files/
@ 2019-04-20  1:29 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-04-20  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e593a105c9f823583a25d6e4066bd6c2345409fb
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 10 08:51:14 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 01:29:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e593a105

app-text/ghostscript-gpl: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11648
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../files/ghostscript-gpl-9.25-no-gtk3.patch       | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/app-text/ghostscript-gpl/files/ghostscript-gpl-9.25-no-gtk3.patch b/app-text/ghostscript-gpl/files/ghostscript-gpl-9.25-no-gtk3.patch
deleted file mode 100644
index 34cc2ec88c1..00000000000
--- a/app-text/ghostscript-gpl/files/ghostscript-gpl-9.25-no-gtk3.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From a73071b87a61acf1237da5ad9da59bae9316fb8c Mon Sep 17 00:00:00 2001
-From: Chris Liddell <chris.liddell@artifex.com>
-Date: Mon, 8 Oct 2018 09:24:22 +0100
-Subject: [PATCH] Bug 699907: Reinstate GTK+ 2.x.x code.
-
-The fix (from March 2018) for deprecated API calls in the GTK+ 3.x.x API
-didn't account for the new, supported methods not being available in
-GTK+ 2.x.x. Handle both cases, as we do elsewhere.
----
- psi/dxmain.c | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/psi/dxmain.c b/psi/dxmain.c
-index 72c060e..250269a 100644
---- a/psi/dxmain.c
-+++ b/psi/dxmain.c
-@@ -354,17 +354,23 @@ static void window_resize(IMAGE *img)
- #endif
- 
-     if (!visible) {
--        guint width, height;
-         /* We haven't yet shown the window, so set a default size
-          * which is smaller than the desktop to allow room for
-          * desktop toolbars, and if possible a little larger than
-          * the image to allow room for the scroll bars.
-          * We don't know the width of the scroll bars, so just guess. */
-+#if !GTK_CHECK_VERSION(3, 0, 0)
-+        gtk_window_set_default_size(GTK_WINDOW(img->window),
-+            min(gdk_screen_width()-96, img->width+24),
-+            min(gdk_screen_height()-96, img->height+24));
-+#else
-+        guint width, height;
-         width = gtk_widget_get_allocated_width (img->window) - 96;
-         height = gtk_widget_get_allocated_height (img->window) - 96;
-         gtk_window_set_default_size(GTK_WINDOW(img->window),
-             min(width, img->width+24),
-             min(height, img->height+24));
-+#endif
-     }
- }
- 
--- 
-2.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-20 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  1:29 [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/files/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2017-11-18 18:03 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox