From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 098DA1396D9 for ; Sat, 18 Nov 2017 18:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F31EE0D09; Sat, 18 Nov 2017 18:04:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E77AE0D39 for ; Sat, 18 Nov 2017 18:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EAFC33C6B6 for ; Sat, 18 Nov 2017 18:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6BC39F40 for ; Sat, 18 Nov 2017 18:03:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511028191.874231cd16bab872d3a99bfb400a7ed0ca3fc463.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/files/ghostscript-gpl-9.18-gserrors.h-backport.patch X-VCS-Directories: app-text/ghostscript-gpl/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 874231cd16bab872d3a99bfb400a7ed0ca3fc463 X-VCS-Branch: master Date: Sat, 18 Nov 2017 18:03:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d46db3ca-40b5-4645-ab4a-96cf66a293f4 X-Archives-Hash: 8bf002cdb2408203ca205e61a8cfa5e2 commit: 874231cd16bab872d3a99bfb400a7ed0ca3fc463 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Nov 17 19:25:11 2017 +0000 Commit: David Seifert gentoo 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 -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 -