commit:     187fccb9376de168c7816e46a738855fa29de4f9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 12:00:09 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 12:00:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187fccb9

dev-ruby/llhttp-ffi: drop 0.4.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/llhttp-ffi/Manifest                |  1 -
 dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild | 43 -----------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-ruby/llhttp-ffi/Manifest b/dev-ruby/llhttp-ffi/Manifest
index 2202ed4580b7..29e9ad8aba1f 100644
--- a/dev-ruby/llhttp-ffi/Manifest
+++ b/dev-ruby/llhttp-ffi/Manifest
@@ -1,2 +1 @@
-DIST llhttp-0.4.0.tar.gz 98406 BLAKE2B 
9f7358d988ed00558a36ae80e3c7d38cabb41a2233f32f4e3e6e9ed49a205f85ed84cb76cb07984f3b73b0a67eade4844ed5f4ee98b2453fa5c25d36fcb0082c
 SHA512 
56a491763500b1619492173a83a227e3228847f4b85b8dadab1a9de34d65d5c662615c18d6cc6d5e11226df83381fd7f79f67e12f89f0e437ada8f9fd083ec26
 DIST llhttp-2025-03-11.tar.gz 114308 BLAKE2B 
a95f1ec359edf82ee67ddd6bf96b68ec11d8452287174017a423214b8cfe496df932966c1ab0decffe48be5fc1b70b9eaf345881eab2c01d755fff6c818d07ea
 SHA512 
7c9c71a6a873882f3f8a2d6e379aa73e8fb675240e81b3395845f32f74941dfaaa0170719a2e00817eca9c1040b30cf4113d0d0561cb74fc17bf84fb5cd52fca

diff --git a/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild 
b/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild
deleted file mode 100644
index 661a110f4fd1..000000000000
--- a/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby FFI bindings for llhttp"
-HOMEPAGE="https://github.com/metabahn/llhttp";
-MY_PV="2021-09-09"
-SRC_URI="https://github.com/metabahn/llhttp/archive/refs/tags/${MY_PV}.tar.gz 
-> llhttp-${PV}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="$(ver_cut 1)/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-RUBY_S="llhttp-${MY_PV}/ffi"
-
-ruby_add_rdepend "=dev-ruby/ffi-compiler-1*"
-
-ruby_add_bdepend "test? (
-       dev-ruby/async-io
-       dev-ruby/rspec:3
-)"
-
-all_ruby_prepare() {
-       sed -i -e 's/gem "rake-compiler"//g' "Gemfile" || die
-}
-
-each_ruby_compile() {
-       cd ext && "${RUBY}" -S rake || die
-       local FFI_PLATFORM_NAME="$(${RUBY} --disable=did_you_mean -e "require 
'ffi' ; p \"#{FFI::Platform::ARCH}-#{FFI::Platform::OS}\"" | tr -d "\"")"
-       install -D "${FFI_PLATFORM_NAME}/libllhttp-ext.so" 
"../lib/${FFI_PLATFORM_NAME}/libllhttp-ext.so" || die
-}
-
-each_ruby_install() {
-       each_fakegem_install
-       ruby_fakegem_extensions_installed
-}

Reply via email to