Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwinfo/
Date: Sun, 27 May 2018 16:11:14
Message-Id: 1527437339.d21ef2fd44c0172ebcff5ada2aa17c3163501f8d.bman@gentoo
1 commit: d21ef2fd44c0172ebcff5ada2aa17c3163501f8d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 13:22:47 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:08:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21ef2fd
7
8 sys-apps/hwinfo: use HTTPs
9
10 sys-apps/hwinfo/hwinfo-21.23.ebuild | 2 +-
11 sys-apps/hwinfo/hwinfo-21.4.ebuild | 4 ++--
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/sys-apps/hwinfo/hwinfo-21.23.ebuild b/sys-apps/hwinfo/hwinfo-21.23.ebuild
15 index db0fc04cefe..0306e9299fe 100644
16 --- a/sys-apps/hwinfo/hwinfo-21.23.ebuild
17 +++ b/sys-apps/hwinfo/hwinfo-21.23.ebuild
18 @@ -6,7 +6,7 @@ EAPI=6
19 inherit multilib rpm toolchain-funcs
20
21 DESCRIPTION="Hardware detection tool used in SuSE Linux"
22 -HOMEPAGE="http://www.opensuse.org/"
23 +HOMEPAGE="https://www.opensuse.org/"
24 SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.2.src.rpm"
25
26 LICENSE="GPL-2"
27
28 diff --git a/sys-apps/hwinfo/hwinfo-21.4.ebuild b/sys-apps/hwinfo/hwinfo-21.4.ebuild
29 index 5606bd11969..1030cd63860 100644
30 --- a/sys-apps/hwinfo/hwinfo-21.4.ebuild
31 +++ b/sys-apps/hwinfo/hwinfo-21.4.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 @@ -6,7 +6,7 @@ EAPI=5
39 inherit multilib rpm toolchain-funcs
40
41 DESCRIPTION="hardware detection tool used in SuSE Linux"
42 -HOMEPAGE="http://www.opensuse.org/"
43 +HOMEPAGE="https://www.opensuse.org/"
44 SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.1.src.rpm"
45
46 LICENSE="GPL-2"