From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E96E138334 for ; Sat, 2 Jun 2018 22:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC0EEE08D6; Sat, 2 Jun 2018 22:38:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52E9FE08D4 for ; Sat, 2 Jun 2018 22:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B6D2335C89 for ; Sat, 2 Jun 2018 22:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E73FF2DA for ; Sat, 2 Jun 2018 22:38:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527979066.7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/digitemp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/digitemp/digitemp-3.5.0-r2.ebuild app-misc/digitemp/digitemp-3.7.1.ebuild X-VCS-Directories: app-misc/digitemp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee X-VCS-Branch: master Date: Sat, 2 Jun 2018 22:38:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f07883f2-a054-46f7-bf7a-0d2e856dc8e7 X-Archives-Hash: fed4b674132790ae7b05e268273886cf commit: 7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 2 20:44:22 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 22:37:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3a4eb5 app-misc/digitemp: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8695 app-misc/digitemp/digitemp-3.5.0-r2.ebuild | 6 +++--- app-misc/digitemp/digitemp-3.7.1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/digitemp/digitemp-3.5.0-r2.ebuild b/app-misc/digitemp/digitemp-3.5.0-r2.ebuild index b53b52df73d..cd0f7c008a7 100644 --- a/app-misc/digitemp/digitemp-3.5.0-r2.ebuild +++ b/app-misc/digitemp/digitemp-3.5.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol" -HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/" -SRC_URI="http://www.digitemp.com/software/linux/${P}.tar.gz" +HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/" +SRC_URI="https://www.digitemp.com/software/linux/${P}.tar.gz" IUSE="ds9097 ds9097u ds2490" SLOT="0" diff --git a/app-misc/digitemp/digitemp-3.7.1.ebuild b/app-misc/digitemp/digitemp-3.7.1.ebuild index 477651f361f..718f8d20bbf 100644 --- a/app-misc/digitemp/digitemp-3.7.1.ebuild +++ b/app-misc/digitemp/digitemp-3.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol" -HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/" +HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/" SRC_URI="https://github.com/bcl/digitemp/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="ds9097 ds9097u ds2490"