Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
Date: Fri, 24 Dec 2021 08:08:56
Message-Id: 1640333324.c8d58ea341c3fe1416257c14e1b34b40476c35b5.sam@gentoo
1 commit: c8d58ea341c3fe1416257c14e1b34b40476c35b5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 08:08:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 08:08:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d58ea3
7
8 sys-apps/haveged: use HTTPS for HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/haveged/haveged-1.9.14-r1.ebuild | 2 +-
13 sys-apps/haveged/haveged-1.9.15.ebuild | 2 +-
14 sys-apps/haveged/haveged-1.9.8c-r1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/haveged/haveged-1.9.14-r1.ebuild b/sys-apps/haveged/haveged-1.9.14-r1.ebuild
18 index 3dafc5c5629d..6d3133dc452a 100644
19 --- a/sys-apps/haveged/haveged-1.9.14-r1.ebuild
20 +++ b/sys-apps/haveged/haveged-1.9.14-r1.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22 inherit systemd
23
24 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
25 -HOMEPAGE="http://www.issihosts.com/haveged/"
26 +HOMEPAGE="https://www.issihosts.com/haveged/"
27 SRC_URI="https://github.com/jirka-h/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="GPL-3+"
30
31 diff --git a/sys-apps/haveged/haveged-1.9.15.ebuild b/sys-apps/haveged/haveged-1.9.15.ebuild
32 index b4ccd7925181..2d869ec9e290 100644
33 --- a/sys-apps/haveged/haveged-1.9.15.ebuild
34 +++ b/sys-apps/haveged/haveged-1.9.15.ebuild
35 @@ -5,7 +5,7 @@ EAPI=8
36 inherit systemd
37
38 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
39 -HOMEPAGE="http://www.issihosts.com/haveged/"
40 +HOMEPAGE="https://www.issihosts.com/haveged/"
41 SRC_URI="https://github.com/jirka-h/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42
43 LICENSE="GPL-3+"
44
45 diff --git a/sys-apps/haveged/haveged-1.9.8c-r1.ebuild b/sys-apps/haveged/haveged-1.9.8c-r1.ebuild
46 index 8861599ce688..e43224c9bc51 100644
47 --- a/sys-apps/haveged/haveged-1.9.8c-r1.ebuild
48 +++ b/sys-apps/haveged/haveged-1.9.8c-r1.ebuild
49 @@ -5,7 +5,7 @@ EAPI=7
50 inherit systemd
51
52 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
53 -HOMEPAGE="http://www.issihosts.com/haveged/"
54 +HOMEPAGE="https://www.issihosts.com/haveged/"
55 SRC_URI="https://github.com/jirka-h/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56
57 LICENSE="GPL-3+"