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/syntax/files/
Date: Mon, 20 Aug 2018 15:01:31
Message-Id: 1534777235.1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0.monsieurp@gentoo
1 commit: 1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 07:30:24 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 15:00:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1982ae25
7
8 dev-ruby/syntax: remove unused patch(es).
9
10 Closes: https://bugs.gentoo.org/664042
11 Closes: https://github.com/gentoo/gentoo/pull/9397
12
13 dev-ruby/syntax/files/syntax-1.2.0-require-set.patch | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch b/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch
17 deleted file mode 100644
18 index 34dec6c6650..00000000000
19 --- a/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -commit 22430510b9662edd64e3792c560629daf8aebc82
23 -Author: Jan Berkel <jan@××××××××××.com>
24 -Date: Tue Apr 1 07:00:17 2014 -0400
25 -
26 - Explicitly require 'set'.
27 -
28 -diff --git a/lib/syntax/lang/ruby.rb b/lib/syntax/lang/ruby.rb
29 -index edccda0..90eca56 100644
30 ---- a/lib/syntax/lang/ruby.rb
31 -+++ b/lib/syntax/lang/ruby.rb
32 -@@ -1,4 +1,5 @@
33 - require 'syntax'
34 -+require 'set'
35 -
36 - module Syntax
37 -