commit: 6707bb69775530f985a6bd48d9867fe83fa6efb9 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Aug 11 18:36:00 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Aug 15 06:19:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6707bb69
dev-ruby/listen: remove unused patch(es) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/listen/files/listen-3.1.5-ruby26.patch | 33 ------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-ruby/listen/files/listen-3.1.5-ruby26.patch b/dev-ruby/listen/files/listen-3.1.5-ruby26.patch deleted file mode 100644 index f90ab1ed213..00000000000 --- a/dev-ruby/listen/files/listen-3.1.5-ruby26.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 2908365366792ac3ba010fa32bc3be2beaed451a Mon Sep 17 00:00:00 2001 -From: Samuel Williams <[email protected]> -Date: Sun, 16 Dec 2018 11:32:45 +1300 -Subject: [PATCH] Use raw Pathname to fix Linux specs. - ---- - lib/listen/adapter/linux.rb | 2 +- - spec/lib/listen/adapter/linux_spec.rb | 12 +----------- - 2 files changed, 2 insertions(+), 12 deletions(-) - -diff --git a/spec/lib/listen/adapter/linux_spec.rb b/spec/lib/listen/adapter/linux_spec.rb -index d77f0c0..da48319 100644 ---- a/spec/lib/listen/adapter/linux_spec.rb -+++ b/spec/lib/listen/adapter/linux_spec.rb -@@ -10,17 +10,7 @@ - end - - if linux? -- let(:dir1) do -- instance_double( -- Pathname, -- 'dir1', -- to_s: '/foo/dir1', -- cleanpath: real_dir1 -- ) -- end -- -- # just so cleanpath works in above double -- let(:real_dir1) { instance_double(Pathname, 'dir1', to_s: '/foo/dir1') } -+ let(:dir1) {Pathname.new("/foo/dir1")} - - let(:config) { instance_double(Listen::Adapter::Config) } - let(:queue) { instance_double(Queue) }
