Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/
Date: Sun, 06 May 2018 14:16:42
Message-Id: 1525616025.458b1f197aef169a9910631558f34e33ddabf616.bman@gentoo
1 commit: 458b1f197aef169a9910631558f34e33ddabf616
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 6 09:56:08 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 14:13:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458b1f19
7
8 net-analyzer/vnstat: use HTTPS
9
10 net-analyzer/vnstat/vnstat-1.17-r3.ebuild | 6 +++---
11 net-analyzer/vnstat/vnstat-1.17.ebuild | 6 +++---
12 net-analyzer/vnstat/vnstat-1.18.ebuild | 4 ++--
13 net-analyzer/vnstat/vnstat-9999.ebuild | 4 ++--
14 4 files changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/net-analyzer/vnstat/vnstat-1.17-r3.ebuild b/net-analyzer/vnstat/vnstat-1.17-r3.ebuild
17 index 6e0d7ba752b..c3e6409650f 100644
18 --- a/net-analyzer/vnstat/vnstat-1.17-r3.ebuild
19 +++ b/net-analyzer/vnstat/vnstat-1.17-r3.ebuild
20 @@ -1,12 +1,12 @@
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=6
26 inherit systemd user
27
28 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
29 -HOMEPAGE="http://humdi.net/vnstat/"
30 -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz"
31 +HOMEPAGE="https://humdi.net/vnstat/"
32 +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36
37 diff --git a/net-analyzer/vnstat/vnstat-1.17.ebuild b/net-analyzer/vnstat/vnstat-1.17.ebuild
38 index 357fafc8b08..d52c53733fd 100644
39 --- a/net-analyzer/vnstat/vnstat-1.17.ebuild
40 +++ b/net-analyzer/vnstat/vnstat-1.17.ebuild
41 @@ -1,12 +1,12 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 inherit toolchain-funcs user
48
49 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
50 -HOMEPAGE="http://humdi.net/vnstat/"
51 -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz"
52 +HOMEPAGE="https://humdi.net/vnstat/"
53 +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57
58 diff --git a/net-analyzer/vnstat/vnstat-1.18.ebuild b/net-analyzer/vnstat/vnstat-1.18.ebuild
59 index b30be708452..c3e6409650f 100644
60 --- a/net-analyzer/vnstat/vnstat-1.18.ebuild
61 +++ b/net-analyzer/vnstat/vnstat-1.18.ebuild
62 @@ -5,8 +5,8 @@ EAPI=6
63 inherit systemd user
64
65 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
66 -HOMEPAGE="http://humdi.net/vnstat/"
67 -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz"
68 +HOMEPAGE="https://humdi.net/vnstat/"
69 +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"
70
71 LICENSE="GPL-2"
72 SLOT="0"
73
74 diff --git a/net-analyzer/vnstat/vnstat-9999.ebuild b/net-analyzer/vnstat/vnstat-9999.ebuild
75 index 9e4b3546a2b..c2951e6bc44 100644
76 --- a/net-analyzer/vnstat/vnstat-9999.ebuild
77 +++ b/net-analyzer/vnstat/vnstat-9999.ebuild
78 @@ -1,11 +1,11 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 +# Copyright 1999-2018 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82
83 EAPI=6
84 inherit git-r3 systemd user
85
86 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
87 -HOMEPAGE="http://humdi.net/vnstat/"
88 +HOMEPAGE="https://humdi.net/vnstat/"
89 EGIT_REPO_URI="https://github.com/vergoh/vnstat"
90
91 LICENSE="GPL-2"