From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAA731382C5 for ; Sat, 2 Jan 2021 11:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C36E083E; Sat, 2 Jan 2021 11:11:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A14B0E083E for ; Sat, 2 Jan 2021 11:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A541340F10 for ; Sat, 2 Jan 2021 11:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066E648A for ; Sat, 2 Jan 2021 11:11:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609585859.f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/vnstat/vnstat-1.17.ebuild net-analyzer/vnstat/vnstat-2.6.ebuild net-analyzer/vnstat/vnstat-9999.ebuild X-VCS-Directories: net-analyzer/vnstat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f X-VCS-Branch: master Date: Sat, 2 Jan 2021 11:11:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: acc7930d-acbf-49dd-8261-ebc8902d4649 X-Archives-Hash: f1548f870e75307fa38eb59f8fee0831 commit: f273f2c1c67e6a4ec9cec37eac2c23eb2ec5fa0f Author: Sam James gentoo org> AuthorDate: Sat Jan 2 11:07:28 2021 +0000 Commit: Sam James gentoo 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 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