Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/
Date: Wed, 03 Jan 2018 13:43:14
Message-Id: 1514986982.afff02d2efec49545ad4a7a6e57b760115f845e9.monsieurp@gentoo
1 commit: afff02d2efec49545ad4a7a6e57b760115f845e9
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Wed Jan 3 06:54:29 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 13:43:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afff02d2
7
8 sys-boot/refind: HOMEPAGE to use https.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/6725
12
13 sys-boot/refind/refind-0.10.4-r2.ebuild | 4 ++--
14 sys-boot/refind/refind-0.10.8.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-boot/refind/refind-0.10.4-r2.ebuild b/sys-boot/refind/refind-0.10.4-r2.ebuild
18 index 4ce8cce2382..60314749f2b 100644
19 --- a/sys-boot/refind/refind-0.10.4-r2.ebuild
20 +++ b/sys-boot/refind/refind-0.10.4-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,7 +6,7 @@ EAPI=6
28 inherit toolchain-funcs flag-o-matic versionator
29
30 DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
31 -HOMEPAGE="http://www.rodsbooks.com/refind/"
32 +HOMEPAGE="https://www.rodsbooks.com/refind/"
33
34 SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
35
36
37 diff --git a/sys-boot/refind/refind-0.10.8.ebuild b/sys-boot/refind/refind-0.10.8.ebuild
38 index 044b7ed7c12..6c49cc43f2f 100644
39 --- a/sys-boot/refind/refind-0.10.8.ebuild
40 +++ b/sys-boot/refind/refind-0.10.8.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -6,7 +6,7 @@ EAPI=6
48 inherit toolchain-funcs flag-o-matic versionator
49
50 DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
51 -HOMEPAGE="http://www.rodsbooks.com/refind/"
52 +HOMEPAGE="https://www.rodsbooks.com/refind/"
53
54 SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"