commit: d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Jul 11 19:23:11 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Jordan Ritter</name> + <description>Program author who would like to be notified of bugs</description> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo network monitoring and analysis project</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> 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"
