commit:     e13ea99f083d4f6bd13125649c4702e12baf5266
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 19:40:25 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 06:14:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13ea99f

dev-ruby/llhttp-ffi: update HOMEPAGE, SRC_URI, fix tests

Closes: https://bugs.gentoo.org/912278
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild | 6 ++++--
 1 file 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
 )

Reply via email to