From 9e557249098972616e99b8fd7d077a4b22fe4826 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 13 Jan 2020 11:03:34 +0100 Subject: [PATCH] net-libs/http-parser: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- net-libs/http-parser/http-parser-2.9.1.ebuild | 2 +- net-libs/http-parser/http-parser-2.9.2.ebuild | 2 +- net-libs/http-parser/http-parser-99999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/http-parser/http-parser-2.9.1.ebuild b/net-libs/http-parser/http-parser-2.9.1.ebuild index 2abe7cff69f8..9cd3d2ec8f6f 100644 --- a/net-libs/http-parser/http-parser-2.9.1.ebuild +++ b/net-libs/http-parser/http-parser-2.9.1.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs multilib-minimal DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/2.9.0" diff --git a/net-libs/http-parser/http-parser-2.9.2.ebuild b/net-libs/http-parser/http-parser-2.9.2.ebuild index e2628e93d41e..49ac5fb62f6a 100644 --- a/net-libs/http-parser/http-parser-2.9.2.ebuild +++ b/net-libs/http-parser/http-parser-2.9.2.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs multilib-minimal DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/2.9.0" diff --git a/net-libs/http-parser/http-parser-99999.ebuild b/net-libs/http-parser/http-parser-99999.ebuild index 08127047fc39..864957ee3347 100644 --- a/net-libs/http-parser/http-parser-99999.ebuild +++ b/net-libs/http-parser/http-parser-99999.ebuild @@ -6,7 +6,7 @@ inherit git-r3 toolchain-funcs multilib-minimal DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/nodejs/http-parser" LICENSE="MIT" SLOT="0" -- 2.26.2