From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1034986-garchives=archives.gentoo.org@lists.gentoo.org> 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 D3DF0138334 for <garchives@archives.gentoo.org>; Sun, 8 Jul 2018 08:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ED16E07FA; Sun, 8 Jul 2018 08:10:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA2F3E07FA for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jul 2018 08:10:50 +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 8F655335C63 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jul 2018 08:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C419F349 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jul 2018 08:10:47 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1531036352.3992f113223d64a29db5b40fb4ef0605c7b5e716.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbweather/bbweather-0.6.3-r1.ebuild X-VCS-Directories: x11-misc/bbweather/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3992f113223d64a29db5b40fb4ef0605c7b5e716 X-VCS-Branch: master Date: Sun, 8 Jul 2018 08:10:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08ab7f88-4790-4ac1-8a53-38e40e256799 X-Archives-Hash: 55ab391084fae46979182a7016f54ae2 commit: 3992f113223d64a29db5b40fb4ef0605c7b5e716 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Jun 22 14:00:45 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 8 07:52:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3992f113 x11-misc/bbweather: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9027 x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild index bf4468aec90..9bca5ba8d11 100644 --- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild +++ b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -6,8 +6,8 @@ EAPI=2 inherit autotools eutils DESCRIPTION="blackbox weather monitor" -HOMEPAGE="http://www.netmeister.org/apps/bbweather/" -SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" +HOMEPAGE="https://www.netmeister.org/apps/bbweather/" +SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"