Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/files/
Date: Sat, 03 Mar 2018 08:25:32
Message-Id: 1520065309.a168895bccf75960809eed9f5a2931c435b931ae.graaff@gentoo
1 commit: a168895bccf75960809eed9f5a2931c435b931ae
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 18 16:33:00 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 08:21:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a168895b
7
8 dev-ruby/rb-gsl: remove unused patch
9
10 .../files/rb-gsl-2.1.0.1-narray-superclass.patch | 26 ----------------------
11 1 file changed, 26 deletions(-)
12
13 diff --git a/dev-ruby/rb-gsl/files/rb-gsl-2.1.0.1-narray-superclass.patch b/dev-ruby/rb-gsl/files/rb-gsl-2.1.0.1-narray-superclass.patch
14 deleted file mode 100644
15 index 4af8042452f..00000000000
16 --- a/dev-ruby/rb-gsl/files/rb-gsl-2.1.0.1-narray-superclass.patch
17 +++ /dev/null
18 @@ -1,26 +0,0 @@
19 -From 9e0c9e6f0a509b39c68fbaf6657260c6b122bb1b Mon Sep 17 00:00:00 2001
20 -From: Sameer Deshmukh <sameer.deshmukh93@×××××.com>
21 -Date: Thu, 12 May 2016 04:57:06 +0530
22 -Subject: [PATCH] fix narray superclass mismatch problem
23 -
24 ----
25 - lib/gsl.rb | 4 ++--
26 - 1 file changed, 2 insertions(+), 2 deletions(-)
27 -
28 -diff --git a/lib/gsl.rb b/lib/gsl.rb
29 -index 3c67741..aba8f2d 100644
30 ---- a/lib/gsl.rb
31 -+++ b/lib/gsl.rb
32 -@@ -1,10 +1,10 @@
33 - begin
34 -- require 'narray'
35 -+ require 'narray' if ENV['NARRAY']
36 - rescue LoadError
37 - end
38 -
39 - begin
40 -- require 'nmatrix/nmatrix'
41 -+ require 'nmatrix/nmatrix' if ENV['NMATRIX']
42 - rescue LoadError
43 - end
44 -