Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/gns3/
Date: Fri, 05 Aug 2022 07:07:35
Message-Id: 1659683176.124a2ca26e035a588748706b9fa74034d6bebe30.juippis@gentoo
1 commit: 124a2ca26e035a588748706b9fa74034d6bebe30
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Jul 19 16:38:32 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 07:06:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124a2ca2
7
8 acct-group/gns3: add gns3 group
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 acct-group/gns3/gns3-0.ebuild | 8 ++++++++
15 acct-group/gns3/metadata.xml | 12 ++++++++++++
16 2 files changed, 20 insertions(+)
17
18 diff --git a/acct-group/gns3/gns3-0.ebuild b/acct-group/gns3/gns3-0.ebuild
19 new file mode 100644
20 index 000000000000..e4605b5610ef
21 --- /dev/null
22 +++ b/acct-group/gns3/gns3-0.ebuild
23 @@ -0,0 +1,8 @@
24 +# Copyright 2020-2022 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +inherit acct-group
30 +
31 +ACCT_GROUP_ID=522
32
33 diff --git a/acct-group/gns3/metadata.xml b/acct-group/gns3/metadata.xml
34 new file mode 100644
35 index 000000000000..84aeb359eebd
36 --- /dev/null
37 +++ b/acct-group/gns3/metadata.xml
38 @@ -0,0 +1,12 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="person" proxied="yes">
43 + <email>mmk@×××××××××.at</email>
44 + <name>Michael Mair-Keimberger</name>
45 + </maintainer>
46 + <maintainer type="project" proxied="proxy">
47 + <email>proxy-maint@g.o</email>
48 + <name>Proxy Maintainers</name>
49 + </maintainer>
50 +</pkgmetadata>