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 80268138335 for ; Sat, 9 Jun 2018 14:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B15E08CE; Sat, 9 Jun 2018 14:09:15 +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 C9923E08CE for ; Sat, 9 Jun 2018 14:09:14 +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 89386335CB7 for ; Sat, 9 Jun 2018 14:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79E092BD for ; Sat, 9 Jun 2018 14:09:11 +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: <1528553334.cfe9326ccb1b90614ffae04fcdb0c9532ab846bb.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/bt747/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/bt747/bt747-2.1.7-r1.ebuild sci-geosciences/bt747/bt747-2.1.7-r2.ebuild X-VCS-Directories: sci-geosciences/bt747/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cfe9326ccb1b90614ffae04fcdb0c9532ab846bb X-VCS-Branch: master Date: Sat, 9 Jun 2018 14:09:11 +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: 6497b4ae-1b8c-40a5-9607-ef88e7a68cc5 X-Archives-Hash: 49f52ac4654abfb15f9435da65926e84 commit: cfe9326ccb1b90614ffae04fcdb0c9532ab846bb Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 31 19:08:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 9 14:08:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe9326c sci-geosciences/bt747: use HTTPs sci-geosciences/bt747/bt747-2.1.7-r1.ebuild | 6 +++--- sci-geosciences/bt747/bt747-2.1.7-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild index 94c6f870e37..d55b5a6b403 100644 --- a/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild +++ b/sci-geosciences/bt747/bt747-2.1.7-r1.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=6 @@ -6,9 +6,9 @@ EAPI=6 inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="MTK GPS Datalogger Device Control" -HOMEPAGE="http://www.bt747.org" +HOMEPAGE="https://www.bt747.org" SRC_URI="mirror://sourceforge/${PN}/Stable/BT747_${PV}_full.zip - http://www.bt747.org/icon/bt747_128x128.gif -> ${PN}.gif" + https://www.bt747.org/icon/bt747_128x128.gif -> ${PN}.gif" LICENSE="GPL-3" SLOT="1" diff --git a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild index 17c7ae799eb..33434af2b11 100644 --- a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild +++ b/sci-geosciences/bt747/bt747-2.1.7-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=6 @@ -6,9 +6,9 @@ EAPI=6 inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="MTK GPS Datalogger Device Control" -HOMEPAGE="http://www.bt747.org" +HOMEPAGE="https://www.bt747.org" SRC_URI="mirror://sourceforge/${PN}/Stable/BT747_${PV}_full.zip - http://www.bt747.org/icon/bt747_128x128.gif -> ${PN}.gif" + https://www.bt747.org/icon/bt747_128x128.gif -> ${PN}.gif" LICENSE="GPL-3" SLOT="1"