Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/
Date: Wed, 01 Jan 2020 00:29:07
Message-Id: 1577838448.0da799ed930de62a0526a8f8a1940baf226fad1b.zmedico@gentoo
1 commit: 0da799ed930de62a0526a8f8a1940baf226fad1b
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 00:27:28 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 00:27:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da799ed
7
8 sys-apps/nvme-cli: CI HomepageInSrcUri
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild | 4 ++--
14 sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
18 index 76ed63bdc6a..812b18c43f2 100644
19 --- a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
20 +++ b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ inherit toolchain-funcs
28
29 DESCRIPTION="NVM-Express user space tooling for Linux"
30 HOMEPAGE="https://github.com/linux-nvme/nvme-cli"
31 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 RESTRICT="test"
34
35 LICENSE="GPL-2"
36
37 diff --git a/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild b/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild
38 index ab7d6ab7125..8eee2953ac3 100644
39 --- a/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild
40 +++ b/sys-apps/nvme-cli/nvme-cli-1.9-r2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -7,7 +7,7 @@ inherit systemd toolchain-funcs udev
48
49 DESCRIPTION="NVM-Express user space tooling for Linux"
50 HOMEPAGE="https://github.com/linux-nvme/nvme-cli"
51 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 +SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 RESTRICT="test"
54
55 LICENSE="GPL-2"