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-user/gns3/
Date: Fri, 05 Aug 2022 07:07:34
Message-Id: 1659683176.2b1c6b0a2f5396ceb2fdafb70468030350d9cdda.juippis@gentoo
1 commit: 2b1c6b0a2f5396ceb2fdafb70468030350d9cdda
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Jul 19 16:41:08 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=2b1c6b0a
7
8 acct-user/gns3: add gns3 user
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-user/gns3/gns3-0.ebuild | 12 ++++++++++++
15 acct-user/gns3/metadata.xml | 12 ++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/acct-user/gns3/gns3-0.ebuild b/acct-user/gns3/gns3-0.ebuild
19 new file mode 100644
20 index 000000000000..c3e289d69213
21 --- /dev/null
22 +++ b/acct-user/gns3/gns3-0.ebuild
23 @@ -0,0 +1,12 @@
24 +# Copyright 2019-2022 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +inherit acct-user
30 +
31 +ACCT_USER_ID=522
32 +ACCT_USER_HOME=/var/lib/gns3
33 +ACCT_USER_GROUPS=( gns3 ubridge )
34 +
35 +acct-user_add_deps
36
37 diff --git a/acct-user/gns3/metadata.xml b/acct-user/gns3/metadata.xml
38 new file mode 100644
39 index 000000000000..84aeb359eebd
40 --- /dev/null
41 +++ b/acct-user/gns3/metadata.xml
42 @@ -0,0 +1,12 @@
43 +<?xml version="1.0" encoding="UTF-8"?>
44 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
45 +<pkgmetadata>
46 + <maintainer type="person" proxied="yes">
47 + <email>mmk@×××××××××.at</email>
48 + <name>Michael Mair-Keimberger</name>
49 + </maintainer>
50 + <maintainer type="project" proxied="proxy">
51 + <email>proxy-maint@g.o</email>
52 + <name>Proxy Maintainers</name>
53 + </maintainer>
54 +</pkgmetadata>