Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vmtouch/
Date: Tue, 12 Mar 2019 00:37:47
Message-Id: 1552351052.164b1066f2aac691624af06bf5d7fc8a7edc0f56.bman@gentoo
1 commit: 164b1066f2aac691624af06bf5d7fc8a7edc0f56
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 11 18:34:15 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 00:37:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164b1066
7
8 dev-util/vmtouch: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11341
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-util/vmtouch/vmtouch-1.3.0.ebuild | 2 +-
15 dev-util/vmtouch/vmtouch-1.3.1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/vmtouch/vmtouch-1.3.0.ebuild b/dev-util/vmtouch/vmtouch-1.3.0.ebuild
19 index 0ac4532e6bd..fa9794273df 100644
20 --- a/dev-util/vmtouch/vmtouch-1.3.0.ebuild
21 +++ b/dev-util/vmtouch/vmtouch-1.3.0.ebuild
22 @@ -6,7 +6,7 @@ EAPI=6
23 inherit toolchain-funcs
24
25 DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
26 -HOMEPAGE="http://hoytech.com/vmtouch/"
27 +HOMEPAGE="https://hoytech.com/vmtouch/"
28 SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-util/vmtouch/vmtouch-1.3.1.ebuild b/dev-util/vmtouch/vmtouch-1.3.1.ebuild
33 index ce4da1de358..c01b2005e2f 100644
34 --- a/dev-util/vmtouch/vmtouch-1.3.1.ebuild
35 +++ b/dev-util/vmtouch/vmtouch-1.3.1.ebuild
36 @@ -6,7 +6,7 @@ EAPI=7
37 inherit toolchain-funcs
38
39 DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
40 -HOMEPAGE="http://hoytech.com/vmtouch/"
41 +HOMEPAGE="https://hoytech.com/vmtouch/"
42 SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43
44 LICENSE="BSD"