From: Zac Medico Date: Wed, 1 Jan 2020 00:27:28 +0000 (-0800) Subject: sys-apps/nvme-cli: CI HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0da799ed930de62a0526a8f8a1940baf226fad1b;p=gentoo.git sys-apps/nvme-cli: CI HomepageInSrcUri Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico --- diff --git a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild index 76ed63bdc6ae..812b18c43f2d 100644 --- a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="NVM-Express user space tooling for Linux" HOMEPAGE="https://github.com/linux-nvme/nvme-cli" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" RESTRICT="test" LICENSE="GPL-2" diff --git a/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild b/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild index ab7d6ab7125f..8eee2953ac34 100644 --- a/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit systemd toolchain-funcs udev DESCRIPTION="NVM-Express user space tooling for Linux" HOMEPAGE="https://github.com/linux-nvme/nvme-cli" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" RESTRICT="test" LICENSE="GPL-2"