public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/files/
@ 2016-11-06 19:33 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-11-06 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a88cac840131eac99f4a1037ef4baf0c87913483
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 09:40:30 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 19:32:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88cac84

dev-libs/gobject-introspection: remove unused patch

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

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../gobject-introspection-1.42.0-cpp-flags.patch   | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/gobject-introspection/files/gobject-introspection-1.42.0-cpp-flags.patch b/dev-libs/gobject-introspection/files/gobject-introspection-1.42.0-cpp-flags.patch
deleted file mode 100644
index 8195cdf..00000000
--- a/dev-libs/gobject-introspection/files/gobject-introspection-1.42.0-cpp-flags.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From d2dce55c971fc44cc327818b0341eb89f1243db6 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro@gnome.org>
-Date: Wed, 28 Jan 2015 21:55:20 -0600
-Subject: scanner: don't pass certain debug level flags to cpp
-
-These may cause cpp to output code that still has #defines in them,
-which the scanner does not expect.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=720504
-
-diff --git a/giscanner/sourcescanner.py b/giscanner/sourcescanner.py
-index dab1602..9a81421 100644
---- a/giscanner/sourcescanner.py
-+++ b/giscanner/sourcescanner.py
-@@ -294,6 +294,14 @@ class SourceScanner(object):
-         cpp_args += ['-E', '-C', '-I.', '-']
-         cpp_args += self._cpp_options
- 
-+        # We expect the preprocessor to remove macros. If debugging is turned
-+        # up high enough that won't happen, so strip these out. Bug #720504
-+        for flag in ['-g3', '-ggdb3', '-gstabs3', '-gcoff3', '-gxcoff3', '-gvms3']:
-+            try:
-+                cpp_args.remove(flag)
-+            except ValueError:
-+                pass
-+
-         proc = subprocess.Popen(cpp_args,
-                                 stdin=subprocess.PIPE,
-                                 stdout=subprocess.PIPE)
--- 
-cgit v0.10.2
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-06 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-06 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/files/ David Seifert

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