Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/
Date: Sun, 29 Oct 2017 19:30:48
Message-Id: 1509305431.d21105b6a1dcfdaa9c76eaa2696ca1e91c738b98.jstein@gentoo
1 commit: d21105b6a1dcfdaa9c76eaa2696ca1e91c738b98
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 19:30:31 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 19:30:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21105b6
7
8 sys-boot/os-prober: add https for HOMEPAGE
9
10 makes repoman happy now.
11
12 Package-Manager: Portage-2.3.13, Repoman-2.3.4
13
14 sys-boot/os-prober/os-prober-1.71.ebuild | 2 +-
15 sys-boot/os-prober/os-prober-1.74.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild b/sys-boot/os-prober/os-prober-1.71.ebuild
19 index f6aa7a1d903..a5ea7d98061 100644
20 --- a/sys-boot/os-prober/os-prober-1.71.ebuild
21 +++ b/sys-boot/os-prober/os-prober-1.71.ebuild
22 @@ -7,7 +7,7 @@ EAPI=5
23 inherit toolchain-funcs
24
25 DESCRIPTION="Utility to detect other OSs on a set of drives"
26 -HOMEPAGE="http://packages.debian.org/source/sid/os-prober"
27 +HOMEPAGE="https://packages.debian.org/source/sid/os-prober"
28 SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
29
30 LICENSE="GPL-3"
31
32 diff --git a/sys-boot/os-prober/os-prober-1.74.ebuild b/sys-boot/os-prober/os-prober-1.74.ebuild
33 index db333f13929..38529501daa 100644
34 --- a/sys-boot/os-prober/os-prober-1.74.ebuild
35 +++ b/sys-boot/os-prober/os-prober-1.74.ebuild
36 @@ -7,7 +7,7 @@ EAPI=5
37 inherit toolchain-funcs
38
39 DESCRIPTION="Utility to detect other OSs on a set of drives"
40 -HOMEPAGE="http://packages.debian.org/source/sid/os-prober"
41 +HOMEPAGE="https://packages.debian.org/source/sid/os-prober"
42 SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
43
44 LICENSE="GPL-3"