summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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