commit: f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 11:07:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 11:10:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f273f2c1
net-analyzer/vnstat: minor style changes for now
Just to be uniform in what I've changed/not so far.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/vnstat/vnstat-1.17.ebuild | 3 ++-
net-analyzer/vnstat/vnstat-2.6.ebuild | 4 +++-
net-analyzer/vnstat/vnstat-9999.ebuild | 5 +++--
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/vnstat/vnstat-1.17.ebuild
b/net-analyzer/vnstat/vnstat-1.17.ebuild
index 66f0ce74f2d..16116526575 100644
--- a/net-analyzer/vnstat/vnstat-1.17.ebuild
+++ b/net-analyzer/vnstat/vnstat-1.17.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# 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"
diff --git a/net-analyzer/vnstat/vnstat-2.6.ebuild
b/net-analyzer/vnstat/vnstat-2.6.ebuild
index 990a6e1d9dc..956e883bd17 100644
--- a/net-analyzer/vnstat/vnstat-2.6.ebuild
+++ b/net-analyzer/vnstat/vnstat-2.6.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit systemd user
DESCRIPTION="Console-based network traffic monitor that keeps statistics of
network usage"
@@ -26,6 +27,7 @@ RDEPEND="
${COMMON_DEPEND}
selinux? ( sec-policy/selinux-vnstatd )
"
+
PATCHES=(
"${FILESDIR}"/${PN}-2.2-conf.patch
"${FILESDIR}"/${PN}-2.2-drop-root.patch
diff --git a/net-analyzer/vnstat/vnstat-9999.ebuild
b/net-analyzer/vnstat/vnstat-9999.ebuild
index 7299c18fe07..dd3a09ddf9a 100644
--- a/net-analyzer/vnstat/vnstat-9999.ebuild
+++ b/net-analyzer/vnstat/vnstat-9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit git-r3 systemd user
DESCRIPTION="Console-based network traffic monitor that keeps statistics of
network usage"
@@ -10,7 +11,6 @@ EGIT_REPO_URI="https://github.com/vergoh/vnstat"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
IUSE="gd selinux test"
RESTRICT="!test? ( test )"
@@ -26,6 +26,7 @@ RDEPEND="
${COMMON_DEPEND}
selinux? ( sec-policy/selinux-vnstatd )
"
+
PATCHES=(
"${FILESDIR}"/${PN}-2.2-conf.patch
"${FILESDIR}"/${PN}-2.2-drop-root.patch