From: David Seifert Date: Mon, 13 Jan 2020 10:03:34 +0000 (+0100) Subject: net-libs/http-parser: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e557249098972616e99b8fd7d077a4b22fe4826;p=gentoo.git net-libs/http-parser: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- 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"