Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/
Date: Sat, 02 Jan 2021 11:11:06
Message-Id: 1609585859.f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.sam@gentoo
1 commit: f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 11:07:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 11:10:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f273f2c1
7
8 net-analyzer/vnstat: minor style changes for now
9
10 Just to be uniform in what I've changed/not so far.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-analyzer/vnstat/vnstat-1.17.ebuild | 3 ++-
16 net-analyzer/vnstat/vnstat-2.6.ebuild | 4 +++-
17 net-analyzer/vnstat/vnstat-9999.ebuild | 5 +++--
18 3 files changed, 8 insertions(+), 4 deletions(-)
19
20 diff --git a/net-analyzer/vnstat/vnstat-1.17.ebuild b/net-analyzer/vnstat/vnstat-1.17.ebuild
21 index 66f0ce74f2d..16116526575 100644
22 --- a/net-analyzer/vnstat/vnstat-1.17.ebuild
23 +++ b/net-analyzer/vnstat/vnstat-1.17.ebuild
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 +
31 inherit toolchain-funcs user
32
33 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
34
35 diff --git a/net-analyzer/vnstat/vnstat-2.6.ebuild b/net-analyzer/vnstat/vnstat-2.6.ebuild
36 index 990a6e1d9dc..956e883bd17 100644
37 --- a/net-analyzer/vnstat/vnstat-2.6.ebuild
38 +++ b/net-analyzer/vnstat/vnstat-2.6.ebuild
39 @@ -1,7 +1,8 @@
40 -# Copyright 1999-2020 Gentoo Authors
41 +# Copyright 1999-2021 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 +
46 inherit systemd user
47
48 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
49 @@ -26,6 +27,7 @@ RDEPEND="
50 ${COMMON_DEPEND}
51 selinux? ( sec-policy/selinux-vnstatd )
52 "
53 +
54 PATCHES=(
55 "${FILESDIR}"/${PN}-2.2-conf.patch
56 "${FILESDIR}"/${PN}-2.2-drop-root.patch
57
58 diff --git a/net-analyzer/vnstat/vnstat-9999.ebuild b/net-analyzer/vnstat/vnstat-9999.ebuild
59 index 7299c18fe07..dd3a09ddf9a 100644
60 --- a/net-analyzer/vnstat/vnstat-9999.ebuild
61 +++ b/net-analyzer/vnstat/vnstat-9999.ebuild
62 @@ -1,7 +1,8 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 +
69 inherit git-r3 systemd user
70
71 DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
72 @@ -10,7 +11,6 @@ EGIT_REPO_URI="https://github.com/vergoh/vnstat"
73
74 LICENSE="GPL-2"
75 SLOT="0"
76 -KEYWORDS=""
77 IUSE="gd selinux test"
78 RESTRICT="!test? ( test )"
79
80 @@ -26,6 +26,7 @@ RDEPEND="
81 ${COMMON_DEPEND}
82 selinux? ( sec-policy/selinux-vnstatd )
83 "
84 +
85 PATCHES=(
86 "${FILESDIR}"/${PN}-2.2-conf.patch
87 "${FILESDIR}"/${PN}-2.2-drop-root.patch