Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/files/
Date: Mon, 31 Oct 2016 12:10:13
Message-Id: 1477915154.dce0752f071007ff63b5c141c6b4b0bbdf620cc8.monsieurp@gentoo
1 commit: dce0752f071007ff63b5c141c6b4b0bbdf620cc8
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 16:14:53 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 11:59:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce0752f
7
8 dev-ruby/coolio: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2416
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch | 32 -------------------------
15 1 file changed, 32 deletions(-)
16
17 diff --git a/dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch b/dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch
18 deleted file mode 100644
19 index a47e607..00000000
20 --- a/dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch
21 +++ /dev/null
22 @@ -1,32 +0,0 @@
23 -diff --git a/ext/cool.io/cool.io.h b/ext/cool.io/cool.io.h
24 -index 364d4ae..05ce5bc 100644
25 ---- a/ext/cool.io/cool.io.h
26 -+++ b/ext/cool.io/cool.io.h
27 -@@ -8,7 +8,11 @@
28 - #define COOLIO_H
29 -
30 - #include "ruby.h"
31 -+#ifdef HAVE_RUBY_IO_H
32 -+#include "ruby/io.h"
33 -+#else
34 - #include "rubyio.h"
35 -+#endif
36 -
37 - #ifdef GetReadFile
38 - #define FPTR_TO_FD(fptr) (fileno(GetReadFile(fptr)))
39 -diff --git a/ext/cool.io/iowatcher.c b/ext/cool.io/iowatcher.c
40 -index 09ff87b..ccf6a3f 100644
41 ---- a/ext/cool.io/iowatcher.c
42 -+++ b/ext/cool.io/iowatcher.c
43 -@@ -5,7 +5,11 @@
44 - */
45 -
46 - #include "ruby.h"
47 -+#ifdef HAVE_RUBY_IO_H
48 -+#include "ruby/io.h"
49 -+#else
50 - #include "rubyio.h"
51 -+#endif
52 -
53 - #include "ev_wrap.h"
54 -