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 DFE4613835A for ; Wed, 7 Apr 2021 15:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A518E093B; Wed, 7 Apr 2021 15:33:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0293AE0930 for ; Wed, 7 Apr 2021 15:33:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8380A335D71 for ; Wed, 7 Apr 2021 15:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E2B63B for ; Wed, 7 Apr 2021 15:32:58 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1617809496.cfdc28d843f148b6621299eee6440b62b5208c2c.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/ntopng/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/ntopng/metadata.xml acct-user/ntopng/ntopng-0.ebuild X-VCS-Directories: acct-user/ntopng/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: cfdc28d843f148b6621299eee6440b62b5208c2c X-VCS-Branch: master Date: Wed, 7 Apr 2021 15:32:58 +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: 3ea3cb28-bc34-48a0-90cb-c83156b937f7 X-Archives-Hash: f9fcffec8e878f7b1c2118ab5aff2018 commit: cfdc28d843f148b6621299eee6440b62b5208c2c Author: John Helmert III gentoo org> AuthorDate: Tue Apr 6 17:22:57 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Wed Apr 7 15:31:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdc28d8 acct-user/ntopng: user for ntopng Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: John Helmert III gentoo.org> acct-user/ntopng/metadata.xml | 7 +++++++ acct-user/ntopng/ntopng-0.ebuild | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/acct-user/ntopng/metadata.xml b/acct-user/ntopng/metadata.xml new file mode 100644 index 00000000000..1e878c532c3 --- /dev/null +++ b/acct-user/ntopng/metadata.xml @@ -0,0 +1,7 @@ + + + + + netmon@gentoo.org + + diff --git a/acct-user/ntopng/ntopng-0.ebuild b/acct-user/ntopng/ntopng-0.ebuild new file mode 100644 index 00000000000..f6a1885ae86 --- /dev/null +++ b/acct-user/ntopng/ntopng-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for ntopng" +ACCT_USER_ID=296 +ACCT_USER_GROUPS=( ntopng ) + +acct-user_add_deps