commit: 5804e7129b3dddffd487cd4295589acbd621eab3 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Fri Dec 5 17:50:44 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Fri Dec 5 17:50:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5804e712
dev-ruby/llhttp-ffi: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/llhttp-ffi-0.5.0-fix-rake-clean.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-ruby/llhttp-ffi/files/llhttp-ffi-0.5.0-fix-rake-clean.patch b/dev-ruby/llhttp-ffi/files/llhttp-ffi-0.5.0-fix-rake-clean.patch deleted file mode 100644 index 23d85a4a3bbe..000000000000 --- a/dev-ruby/llhttp-ffi/files/llhttp-ffi-0.5.0-fix-rake-clean.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/bryanp/llhttp/commit/89551cd7fa539d7073e62ba8f6ba1dd70e73c36a - -From 89551cd7fa539d7073e62ba8f6ba1dd70e73c36a Mon Sep 17 00:00:00 2001 -From: Bryan Powell <[email protected]> -Date: Wed, 29 Mar 2023 07:27:08 -0700 -Subject: [PATCH] Fix ffi clean - ---- a/Rakefile -+++ b/Rakefile -@@ -16,6 +16,8 @@ task :clean do - [ - "./lib/llhttp/llhttp_ext.bundle" - ].each do |file| -+ next unless File.exist?(file) -+ - FileUtils.rm(file) - end - end
