Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/ngrep/
Date: Sun, 11 Jul 2021 20:03:17
Message-Id: 1626033767.d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f.conikost@gentoo
1 commit: d64e6a4dcbac01c23203cc37d0c45f0f0b836d0f
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 19:23:11 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 20:02:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64e6a4d
7
8 acct-group/ngrep: add group (186) for net-analyzer/ngrep
9
10 Bug: https://bugs.gentoo.org/781353
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-group/ngrep/metadata.xml | 17 +++++++++++++++++
15 acct-group/ngrep/ngrep-0.ebuild | 10 ++++++++++
16 2 files changed, 27 insertions(+)
17
18 diff --git a/acct-group/ngrep/metadata.xml b/acct-group/ngrep/metadata.xml
19 new file mode 100644
20 index 00000000000..074612e6f7d
21 --- /dev/null
22 +++ b/acct-group/ngrep/metadata.xml
23 @@ -0,0 +1,17 @@
24 +<?xml version="1.0" encoding="UTF-8"?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <maintainer type="person" proxied="yes">
28 + <email>jpr5+gentoo@×××××××××.com</email>
29 + <name>Jordan Ritter</name>
30 + <description>Program author who would like to be notified of bugs</description>
31 + </maintainer>
32 + <maintainer type="project">
33 + <email>netmon@g.o</email>
34 + <name>Gentoo network monitoring and analysis project</name>
35 + </maintainer>
36 + <maintainer type="project" proxied="proxy">
37 + <email>proxy-maint@g.o</email>
38 + <name>Proxy Maintainers</name>
39 + </maintainer>
40 +</pkgmetadata>
41
42 diff --git a/acct-group/ngrep/ngrep-0.ebuild b/acct-group/ngrep/ngrep-0.ebuild
43 new file mode 100644
44 index 00000000000..059b68a8193
45 --- /dev/null
46 +++ b/acct-group/ngrep/ngrep-0.ebuild
47 @@ -0,0 +1,10 @@
48 +# Copyright 1999-2021 Gentoo Authors
49 +# Distributed under the terms of the GNU General Public License v2
50 +
51 +EAPI=7
52 +
53 +inherit acct-group
54 +
55 +DESCRIPTION="A group for net-analyzer/ngrep"
56 +
57 +ACCT_GROUP_ID="186"