diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-19 18:38:32 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-05 10:06:16 +0300 |
commit | 124a2ca26e035a588748706b9fa74034d6bebe30 (patch) | |
tree | 6ba4a6d40fb1b669a1b5943e849b888c127be205 /acct-group | |
parent | net-misc/tigervnc: Stabilize 1.12.0-r7 arm, #863332 (diff) | |
download | gentoo-124a2ca26e035a588748706b9fa74034d6bebe30.tar.gz gentoo-124a2ca26e035a588748706b9fa74034d6bebe30.tar.bz2 gentoo-124a2ca26e035a588748706b9fa74034d6bebe30.zip |
acct-group/gns3: add gns3 group
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/gns3/gns3-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/gns3/metadata.xml | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/gns3/gns3-0.ebuild b/acct-group/gns3/gns3-0.ebuild new file mode 100644 index 000000000000..e4605b5610ef --- /dev/null +++ b/acct-group/gns3/gns3-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=522 diff --git a/acct-group/gns3/metadata.xml b/acct-group/gns3/metadata.xml new file mode 100644 index 000000000000..84aeb359eebd --- /dev/null +++ b/acct-group/gns3/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>mmk@levelnine.at</email> + <name>Michael Mair-Keimberger</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |