Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/digitemp/
Date: Sat, 02 Jun 2018 22:38:33
Message-Id: 1527979066.7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee.bman@gentoo
1 commit: 7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 2 20:44:22 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:37:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3a4eb5
7
8 app-misc/digitemp: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8695
11
12 app-misc/digitemp/digitemp-3.5.0-r2.ebuild | 6 +++---
13 app-misc/digitemp/digitemp-3.7.1.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-misc/digitemp/digitemp-3.5.0-r2.ebuild b/app-misc/digitemp/digitemp-3.5.0-r2.ebuild
17 index b53b52df73d..cd0f7c008a7 100644
18 --- a/app-misc/digitemp/digitemp-3.5.0-r2.ebuild
19 +++ b/app-misc/digitemp/digitemp-3.5.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,8 +6,8 @@ EAPI=5
27 inherit toolchain-funcs
28
29 DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol"
30 -HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/"
31 -SRC_URI="http://www.digitemp.com/software/linux/${P}.tar.gz"
32 +HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/"
33 +SRC_URI="https://www.digitemp.com/software/linux/${P}.tar.gz"
34
35 IUSE="ds9097 ds9097u ds2490"
36 SLOT="0"
37
38 diff --git a/app-misc/digitemp/digitemp-3.7.1.ebuild b/app-misc/digitemp/digitemp-3.7.1.ebuild
39 index 477651f361f..718f8d20bbf 100644
40 --- a/app-misc/digitemp/digitemp-3.7.1.ebuild
41 +++ b/app-misc/digitemp/digitemp-3.7.1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -6,7 +6,7 @@ EAPI=5
49 inherit toolchain-funcs
50
51 DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol"
52 -HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/"
53 +HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/"
54 SRC_URI="https://github.com/bcl/digitemp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55
56 IUSE="ds9097 ds9097u ds2490"