diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-16 20:12:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-16 20:12:05 +0000 |
| commit | 9a2ac33e21f5e0a3dda2a45d1fa748db928478d4 (patch) | |
| tree | 69e3b10f820a59ab115708f4d2754eafd2c60344 /dev-ruby/llhttp-ffi | |
| parent | 3b0241a319f8aecd1b3084bb56456816cf606c2d (diff) | |
| download | baldeagleos-repo-9a2ac33e21f5e0a3dda2a45d1fa748db928478d4.tar.gz baldeagleos-repo-9a2ac33e21f5e0a3dda2a45d1fa748db928478d4.tar.xz baldeagleos-repo-9a2ac33e21f5e0a3dda2a45d1fa748db928478d4.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/llhttp-ffi')
| -rw-r--r-- | dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild index b8c72d2e5cd4..34ca774397fe 100644 --- a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild +++ b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild @@ -11,10 +11,10 @@ inherit ruby-fakegem MY_PV="2023-03-29" DESCRIPTION="Ruby FFI bindings for llhttp" -HOMEPAGE="https://github.com/metabahn/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/metabahn/llhttp/archive/refs/tags/${MY_PV}.tar.gz -> llhttp-${MY_PV}.tar.gz" +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)" @@ -29,6 +29,8 @@ ruby_add_bdepend "test? ( dev-ruby/rspec:3 )" +DEPEND+=" test? ( net-misc/curl )" + PATCHES=( "${FILESDIR}"/${PN}-0.5.0-fix-rake-clean.patch ) |
