diff options
author | 2021-07-11 21:23:11 +0200 | |
---|---|---|
committer | 2021-07-11 22:02:47 +0200 | |
commit | d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f (patch) | |
tree | 9d03314dafae9f35efd866fb799509f64fb35a05 /acct-group/ngrep | |
parent | x11-misc/polybar: stabilize 3.5.6 for amd64, bug 801607 (diff) | |
download | gentoo-d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f.tar.gz gentoo-d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f.tar.bz2 gentoo-d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f.zip |
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@gentoo.org>
Diffstat (limited to 'acct-group/ngrep')
-rw-r--r-- | acct-group/ngrep/metadata.xml | 17 | ||||
-rw-r--r-- | acct-group/ngrep/ngrep-0.ebuild | 10 |
2 files changed, 27 insertions, 0 deletions
diff --git a/acct-group/ngrep/metadata.xml b/acct-group/ngrep/metadata.xml new file mode 100644 index 000000000000..074612e6f7d5 --- /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>jpr5+gentoo@darkridge.com</email> + <name>Jordan Ritter</name> + <description>Program author who would like to be notified of bugs</description> + </maintainer> + <maintainer type="project"> + <email>netmon@gentoo.org</email> + <name>Gentoo network monitoring and analysis project</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</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 000000000000..059b68a8193d --- /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" |