summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-02 11:07:28 +0000
committerSam James <sam@gentoo.org>2021-01-02 11:10:59 +0000
commitf273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f (patch)
tree3acdebe3a1a9239ef2914cb04f47376ce696283c /net-analyzer/vnstat
parentnet-analyzer/mtr: style changes (diff)
downloadgentoo-f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.tar.gz
gentoo-f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.tar.bz2
gentoo-f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.zip
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@gentoo.org>
Diffstat (limited to 'net-analyzer/vnstat')
-rw-r--r--net-analyzer/vnstat/vnstat-1.17.ebuild3
-rw-r--r--net-analyzer/vnstat/vnstat-2.6.ebuild4
-rw-r--r--net-analyzer/vnstat/vnstat-9999.ebuild5
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 66f0ce74f2df..161165265750 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 990a6e1d9dc2..956e883bd178 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 7299c18fe077..dd3a09ddf9ac 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