Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/re2/files/
Date: Mon, 02 Oct 2017 21:26:52
Message-Id: 1506979606.659c75bb1e82bb73d21bf40182cb15abfb8ed02e.floppym@gentoo
1 commit: 659c75bb1e82bb73d21bf40182cb15abfb8ed02e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 1 17:33:13 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 21:26:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659c75bb
7
8 dev-libs/re2: remove unused patches
9
10 dev-libs/re2/files/re2-compile-r0.patch | 27 ---------------------------
11 dev-libs/re2/files/re2-symbols-r0.patch | 10 ----------
12 2 files changed, 37 deletions(-)
13
14 diff --git a/dev-libs/re2/files/re2-compile-r0.patch b/dev-libs/re2/files/re2-compile-r0.patch
15 deleted file mode 100644
16 index cf2c8c0d571..00000000000
17 --- a/dev-libs/re2/files/re2-compile-r0.patch
18 +++ /dev/null
19 @@ -1,27 +0,0 @@
20 ---- util/mutex.h.orig 2013-09-22 13:24:25.126582479 -0500
21 -+++ util/mutex.h 2013-09-22 13:25:11.376179517 -0500
22 -@@ -10,6 +10,8 @@
23 - #ifndef RE2_UTIL_MUTEX_H_
24 - #define RE2_UTIL_MUTEX_H_
25 -
26 -+#include <stdlib.h>
27 -+
28 - namespace re2 {
29 -
30 - #define HAVE_PTHREAD 1
31 -@@ -102,7 +104,6 @@
32 -
33 - #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)
34 -
35 --#include <stdlib.h> // for abort()
36 - #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0)
37 -
38 - Mutex::Mutex() { SAFE_PTHREAD(pthread_rwlock_init(&mutex_, NULL)); }
39 -@@ -117,7 +118,6 @@
40 -
41 - #elif defined(HAVE_PTHREAD)
42 -
43 --#include <stdlib.h> // for abort()
44 - #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0)
45 -
46 - Mutex::Mutex() { SAFE_PTHREAD(pthread_mutex_init(&mutex_, NULL)); }
47
48 diff --git a/dev-libs/re2/files/re2-symbols-r0.patch b/dev-libs/re2/files/re2-symbols-r0.patch
49 deleted file mode 100644
50 index 1fb9f2e35c4..00000000000
51 --- a/dev-libs/re2/files/re2-symbols-r0.patch
52 +++ /dev/null
53 @@ -1,10 +0,0 @@
54 ---- libre2.symbols.orig 2012-11-07 04:45:57.000000000 +0100
55 -+++ libre2.symbols 2012-11-07 04:46:20.000000000 +0100
56 -@@ -10,6 +10,7 @@
57 - _ZlsRSoRKN3re211StringPieceE;
58 - # re2::FilteredRE2*
59 - _ZN3re211FilteredRE2*;
60 -+ _ZNK3re211FilteredRE2*;
61 - local:
62 - *;
63 - };