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 73B0613933E for ; Sun, 11 Jul 2021 20:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70792E0D35; Sun, 11 Jul 2021 20:03:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 591EDE0D35 for ; Sun, 11 Jul 2021 20:03:16 +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 3C46C342B78 for ; Sun, 11 Jul 2021 20:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EA687B3 for ; Sun, 11 Jul 2021 20:03:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626033767.d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/ngrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/ngrep/metadata.xml acct-group/ngrep/ngrep-0.ebuild X-VCS-Directories: acct-group/ngrep/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f X-VCS-Branch: master Date: Sun, 11 Jul 2021 20:03:10 +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: 28d3d649-8915-488b-8f5f-737de0c28d7e X-Archives-Hash: 599413f63e9357a70049a4236f01a4cd commit: d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 11 19:23:11 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 11 20:02:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64e6a4d acct-group/ngrep: add group (186) for net-analyzer/ngrep Bug: https://bugs.gentoo.org/781353 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> acct-group/ngrep/metadata.xml | 17 +++++++++++++++++ acct-group/ngrep/ngrep-0.ebuild | 10 ++++++++++ 2 files changed, 27 insertions(+) diff --git a/acct-group/ngrep/metadata.xml b/acct-group/ngrep/metadata.xml new file mode 100644 index 00000000000..074612e6f7d --- /dev/null +++ b/acct-group/ngrep/metadata.xml @@ -0,0 +1,17 @@ + + + + + jpr5+gentoo@darkridge.com + Jordan Ritter + Program author who would like to be notified of bugs + + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/ngrep/ngrep-0.ebuild b/acct-group/ngrep/ngrep-0.ebuild new file mode 100644 index 00000000000..059b68a8193 --- /dev/null +++ b/acct-group/ngrep/ngrep-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for net-analyzer/ngrep" + +ACCT_GROUP_ID="186"