diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-08-15 21:40:25 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-08-16 08:14:48 +0200 |
commit | e13ea99f083d4f6bd13125649c4702e12baf5266 (patch) | |
tree | 1be7e601476e2fc31fd4d451960df8581e55a753 /dev-ruby/llhttp-ffi | |
parent | dev-ruby/console: add 1.23.2 (diff) | |
download | gentoo-e13ea99f083d4f6bd13125649c4702e12baf5266.tar.gz gentoo-e13ea99f083d4f6bd13125649c4702e12baf5266.tar.bz2 gentoo-e13ea99f083d4f6bd13125649c4702e12baf5266.zip |
dev-ruby/llhttp-ffi: update HOMEPAGE, SRC_URI, fix tests
Closes: https://bugs.gentoo.org/912278
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
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 ) |