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 157691382C5 for ; Sun, 6 May 2018 14:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49571E08F2; Sun, 6 May 2018 14:16:40 +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 0868BE08F2 for ; Sun, 6 May 2018 14:16:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 085D3335C99 for ; Sun, 6 May 2018 14:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9222C for ; Sun, 6 May 2018 14:16:37 +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: <1525616025.458b1f197aef169a9910631558f34e33ddabf616.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/vnstat/vnstat-1.17-r3.ebuild net-analyzer/vnstat/vnstat-1.17.ebuild net-analyzer/vnstat/vnstat-1.18.ebuild net-analyzer/vnstat/vnstat-9999.ebuild X-VCS-Directories: net-analyzer/vnstat/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 458b1f197aef169a9910631558f34e33ddabf616 X-VCS-Branch: master Date: Sun, 6 May 2018 14:16:37 +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: da501d74-10e5-4bda-9183-b8f4e8fc8471 X-Archives-Hash: 2dd4ef2e5277c05cda5d65ed70011f92 commit: 458b1f197aef169a9910631558f34e33ddabf616 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 6 09:56:08 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 6 14:13:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458b1f19 net-analyzer/vnstat: use HTTPS net-analyzer/vnstat/vnstat-1.17-r3.ebuild | 6 +++--- net-analyzer/vnstat/vnstat-1.17.ebuild | 6 +++--- net-analyzer/vnstat/vnstat-1.18.ebuild | 4 ++-- net-analyzer/vnstat/vnstat-9999.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-analyzer/vnstat/vnstat-1.17-r3.ebuild b/net-analyzer/vnstat/vnstat-1.17-r3.ebuild index 6e0d7ba752b..c3e6409650f 100644 --- a/net-analyzer/vnstat/vnstat-1.17-r3.ebuild +++ b/net-analyzer/vnstat/vnstat-1.17-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit systemd user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" -HOMEPAGE="http://humdi.net/vnstat/" -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz" +HOMEPAGE="https://humdi.net/vnstat/" +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/vnstat/vnstat-1.17.ebuild b/net-analyzer/vnstat/vnstat-1.17.ebuild index 357fafc8b08..d52c53733fd 100644 --- a/net-analyzer/vnstat/vnstat-1.17.ebuild +++ b/net-analyzer/vnstat/vnstat-1.17.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" -HOMEPAGE="http://humdi.net/vnstat/" -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz" +HOMEPAGE="https://humdi.net/vnstat/" +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/vnstat/vnstat-1.18.ebuild b/net-analyzer/vnstat/vnstat-1.18.ebuild index b30be708452..c3e6409650f 100644 --- a/net-analyzer/vnstat/vnstat-1.18.ebuild +++ b/net-analyzer/vnstat/vnstat-1.18.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit systemd user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" -HOMEPAGE="http://humdi.net/vnstat/" -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz" +HOMEPAGE="https://humdi.net/vnstat/" +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/vnstat/vnstat-9999.ebuild b/net-analyzer/vnstat/vnstat-9999.ebuild index 9e4b3546a2b..c2951e6bc44 100644 --- a/net-analyzer/vnstat/vnstat-9999.ebuild +++ b/net-analyzer/vnstat/vnstat-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit git-r3 systemd user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" -HOMEPAGE="http://humdi.net/vnstat/" +HOMEPAGE="https://humdi.net/vnstat/" EGIT_REPO_URI="https://github.com/vergoh/vnstat" LICENSE="GPL-2"