diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/llhttp-ffi | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/llhttp-ffi')
| -rw-r--r-- | dev-ruby/llhttp-ffi/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/llhttp-ffi/llhttp-ffi-0.5.1-r1.ebuild | 47 | ||||
| -rw-r--r-- | dev-ruby/llhttp-ffi/metadata.xml | 11 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-ruby/llhttp-ffi/Manifest b/dev-ruby/llhttp-ffi/Manifest deleted file mode 100644 index 29e9ad8aba1f..000000000000 --- a/dev-ruby/llhttp-ffi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST llhttp-2025-03-11.tar.gz 114308 BLAKE2B a95f1ec359edf82ee67ddd6bf96b68ec11d8452287174017a423214b8cfe496df932966c1ab0decffe48be5fc1b70b9eaf345881eab2c01d755fff6c818d07ea SHA512 7c9c71a6a873882f3f8a2d6e379aa73e8fb675240e81b3395845f32f74941dfaaa0170719a2e00817eca9c1040b30cf4113d0d0561cb74fc17bf84fb5cd52fca diff --git a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.1-r1.ebuild b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.1-r1.ebuild deleted file mode 100644 index ea4fb555144a..000000000000 --- a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.1-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby32 ruby33" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -MY_PV="2025-03-11" -DESCRIPTION="Ruby FFI bindings for llhttp" -HOMEPAGE="https://github.com/bryanp/llhttp" -# Use -> ${MY_PV} in SRC_URI here to help spot forgotten MY_PV updates -# (pkgcheck will warn on matching checksums) -SRC_URI="https://github.com/bryanp/llhttp/archive/refs/tags/${MY_PV}.tar.gz -> llhttp-${MY_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="test" -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 -)" - -DEPEND="test? ( net-misc/curl )" - -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 -} diff --git a/dev-ruby/llhttp-ffi/metadata.xml b/dev-ruby/llhttp-ffi/metadata.xml deleted file mode 100644 index 3e85ab08b379..000000000000 --- a/dev-ruby/llhttp-ffi/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">bryanp/llhttp</remote-id> - </upstream> -</pkgmetadata> |
